Index: tools/testrunner/local/variants.py |
diff --git a/tools/testrunner/local/variants.py b/tools/testrunner/local/variants.py |
index fd8b3ea7331deb484b7a6102e93060b40e83d796..269d5972fd7b7ad6476d80c43df53e37a6520149 100644 |
--- a/tools/testrunner/local/variants.py |
+++ b/tools/testrunner/local/variants.py |
@@ -14,7 +14,7 @@ ALL_VARIANT_FLAGS = { |
"ignition": [["--ignition"]], |
"ignition_turbofan": [["--ignition-staging", "--turbo"]], |
"asm_wasm": [["--validate-asm"]], |
- "wasm_traps": [["--wasm_guard_pages", "--invoke-weak-callbacks"]], |
+ "wasm_traps": [["--wasm_guard_pages", "--wasm_trap_handler", "--invoke-weak-callbacks"]], |
} |
# FAST_VARIANTS implies no --always-opt. |
@@ -28,7 +28,7 @@ FAST_VARIANT_FLAGS = { |
"ignition": [["--ignition"]], |
"ignition_turbofan": [["--ignition-staging", "--turbo"]], |
"asm_wasm": [["--validate-asm"]], |
- "wasm_traps": [["--wasm_guard_pages", "--invoke-weak-callbacks"]], |
+ "wasm_traps": [["--wasm_guard_pages", "--wasm_trap_handler", "--invoke-weak-callbacks"]], |
} |
ALL_VARIANTS = set(["default", "stress", "turbofan", "turbofan_opt", |