Checklist
[ted@rasp4 cpython]$ ./python -m test test_tarfile
0:00:00 load avg: 0.27 Run tests sequentially
0:00:00 load avg: 0.27 [1/1] test_tarfile
test test_tarfile failed -- Traceback (most recent call last):
File "/home/ted/cpython/Lib/test/test_tarfile.py", line 3679, in test_modes
self.expect_file('all_bits', mode='?rwsrwsrwt')
File "/home/ted/cpython/Lib/test/test_tarfile.py", line 3429, in expect_file
self.assertEqual(got, mode)
AssertionError: '?rwsrwxrwt' != '?rwsrwsrwt'
- ?rwsrwxrwt
? ^
+ ?rwsrwsrwt
? ^
Your environment
- CPython versions tested on: Python 3.13.0a0
- Operating system and architecture: Manjaro ARM Linux aarch64 | Raspberry Pi 4 Model B Rev 1.5
- Configuration of CPython: ./configure --with-pydebug
Linked PRs
Checklist
Your environment
Linked PRs