/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_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_select.py | 84 support.is_emscripten, "Emscripten cannot select a fd multiple times."
|
H A D | test_unicode_file_functions.py | 128 support.is_emscripten or support.is_wasi,
|
H A D | test_pydoc.py | 30 captured_stderr, is_emscripten, is_wasi, 937 @unittest.skipIf(is_emscripten, "cannot remove x bit") 1363 is_emscripten or is_wasi,
|
H A D | test_signal.py | 229 @unittest.skipIf(support.is_emscripten, "Emscripten cannot fstat pipes.") 248 @unittest.skipIf(support.is_emscripten, "Emscripten cannot fstat pipes.") 269 @unittest.skipIf(support.is_emscripten, "Emscripten cannot fstat pipes.")
|
H A D | test_pyexpat.py | 15 from test.support import sortdict, is_emscripten, is_wasi namespace 471 and not is_emscripten
|
H A D | test_support.py | 666 @unittest.skipIf(support.is_emscripten, "Unstable in Emscripten") 695 if support.is_emscripten or sys.platform == "win32":
|
H A D | test_venv.py | 22 requires_subprocess, is_emscripten, is_wasi, 41 if is_emscripten or is_wasi:
|
H A D | test_strptime.py | 74 support.is_emscripten, "musl libc issue on Emscripten, bpo-46390" 375 support.is_emscripten, "musl libc issue on Emscripten, bpo-46390"
|
H A D | test_fileio.py | 13 cpython_only, swap_attr, gc_collect, is_emscripten, is_wasi 381 if sys.platform != "win32" and not is_emscripten:
|
H A D | test_genericpath.py | 10 from test.support import is_emscripten namespace 158 @unittest.skipIf(is_emscripten, "Emscripten pipe fds have no stat")
|
H A D | test_platform.py | 375 @unittest.skipIf(support.is_emscripten, "Does not apply to Emscripten")
|
H A D | test_mmap.py | 2 requires, _2G, _4G, gc_collect, cpython_only, is_emscripten 28 if is_emscripten:
|
H A D | test_ntpath.py | 8 from test.support import TestFailed, is_emscripten namespace 810 @unittest.skipIf(is_emscripten, "Emscripten cannot fstat unnamed files.")
|
H A D | test_time.py | 317 support.is_emscripten, "musl libc issue on Emscripten, bpo-46390" 709 support.is_emscripten, "musl libc issue on Emscripten, bpo-46390"
|
H A D | test_posix.py | 35 sys.maxsize < 2**32 and not (support.is_emscripten or support.is_wasi), 740 if support.is_emscripten: 790 @unittest.skipIf(support.is_emscripten, "getgid() is a stub") 802 @unittest.skipIf(support.is_emscripten, "getgid() is a stub") 1361 @unittest.skipIf(support.is_emscripten, "getgid() is a stub")
|
H A D | test_os.py | 187 support.is_emscripten, "Test is unstable under Emscripten." 1344 if not support.is_emscripten: 1530 support.is_emscripten, "Cannot dup stdout on Emscripten" 1595 support.is_emscripten or support.is_wasi, 1611 support.is_emscripten or support.is_wasi, 1629 support.is_emscripten or support.is_wasi, 2193 support.is_emscripten, 2221 support.is_emscripten or support.is_wasi, 3041 support.is_emscripten, "Cannot get encoding of stdin on Emscripten" 4108 @unittest.skipIf(support.is_emscripten, "Canno [all...] |
H A D | test_tempfile.py | 337 support.is_emscripten, "Emscripten cannot remove write bits." 1142 support.is_emscripten, "Emscripten cannot fstat renamed files." 1370 support.is_emscripten, "Emscripten cannot fstat renamed files."
|
/third_party/python/Tools/wasm/ |
H A D | wasm_build.py | 340 if self.is_emscripten: 348 def is_emscripten(self) -> bool: member in Host 474 assert self.host.is_emscripten 478 assert self.host.is_emscripten 483 assert self.host.is_emscripten 871 if builder.host.is_emscripten and "emports" not in args.ops:
|
/third_party/python/Lib/distutils/tests/ |
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/support/ |
H A D | __init__.py | 50 "is_jython", "is_android", "is_emscripten", "is_wasi", 517 is_emscripten = sys.platform == "emscripten" 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/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 | 23 STDLIB_DIR, is_jython, swap_attr, swap_item, cpython_only, is_emscripten, 540 is_emscripten or is_wasi, 891 @unittest.skipIf(is_emscripten, "umask is a stub")
|
/third_party/python/Lib/test/libregrtest/ |
H A D | main.py | 645 if support.is_emscripten:
|