Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
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: aDuring 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
- commit4303918
- 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
- commit28ddef7 -- PRgh-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