cpython/Lib/test/test_peg_generator
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-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) 2022-03-01 15:44:08 +01:00
__main__.py
test_c_parser.py bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986) 2022-03-22 03:04:36 -07:00
test_first_sets.py Update pegen to use the latest upstream developments (GH-27586) 2021-08-12 17:37:30 +01:00
test_grammar_validator.py Update pegen to use the latest upstream developments (GH-27586) 2021-08-12 17:37:30 +01:00
test_pegen.py bpo-45204: Reduce verbosity of test_peg_generator (GH-28360) 2021-09-15 20:16:51 +02:00