Ticket #15771: test_all.log

File test_all.log, 8.5 KB (added by tom.duck@…, 16 years ago)

Unit test transcript

Line 
1$ PYTHONPATH=.:$PYTHONPATH  python tables/tests/test_all.py
2-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
3PyTables version:  2.0.3
4HDF5 version:      1.6.7
5NumPy version:     1.1.0
6Zlib version:      1.2.3
7LZO version:       1.08 (Jul 12 2002)
8BZIP2 version:     1.0.5 (10-Dec-2007)
9Python version:    2.5.2 (r252:60911, Jun 25 2008, 15:42:32)
10[GCC 4.0.1 (Apple Computer, Inc. build 5370)]
11Platform:          darwin-i386
12Byte-ordering:     little
13-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
14Performing only a light (yet comprehensive) subset of the test suite.
15If you want a more complete test, try passing the --heavy flag to this script
16(or set the 'heavy' parameter in case you are using tables.test() call).
17The whole suite will take more than 2 minutes to complete on a relatively
18modern CPU and around 80 MB of main memory.
19-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
20Numeric (version 24.2) is present. Adding the Numeric test suite.
21numarray (version 1.5.2) is present. Adding the numarray test suite.
22-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
23..........................................................................................................................................................................................................................('', 0, 0, 0.0, 0.0)
24F..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F....F................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
25======================================================================
26FAIL: None (tables.tests.test_types.RangeTestCase)
27----------------------------------------------------------------------
28Traceback (most recent call last):
29  File "/opt/local/lib/python2.5/site-packages/tables/tests/test_types.py", line 86, in test01_type
30    self.fail("expected a TypeError")
31AssertionError: expected a TypeError
32
33======================================================================
34FAIL: Checking representation of a nested Table
35----------------------------------------------------------------------
36Traceback (most recent call last):
37  File "/opt/local/lib/python2.5/site-packages/tables/tests/common.py", line 247, in newmethod
38    return oldmethod(self, *args, **kwargs)
39  File "/opt/local/lib/python2.5/site-packages/tables/tests/test_nestedtypes.py", line 700, in test00a_repr
40    """)
41AssertionError
42
43======================================================================
44FAIL: Checking representation of a nested Table
45----------------------------------------------------------------------
46Traceback (most recent call last):
47  File "/opt/local/lib/python2.5/site-packages/tables/tests/common.py", line 247, in newmethod
48    return oldmethod(self, *args, **kwargs)
49  File "/opt/local/lib/python2.5/site-packages/tables/tests/test_nestedtypes.py", line 700, in test00a_repr
50    """)
51AssertionError
52
53----------------------------------------------------------------------
54Ran 6019 tests in 53.715s
55
56FAILED (failures=3)