-
- Downloads
gh-90473: Misc test fixes for WASI (GH-93218)
* ``sys.executable`` is not set * WASI does not support subprocess * ``pwd`` module is not available * WASI checks ``open`` syscall flags more strict, needs r, w, rw flag. * ``umask`` is not available * ``/dev/null`` may not be accessible
Showing
- Lib/distutils/tests/test_build.py 1 addition, 0 deletionsLib/distutils/tests/test_build.py
- Lib/lib2to3/tests/test_parser.py 1 addition, 1 deletionLib/lib2to3/tests/test_parser.py
- Lib/test/test_netrc.py 6 additions, 0 deletionsLib/test/test_netrc.py
- Lib/test/test_os.py 2 additions, 0 deletionsLib/test/test_os.py
- Lib/test/test_pathlib.py 6 additions, 3 deletionsLib/test/test_pathlib.py
- Lib/test/test_tarfile.py 4 additions, 1 deletionLib/test/test_tarfile.py
- Lib/test/test_unicode_file.py 1 addition, 1 deletionLib/test/test_unicode_file.py
- Tools/wasm/README.md 5 additions, 1 deletionTools/wasm/README.md
Loading
Please register or sign in to comment