Message231320
[258/383] test_pyexpat
test test_pyexpat failed -- Traceback (most recent call last):
File "/usr/lib/python3.4/test/test_pyexpat.py", line 432, in test_exception
parser.Parse(b"<a><b><c/></b></a>", 1)
File "../Modules/pyexpat.c", line 405, in StartElement
File "/usr/lib/python3.4/test/test_pyexpat.py", line 422, in StartElementHandler
raise RuntimeError(name)
RuntimeError: a
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.4/test/test_pyexpat.py", line 447, in test_exception
self.assertIn('call_with_frame("StartElement"', entries[1][3])
File "/usr/lib/python3.4/unittest/case.py", line 1053, in assertIn
if member not in container:
TypeError: argument of type 'NoneType' is not iterable
test_exception (test.test_pyexpat.HandlerExceptionTest) ... ERROR
======================================================================
ERROR: test_exception (test.test_pyexpat.HandlerExceptionTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.4/test/test_pyexpat.py", line 432, in test_exception
parser.Parse(b"<a><b><c/></b></a>", 1)
File "../Modules/pyexpat.c", line 405, in StartElement
File "/usr/lib/python3.4/test/test_pyexpat.py", line 422, in StartElementHandler
raise RuntimeError(name)
RuntimeError: a
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.4/test/test_pyexpat.py", line 447, in test_exception
self.assertIn('call_with_frame("StartElement"', entries[1][3])
File "/usr/lib/python3.4/unittest/case.py", line 1053, in assertIn
if member not in container:
TypeError: argument of type 'NoneType' is not iterable
----------------------------------------------------------------------
Ran 36 tests in 0.016s |
|
Date |
User |
Action |
Args |
2014-11-18 13:44:03 | doko | set | recipients:
+ doko, pitrou, jkloth |
2014-11-18 13:44:03 | doko | set | messageid: <1416318243.27.0.567357445508.issue22895@psf.upfronthosting.co.za> |
2014-11-18 13:44:03 | doko | link | issue22895 messages |
2014-11-18 13:44:02 | doko | create | |
|