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 vstinner
Recipients vstinner
Date 2010-04-16.16:36:36
SpamBayes Score 0.00940196
Marked as misclassified No
Message-id <1271435798.21.0.520260917353.issue8424@psf.upfronthosting.co.za>
In-reply-to
Content
test_itimer_virtual (test.test_signal.ItimerTest) ... FAIL

======================================================================
FAIL: test_itimer_prof (test.test_signal.ItimerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_signal.py", line 391, in test_itimer_prof
    self.fail('timeout waiting for sig_prof signal')
AssertionError: timeout waiting for sig_prof signal

======================================================================
FAIL: test_itimer_virtual (test.test_signal.ItimerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_signal.py", line 372, in test_itimer_virtual
    (signal.getitimer(self.itimer),))
AssertionError: timeout waiting for sig_vtalrm signal; signal.getitimer(self.itimer) gives: (0.29, 0.2)

----------------------------------------------------------------------
Ran 13 tests in 15.302s
History
Date User Action Args
2010-04-16 16:36:38vstinnersetrecipients: + vstinner
2010-04-16 16:36:38vstinnersetmessageid: <1271435798.21.0.520260917353.issue8424@psf.upfronthosting.co.za>
2010-04-16 16:36:36vstinnerlinkissue8424 messages
2010-04-16 16:36:36vstinnercreate