cpython/Lib/test/test_tools
Christian Heimes deeaac49e2
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
- Add requires_fork and requires_subprocess to more tests
- Skip extension import tests if dlopen is not available
- Don't assume that _testcapi is a shared extension
- Skip a lot of socket tests that don't work on Emscripten
- Skip mmap tests, mmap emulation is incomplete
- venv does not work yet
- Cannot get libc from executable

The "entire" test suite is now passing on Emscripten with EMSDK from git head (91 suites are skipped).
2022-03-22 03:04:36 -07:00
..
__init__.py bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986) 2022-03-22 03:04:36 -07:00
__main__.py
test_fixcid.py Fix EncodingWarning in test_tools. (GH-28846) 2021-10-10 09:14:40 +02:00
test_freeze.py bpo-46425: Fix direct invocation of multiple test modules (GH-30666) 2022-01-18 21:28:18 +02:00
test_gprof2html.py Fix EncodingWarning in test_tools. (GH-28846) 2021-10-10 09:14:40 +02:00
test_i18n.py Fix EncodingWarning in test_tools. (GH-28846) 2021-10-10 09:14:40 +02:00
test_lll.py Fix EncodingWarning in test_tools. (GH-28846) 2021-10-10 09:14:40 +02:00
test_md5sum.py bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) 2022-01-13 09:46:38 +01:00
test_pathfix.py
test_pdeps.py Fix EncodingWarning in test_tools. (GH-28846) 2021-10-10 09:14:40 +02:00
test_pindent.py Fix EncodingWarning in test_tools. (GH-28846) 2021-10-10 09:14:40 +02:00
test_reindent.py
test_sundry.py bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822) 2020-08-11 06:26:59 -07:00