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

Side by Side Diff: test/js-perf-test/JSTests.json

Issue 1429653006: Remove flags for spread calls and arrays (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « test/cctest/test-parsing.cc ('k') | test/mjsunit/es6/regress/regress-4298.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "JSTests", 2 "name": "JSTests",
3 "run_count": 5, 3 "run_count": 5,
4 "run_count_android_arm": 3, 4 "run_count_android_arm": 3,
5 "run_count_android_arm64": 3, 5 "run_count_android_arm64": 3,
6 "timeout": 120, 6 "timeout": 120,
7 "units": "score", 7 "units": "score",
8 "total": true, 8 "total": true,
9 "resources": ["base.js"], 9 "resources": ["base.js"],
10 "tests": [ 10 "tests": [
11 { 11 {
12 "name": "RestParameters", 12 "name": "RestParameters",
13 "path": ["RestParameters"], 13 "path": ["RestParameters"],
14 "main": "run.js", 14 "main": "run.js",
15 "resources": ["rest.js"], 15 "resources": ["rest.js"],
16 "flags": ["--harmony-rest-parameters"], 16 "flags": ["--harmony-rest-parameters"],
17 "run_count": 5, 17 "run_count": 5,
18 "units": "score", 18 "units": "score",
19 "results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$", 19 "results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$",
20 "tests": [ 20 "tests": [
21 {"name": "Basic1"} 21 {"name": "Basic1"}
22 ] 22 ]
23 }, 23 },
24 { 24 {
25 "name": "SpreadCalls", 25 "name": "SpreadCalls",
26 "path": ["SpreadCalls"], 26 "path": ["SpreadCalls"],
27 "main": "run.js", 27 "main": "run.js",
28 "resources": ["spreadcalls.js"], 28 "resources": ["spreadcalls.js"],
29 "flags": ["--harmony-spread_calls"],
30 "run_count": 5, 29 "run_count": 5,
31 "units": "score", 30 "units": "score",
32 "results_regexp": "^%s\\-SpreadCalls\\(Score\\): (.+)$", 31 "results_regexp": "^%s\\-SpreadCalls\\(Score\\): (.+)$",
33 "tests": [ 32 "tests": [
34 {"name": "Call"}, 33 {"name": "Call"},
35 {"name": "CallMethod"}, 34 {"name": "CallMethod"},
36 {"name": "CallNew"} 35 {"name": "CallNew"}
37 ] 36 ]
38 }, 37 },
39 { 38 {
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "path": ["Exceptions"], 132 "path": ["Exceptions"],
134 "main": "run.js", 133 "main": "run.js",
135 "resources": ["try-catch.js"], 134 "resources": ["try-catch.js"],
136 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$", 135 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$",
137 "tests": [ 136 "tests": [
138 {"name": "Try-Catch"} 137 {"name": "Try-Catch"}
139 ] 138 ]
140 } 139 }
141 ] 140 ]
142 } 141 }
OLDNEW
« no previous file with comments | « test/cctest/test-parsing.cc ('k') | test/mjsunit/es6/regress/regress-4298.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698