This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients ezio.melotti, lukasz.langa, vstinner
Date 2012-09-19.03:47:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348026465.86.0.879721154604.issue15971@psf.upfronthosting.co.za>
In-reply-to
Content
Seen on http://buildbot.python.org/all/builders/AMD64%20Lion%203.x/builds/428/steps/test/logs/stdio

======================================================================
FAIL: test_dump_tracebacks_later_file (test.test_faulthandler.FaultHandlerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/ambv/Buildbot/3.x.langa-lion/build/Lib/test/test_faulthandler.py", line 490, in test_dump_tracebacks_later_file
    self.check_dump_tracebacks_later(file=True)
  File "/Users/ambv/Buildbot/3.x.langa-lion/build/Lib/test/test_faulthandler.py", line 476, in check_dump_tracebacks_later
    filename, loops)
  File "/Users/ambv/Buildbot/3.x.langa-lion/build/Lib/test/test_faulthandler.py", line 460, in _check_dump_tracebacks_later
    self.assertRegex(trace, regex)
AssertionError: Regex didn't match: '^Timeout \\(0:00:00.500000\\)!\\nThread 0x[0-9a-f]+:\\n  File "<string>", line 9 in func\n  File "<string>", line 20 in <module>$' not found in 'Timeout (0:00:00.500000)!\nThread 0x00007fff77d85960:\n  File "<string>", line 10 in func\n  File "<string>", line 20 in <module>'

----------------------------------------------------------------------
Ran 30 tests in 126.504s

The regex expects the failure to be at "line 9 in func", but the failure happens at "line 10".
History
Date User Action Args
2012-09-19 03:47:45ezio.melottisetrecipients: + ezio.melotti, vstinner, lukasz.langa
2012-09-19 03:47:45ezio.melottisetmessageid: <1348026465.86.0.879721154604.issue15971@psf.upfronthosting.co.za>
2012-09-19 03:47:45ezio.melottilinkissue15971 messages
2012-09-19 03:47:44ezio.melotticreate