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

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

Issue 1519073004: Remove always-on --harmony-rest-parameters flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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/message/arrow-bare-rest-param.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"],
17 "run_count": 5, 16 "run_count": 5,
18 "units": "score", 17 "units": "score",
19 "results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$", 18 "results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$",
20 "tests": [ 19 "tests": [
21 {"name": "Basic1"} 20 {"name": "Basic1"}
22 ] 21 ]
23 }, 22 },
24 { 23 {
25 "name": "SpreadCalls", 24 "name": "SpreadCalls",
26 "path": ["SpreadCalls"], 25 "path": ["SpreadCalls"],
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "path": ["Exceptions"], 131 "path": ["Exceptions"],
133 "main": "run.js", 132 "main": "run.js",
134 "resources": ["try-catch.js"], 133 "resources": ["try-catch.js"],
135 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$", 134 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$",
136 "tests": [ 135 "tests": [
137 {"name": "Try-Catch"} 136 {"name": "Try-Catch"}
138 ] 137 ]
139 } 138 }
140 ] 139 ]
141 } 140 }
OLDNEW
« no previous file with comments | « test/cctest/test-parsing.cc ('k') | test/message/arrow-bare-rest-param.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698