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 r.david.murray
Recipients r.david.murray
Date 2011-05-09.18:46:12
SpamBayes Score 0.00068632694
Marked as misclassified No
Message-id <1304966775.11.0.623778151343.issue12041@psf.upfronthosting.co.za>
In-reply-to
Content
It doesn't matter which order test_os and test_ctypes run in, but if they precede test_wait3 test_wait3 will fail.  When the test is immediately re-run it passes.

The reason ought to be interesting once we figure it out :)

Tested on linux.  Doesn't appear to affect other branches.

[1/3] test_os
[2/3] test_ctypes
[3/3] test_wait3
test test_wait3 failed -- Traceback (most recent call last):
  File "/home/rdmurray/python/p33/Lib/test/fork_wait.py", line 72, in test_wait
    self.wait_impl(cpid)
  File "/home/rdmurray/python/p33/Lib/test/test_wait3.py", line 30, in wait_impl
    self.assertEqual(spid, cpid)
AssertionError: 14480 != 14487
History
Date User Action Args
2011-05-09 18:46:15r.david.murraysetrecipients: + r.david.murray
2011-05-09 18:46:15r.david.murraysetmessageid: <1304966775.11.0.623778151343.issue12041@psf.upfronthosting.co.za>
2011-05-09 18:46:12r.david.murraylinkissue12041 messages
2011-05-09 18:46:12r.david.murraycreate