Closed
Description
FAIL: test_exception (test.test_pyexpat.HandlerExceptionTest.test_exception)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_pyexpat.py", line 452, in test_exception
parser.Parse(b"<a><b><c/></b></a>", True)
File "../cpython-ro-srcdir/Modules/pyexpat.c", line 421, in StartElement
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_pyexpat.py", line 442, in StartElementHandler
raise RuntimeError(name)
RuntimeError: a
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_pyexpat.py", line 472, in test_exception
self.assertIn('call_with_frame("StartElement"', entries[1][3])
AssertionError: 'call_with_frame("StartElement"' not found in ''
- Ubuntu logs: https://github.com/python/cpython/actions/runs/6138224249/job/16654899227?pr=109229
- macOS logs: https://github.com/python/cpython/actions/runs/6138224249/job/16654899199?pr=109229
Comparison of Ubuntu logs:
-
before (ok): https://github.com/python/cpython/actions/runs/6134648048/job/16647654038
- commit 4303918
- configure:
checking for --with-system-expat... no
- test.pythoninfo:
expat.EXPAT_VERSION: expat_2.5.0
- Tests: Result: SUCCESS
-
after (error): https://github.com/python/cpython/actions/runs/6138224249/job/16654899227?pr=109229 -- PR
- commit 28ddef7 -- PR gh-109162: libregrtest: add worker.py #109229
- configure:
checking for --with-system-expat... no
- test.pythoninfo:
expat.EXPAT_VERSION: expat_2.5.0
- Test: 1 test failed: test_pyexpat