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

Unified Diff: tools/run-tests.py

Issue 2309833003: [wasm] asm.js: Add asm_wasm variant to test asm.js->wasm pipeline. (Closed)
Patch Set: merge Created 4 years, 3 months 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
« no previous file with comments | « test/webkit/webkit.status ('k') | tools/testrunner/local/variants.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index 3f3f15dc4f1c3ad62e3ce443e918a7f194b0a5f1..f248dff5cc3eb40bb2832f9f0d10059eb4c4f7c8 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -104,6 +104,7 @@ MORE_VARIANTS = [
"ignition",
"stress",
"turbofan_opt",
+ "asm_wasm",
]
EXHAUSTIVE_VARIANTS = VARIANTS + MORE_VARIANTS
« no previous file with comments | « test/webkit/webkit.status ('k') | tools/testrunner/local/variants.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698