]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116622: Test updates for Android (#117299)
authorMalcolm Smith <smith@chaquo.com>
Fri, 5 Apr 2024 20:57:36 +0000 (21:57 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Apr 2024 20:57:36 +0000 (20:57 +0000)
commit1d3225ae056245da75e4a443ccafcc8f4f982cf2
tree1774ec8b5584ceb736ef0a7d77abd4f7005399ff
parent6150bb2412eb5ca3b330ccb9f0636949c7526a7f
gh-116622: Test updates for Android (#117299)

- re-enable test_fcntl_64_bit on Linux aarch64, but disable it on all
  Android ABIs
- use support.setswitchinterval in all relevant tests
- skip test_fma_zero_result on Android x86_64
- accept EACCES when calling os.get_terminal_size on Android
Lib/test/_test_multiprocessing.py
Lib/test/test_concurrent_futures/test_wait.py
Lib/test/test_fcntl.py
Lib/test/test_gc.py
Lib/test/test_importlib/test_threaded_import.py
Lib/test/test_math.py
Lib/test/test_os.py
Lib/test/test_threading.py