Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: tools/run-tests.py

Issue 2396433008: [wasm] Add guard regions to end of WebAssembly.Memory buffers (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/v8/v8 into guard-pages Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index e94f59939f7decab4a0f7cd2a8df06b724367fd9..603e0e1064a3b763841defe930a334a07b638cd4 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -111,6 +111,7 @@ MORE_VARIANTS = [
"stress",
"turbofan_opt",
"asm_wasm",
+ "wasm_traps",
]
EXHAUSTIVE_VARIANTS = VARIANTS + MORE_VARIANTS

Powered by Google App Engine
This is Rietveld 408576698