Home
last modified time | relevance | path

Searched refs:is_wasi (Results 1 - 25 of 32) sorted by relevance

12

/third_party/python/Lib/distutils/tests/
H A Dtest_sysconfig.py13 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 Dtest_dir_util.py14 from test.support import run_unittest, is_emscripten, is_wasi namespace
59 is_emscripten or is_wasi,
/third_party/python/Lib/test/
H A Dtest__locale.py112 support.is_emscripten or support.is_wasi,
132 support.is_emscripten or support.is_wasi,
H A Dtest_sysconfig.py9 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 Dtest_locale.py2 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 Dtest_urllib_response.py9 if support.is_wasi:
H A Dtest_unicode_file_functions.py128 support.is_emscripten or support.is_wasi,
H A Dtest_pyexpat.py15 from test.support import sortdict, is_emscripten, is_wasi namespace
472 and not is_wasi
H A Dtest_venv.py22 requires_subprocess, is_emscripten, is_wasi,
41 if is_emscripten or is_wasi:
H A Dtest_fileio.py13 cpython_only, swap_attr, gc_collect, is_emscripten, is_wasi
72 @unittest.skipIf(is_wasi, "WASI does not expose st_blksize.")
H A Dtest_pydoc.py30 captured_stderr, is_emscripten, is_wasi,
1363 is_emscripten or is_wasi,
H A Dtest_posix.py35 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 Dtest_os.py190 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 Dtest_selectors.py22 if support.is_emscripten or support.is_wasi:
H A Dtest_support.py667 @unittest.skipIf(support.is_wasi, "Unavailable on WASI")
H A Dtest_pathlib.py16 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 Dtest_zipimport.py811 @unittest.skipIf(support.is_wasi, "mode 000 not supported.")
H A Dtest_time.py493 support.is_wasi, "process_time not available on WASI"
H A Dtest_re.py3 check_disallow_instantiation, is_emscripten, is_wasi,
1989 is_emscripten or is_wasi,
2029 is_emscripten or is_wasi,
H A Dtest_coroutines.py2237 support.is_emscripten or support.is_wasi,
/third_party/python/Lib/test/support/
H A Dsocket_helper.py15 has_gethostname = not support.is_wasi
H A D__init__.py50 "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 Dwasm_build.py342 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 Dtest_dbapi.py34 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__.py24 is_wasi)
540 is_emscripten or is_wasi,

Completed in 42 milliseconds

12