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

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

Issue 2035313003: [test] Fix result regexp in JSTests.json. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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: test/js-perf-test/JSTests.json
diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json
index b4cdf6e0d05ceceb71cc957be2ca5863708200ba..ed471bba0346468ed0bde88bc9d09d0995b9e889 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -14,7 +14,7 @@
"main": "run.js",
"resources": ["generators.js"],
"flags": ["--harmony-function-sent"],
- "results_regexp": "^%s\\-Generators\\(Score\\): (.+)$"
+ "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
},
{
"name": "GeneratorsIgnition",
@@ -26,7 +26,7 @@
"--ignition",
"--ignition-generators"
],
- "results_regexp": "^%s\\-Generators\\(Score\\): (.+)$"
+ "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
},
{
"name": "GeneratorsIgnitionTurbofan",
@@ -40,7 +40,7 @@
"--turbo",
"--turbo-from-bytecode"
],
- "results_regexp": "^%s\\-Generators\\(Score\\): (.+)$"
+ "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
},
{
"name": "RestParameters",
« 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