|
29 | 29 | raise Exception('do not run this file directly; do something like: tests/runner other')
|
30 | 30 |
|
31 | 31 | from tools.shared import try_delete, config
|
32 |
| -from tools.shared import EMCC, EMXX, EMAR, EMRANLIB, PYTHON, FILE_PACKAGER, WINDOWS |
| 32 | +from tools.shared import EMCC, EMXX, EMAR, EMRANLIB, FILE_PACKAGER, WINDOWS |
33 | 33 | from tools.shared import CLANG_CC, CLANG_CXX, LLVM_AR, LLVM_DWARFDUMP, LLVM_DWP, EMCMAKE, EMCONFIGURE
|
34 | 34 | from common import RunnerCore, path_from_root, is_slow_test, ensure_dir, disabled, make_executable
|
35 | 35 | from common import env_modify, no_mac, no_windows, requires_native_clang, with_env_modify
|
36 | 36 | from common import create_file, parameterized, NON_ZERO, node_pthreads, TEST_ROOT, test_file
|
37 | 37 | from common import compiler_for, read_file, read_binary, EMBUILDER, requires_v8, requires_node
|
38 |
| -from common import also_with_minimal_runtime, also_with_wasm_bigint, EMTEST_BUILD_VERBOSE |
| 38 | +from common import also_with_minimal_runtime, also_with_wasm_bigint, EMTEST_BUILD_VERBOSE, PYTHON |
39 | 39 | from tools import shared, building, utils, deps_info, response_file
|
40 | 40 | import common
|
41 | 41 | import jsrun
|
|
0 commit comments