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 koobs
Recipients koobs, miss-islington, vstinner, xiang.zhang
Date 2020-03-29.00:02:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585440158.4.0.724174314068.issue32692@roundup.psfhosted.org>
In-reply-to
Content
Seeing the following on the freebsd CURRENT bb:

======================================================================
FAIL: test_set_and_clear (test.test_threading.EventTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.8.koobs-freebsd-9e36.nondebug/build/Lib/test/lock_tests.py", line 418, in test_set_and_clear
    self.assertEqual(results, [True] * N)
AssertionError: Lists differ: [False, False, False, True, True] != [True, True, True, True, True]
First differing element 0:
False
True
- [False, False, False, True, True]
+ [True, True, True, True, True]
----------------------------------------------------------------------
Ran 168 tests in 29.254s
FAILED (failures=1)
test test_threading failed

Full log attached
History
Date User Action Args
2020-03-29 00:02:38koobssetrecipients: + koobs, vstinner, xiang.zhang, miss-islington
2020-03-29 00:02:38koobssetmessageid: <1585440158.4.0.724174314068.issue32692@roundup.psfhosted.org>
2020-03-29 00:02:38koobslinkissue32692 messages
2020-03-29 00:02:38koobscreate