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:
This happens on the Pixel 7, but not on an emulator with the same API level (34). It may be caused by a bug in the underlying libc.
0:00:00 [1/1] test_timetest test_time failed -- Traceback (most recent call last): File "/data/user/0/org.python.testbed/files/python/lib/python3.14/test/test_time.py", line 673, in test_negative return super().test_negative() ~~~~~~~~~~~~~~~~~~~~~^^ File "/data/user/0/org.python.testbed/files/python/lib/python3.14/test/test_time.py", line 699, in test_negative self.assertEqual(self.yearstr(-1234), '-1234') ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AssertionError: '0$34' != '-1234'- 0$34+ -1234test_time failed (1 failure)CPython versions tested on:
CPython main branch
Operating systems tested on:
Other