[Zope3-dev] RH 8.0 linux test results - not OK :(
Adam Manock
abmanock@earthlink.net
20 Dec 2002 11:30:27 -0500
My setup:
(from rawhide srpm)
python-2.2.2-5
(possibly relevant "stock" packages)
expat-1.95.4-1
mx-2.0.3-6
gcc-3.2-7
glibc-2.2.93-5
PyXML-0.7.1-6
Checkout: Dec 20 11:20 Zope3
as per:
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/SettingUpAZope3Sandbox
Results:
[adam@blackbox Zope3]$ python test.py
Running tests from /home/adam/Zope3
skipping BDBStorage.tests because: required bsddb3 module is not
available
Traceback (most recent call last):
File "/home/adam/Zope3/lib/python/Zope/TAL/runtest.py", line 92, in
main
driver.main()
File "/home/adam/Zope3/lib/python/Zope/TAL/driver.py", line 150, in
main
it = compilefile(file, mode)
File "/home/adam/Zope3/lib/python/Zope/TAL/driver.py", line 189, in
compilefile
p.parseFile(file)
File "/home/adam/Zope3/lib/python/Zope/TAL/XMLParser.py", line 71, in
parseFile
self.parseStream(open(filename))
File "/home/adam/Zope3/lib/python/Zope/TAL/XMLParser.py", line 81, in
parseStream
self.parser.ParseFile(stream)
ExpatError: undefined entity: line 18, column 2
Failure in test runTest (Zope.TAL.tests.test_files.FileTestCase)
Traceback (most recent call last):
File "/home/adam/Zope3/lib/python/Zope/TAL/tests/test_files.py", line
54, in runTest
self.fail("output for %s didn't match" % self.__file)
File "//usr/lib/python2.2/unittest.py", line 254, in fail
raise self.failureException, msg
AssertionError: output for
/home/adam/Zope3/lib/python/Zope/TAL/tests/input/test01.xml didn't match
======================================================================
FAIL: .../TAL/tests/input/test01.xml
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/adam/Zope3/lib/python/Zope/TAL/tests/test_files.py", line
54, in runTest
self.fail("output for %s didn't match" % self.__file)
File "//usr/lib/python2.2/unittest.py", line 254, in fail
raise self.failureException, msg
AssertionError: output for
/home/adam/Zope3/lib/python/Zope/TAL/tests/input/test01.xml didn't match
----------------------------------------------------------------------
Ran 2813 tests in 300.475s
FAILED (failures=1)
[adam@blackbox Zope3]$