Commit e33b7421 authored by neis's avatar neis Committed by Commit bot

[test] Fix result regexp in JSTests.json.

R=machenbach@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2035313003
Cr-Commit-Position: refs/heads/master@{#36732}
parent 0d65554c
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"main": "run.js", "main": "run.js",
"resources": ["generators.js"], "resources": ["generators.js"],
"flags": ["--harmony-function-sent"], "flags": ["--harmony-function-sent"],
"results_regexp": "^%s\\-Generators\\(Score\\): (.+)$" "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
}, },
{ {
"name": "GeneratorsIgnition", "name": "GeneratorsIgnition",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
"--ignition", "--ignition",
"--ignition-generators" "--ignition-generators"
], ],
"results_regexp": "^%s\\-Generators\\(Score\\): (.+)$" "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
}, },
{ {
"name": "GeneratorsIgnitionTurbofan", "name": "GeneratorsIgnitionTurbofan",
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"--turbo", "--turbo",
"--turbo-from-bytecode" "--turbo-from-bytecode"
], ],
"results_regexp": "^%s\\-Generators\\(Score\\): (.+)$" "results_regexp": "^Generators\\-Generators\\(Score\\): (.+)$"
}, },
{ {
"name": "RestParameters", "name": "RestParameters",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment