Chromium Code Reviews| Index: test/js-perf-test/JSTests.json |
| diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json |
| index b71257b8d2871dea0dfbd705918b81b2dc3d5389..468904015130fdfc602a300dde2244320a00807b 100644 |
| --- a/test/js-perf-test/JSTests.json |
| +++ b/test/js-perf-test/JSTests.json |
| @@ -106,6 +106,17 @@ |
| "tests": [ |
| {"name": "Assign"} |
| ] |
| + }, |
| + { |
| + "name": "Scope", |
| + "path": ["Scope"], |
| + "main": "run.js", |
| + "resources": ["with.js"], |
| + "flags": ["--turbo"], |
| + "results_regexp": "^%s\\-Scope\\(Score\\): (.+)$", |
| + "tests": [ |
| + {"name": "With"} |
| + ] |
| } |
| ] |
| } |