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

Unified Diff: test/js-perf-test/JSTests.json

Issue 2176143002: Remove the --ignition-generators flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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/cctest/interpreter/test-interpreter.cc ('k') | test/message/generators-throw1.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/JSTests.json
diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json
index ed471bba0346468ed0bde88bc9d09d0995b9e889..52bff011dbee78ea6b5b85ca4da797e17731b258 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -23,8 +23,7 @@
"resources": ["generators.js"],
"flags": [
"--harmony-function-sent",
- "--ignition",
- "--ignition-generators"
+ "--ignition"
],
"results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
},
@@ -36,7 +35,6 @@
"flags": [
"--harmony-function-sent",
"--ignition",
- "--ignition-generators",
"--turbo",
"--turbo-from-bytecode"
],
« no previous file with comments | « test/cctest/interpreter/test-interpreter.cc ('k') | test/message/generators-throw1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698