Closed
Description
Bug report
Bug description:
$ ./python -m test test_time -m test_thread_time
Using random seed: 4026164953
0:00:00 load avg: 2.27 Run 1 test sequentially in a single process
0:00:00 load avg: 2.27 [1/1] test_time
test 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.2
test_time failed (1 failure)
== Tests result: FAILURE ==
1 test failed:
test_time
OS: 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