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

Unified Diff: tools/foozzie/v8_foozzie.py

Issue 2634573002: [foozzie] Fix comparison baseline after asm switch (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 | « tools/foozzie/testdata/failure_output.txt ('k') | 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 f863ceb9c84b91e0183413b00537350211106066..8cfceb04203268b6030610a04fcea3e518521860 100755
--- a/tools/foozzie/v8_foozzie.py
+++ b/tools/foozzie/v8_foozzie.py
@@ -21,7 +21,7 @@ import v8_suppressions
CONFIGS = dict(
default=[],
validate_asm=['--validate-asm'], # Maybe add , '--disable-asm-warnings'
- fullcode=['--nocrankshaft', '--turbo-filter=~'],
+ fullcode=['--nocrankshaft', '--turbo-filter=~', '--novalidate-asm'],
noturbo=['--turbo-filter=~', '--noturbo-asm'],
noturbo_opt=['--always-opt', '--turbo-filter=~', '--noturbo-asm'],
ignition_staging=['--ignition-staging'],
« no previous file with comments | « tools/foozzie/testdata/failure_output.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698