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

Unified Diff: tools/foozzie/v8_foozzie.py

Issue 2640743004: [foozzie] Stop using asm validator until results are more stable (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/foozzie/v8_foozzie.py
diff --git a/tools/foozzie/v8_foozzie.py b/tools/foozzie/v8_foozzie.py
index c4722522af34f387bd1e4af2146e3a2a089e53e5..2b320b0c7ce97f20fe9794a0256e7ed3f84c571c 100755
--- a/tools/foozzie/v8_foozzie.py
+++ b/tools/foozzie/v8_foozzie.py
@@ -27,7 +27,7 @@ CONFIGS = dict(
noturbo_opt=['--always-opt', '--turbo-filter=~', '--noturbo-asm'],
ignition=['--ignition', '--turbo-filter=~', '--hydrogen-filter=~',
'--novalidate-asm'],
- ignition_staging=['--ignition-staging'],
+ ignition_staging=['--ignition-staging', '--novalidate-asm'],
ignition_turbo=['--ignition-staging', '--turbo', '--novalidate-asm'],
ignition_turbo_opt=['--ignition-staging', '--turbo', '--always-opt',
'--novalidate-asm'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698