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..77b677086c1ac948c0d8c59ce91d1aa328a8ec1d 100644 |
| --- a/test/js-perf-test/JSTests.json |
| +++ b/test/js-perf-test/JSTests.json |
| @@ -106,6 +106,16 @@ |
| "tests": [ |
| {"name": "Assign"} |
| ] |
| + }, |
| + { |
| + "name": "Scope", |
| + "path": ["Scope"], |
| + "main": "run.js", |
| + "resources": ["with.js"], |
| + "results_regexp": "^%s\\-Scope\\(Score\\): (.+)$", |
| + "tests": [ |
| + {"name": "With"} |
| + ] |
| } |
| ] |
| } |