/third_party/python/Lib/distutils/tests/ |
H A D | test_sysconfig.py | 13 from test.support import run_unittest, swap_item, requires_subprocess, is_wasi namespace 35 @unittest.skipIf(is_wasi, "Incompatible with WASI mapdir and OOT builds") 52 @unittest.skipIf(is_wasi, "Incompatible with WASI mapdir and OOT builds")
|
H A D | test_dir_util.py | 14 from test.support import run_unittest, is_emscripten, is_wasi namespace 59 is_emscripten or is_wasi,
|
/third_party/python/Lib/test/ |
H A D | test__locale.py | 112 support.is_emscripten or support.is_wasi, 132 support.is_emscripten or support.is_wasi,
|
H A D | test_sysconfig.py | 9 captured_stdout, PythonSymlink, requires_subprocess, is_wasi 333 @unittest.skipIf(is_wasi, "Incompatible with WASI mapdir and OOT builds") 442 @unittest.skipIf(is_wasi, "Incompatible with WASI mapdir and OOT builds") 510 @unittest.skipIf(is_wasi, "Incompatible with WASI mapdir and OOT builds")
|
H A D | test_locale.py | 2 from test.support import verbose, is_android, is_emscripten, is_wasi namespace 377 is_emscripten or is_wasi, 386 is_emscripten or is_wasi,
|
H A D | test_urllib_response.py | 9 if support.is_wasi:
|
H A D | test_unicode_file_functions.py | 128 support.is_emscripten or support.is_wasi,
|
H A D | test_pyexpat.py | 15 from test.support import sortdict, is_emscripten, is_wasi namespace 472 and not is_wasi
|
H A D | test_venv.py | 22 requires_subprocess, is_emscripten, is_wasi, 41 if is_emscripten or is_wasi:
|
H A D | test_fileio.py | 13 cpython_only, swap_attr, gc_collect, is_emscripten, is_wasi 72 @unittest.skipIf(is_wasi, "WASI does not expose st_blksize.")
|
H A D | test_pydoc.py | 30 captured_stderr, is_emscripten, is_wasi, 1363 is_emscripten or is_wasi,
|
H A D | test_posix.py | 35 sys.maxsize < 2**32 and not (support.is_emscripten or support.is_wasi), 550 @unittest.skipIf(support.is_wasi, "WASI does not have dup()") 568 @unittest.skipIf(support.is_wasi, "WASI does not have dup2()") 1221 @unittest.skipIf(support.is_wasi, "No dynamic linking on WASI") 1418 support.is_wasi,
|
H A D | test_os.py | 190 support.is_wasi, "WASI does not support dup." 1595 support.is_emscripten or support.is_wasi, 1611 support.is_emscripten or support.is_wasi, 1629 support.is_emscripten or support.is_wasi, 1794 @unittest.skipIf(support.is_wasi, "WASI has no /dev/null") 2141 @unittest.skipIf(support.is_wasi, "Cannot create invalid FD on WASI.") 2221 support.is_emscripten or support.is_wasi, 4421 @unittest.skipIf(support.is_wasi, "WASI maps '' to cwd")
|
H A D | test_selectors.py | 22 if support.is_emscripten or support.is_wasi:
|
H A D | test_support.py | 667 @unittest.skipIf(support.is_wasi, "Unavailable on WASI")
|
H A D | test_pathlib.py | 16 from test.support import is_emscripten, is_wasi namespace 1538 @unittest.skipIf(is_wasi, "WASI has no user accounts.") 2396 is_wasi, "Cannot create socket on WASI." 2554 is_emscripten or is_wasi, 2581 is_emscripten or is_wasi,
|
H A D | test_zipimport.py | 811 @unittest.skipIf(support.is_wasi, "mode 000 not supported.")
|
H A D | test_time.py | 493 support.is_wasi, "process_time not available on WASI"
|
H A D | test_re.py | 3 check_disallow_instantiation, is_emscripten, is_wasi, 1989 is_emscripten or is_wasi, 2029 is_emscripten or is_wasi,
|
H A D | test_coroutines.py | 2237 support.is_emscripten or support.is_wasi,
|
/third_party/python/Lib/test/support/ |
H A D | socket_helper.py | 15 has_gethostname = not support.is_wasi
|
H A D | __init__.py | 50 "is_jython", "is_android", "is_emscripten", "is_wasi", 518 is_wasi = sys.platform == "wasi" 520 has_fork_support = hasattr(os, "fork") and not is_emscripten and not is_wasi 525 has_subprocess_support = not is_emscripten and not is_wasi 532 has_socket_support = not is_emscripten and not is_wasi
|
/third_party/python/Tools/wasm/ |
H A D | wasm_build.py | 342 elif self.is_wasi: 353 def is_wasi(self) -> bool: member in Host 855 if builder.host.is_wasi and not SETUP_LOCAL.exists():
|
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_dbapi.py | 34 is_emscripten, is_wasi 663 @unittest.skipIf(is_emscripten or is_wasi, "not supported on Emscripten/WASI") 709 @unittest.skipIf(is_emscripten or is_wasi, "not supported on Emscripten/WASI")
|
/third_party/python/Lib/test/test_import/ |
H A D | __init__.py | 24 is_wasi) 540 is_emscripten or is_wasi,
|