Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
Bug description:
$ ./python -m test test_time -m test_thread_timeUsing random seed: 40261649530:00:00 load avg: 2.27 Run 1 test sequentially in a single process0:00:00 load avg: 2.27 [1/1] test_timetest test_time failed -- Traceback (most recent call last): File "/home/blue/cpython/Lib/test/test_time.py", line 535, in test_thread_time self.assertLess(stop - start, 0.2) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^AssertionError: 0.26 not less than 0.2test_time failed (1 failure)== Tests result: FAILURE ==1 test failed: test_timeOS:NetBSD 10.0 amd64
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
Linked PRs
- gh-123978: Fix test_thread_time failure on NetBSD by adjusting threshold for time difference #123979
- gh-123978: Remove broken time.thread_time() on NetBSD #124116
- gh-123978: Remove support for thread_time and thread_time_ns in NetBSD #124196
- [3.13] gh-123978: Remove broken time.thread_time() on NetBSD (GH-124116) #124425
- [3.12] gh-123978: Remove broken time.thread_time() on NetBSD (GH-124116) #124427