Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v9 / lib / python2.4 / test / output / test_exceptions
CommitLineData
920dae64
AT
1test_exceptions
25. Built-in exceptions
3spam
4AttributeError
5spam
6EOFError
7spam
8IOError
9spam
10ImportError
11spam
12IndexError
13'spam'
14KeyError
15spam
16KeyboardInterrupt
17(not testable in a script)
18spam
19MemoryError
20(not safe to test)
21spam
22NameError
23spam
24OverflowError
25spam
26RuntimeError
27(not used any more?)
28spam
29SyntaxError
30'continue' not supported inside 'finally' clause
31ok
32'continue' not properly in loop
33ok
34'continue' not properly in loop
35ok
36spam
37IndentationError
38spam
39TabError
40spam
41SystemError
42(hard to reproduce)
43spam
44SystemExit
45spam
46TypeError
47spam
48ValueError
49spam
50ZeroDivisionError
51spam
52Exception