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

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

Issue 1213813003: [es6] Remove harmony-classes flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove empty flags field from json Created 5 years, 6 months 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/class-constructor-accessor.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": [
(...skipping 10 matching lines...) Expand all
21 {"name": "Call"}, 21 {"name": "Call"},
22 {"name": "CallMethod"}, 22 {"name": "CallMethod"},
23 {"name": "CallNew"} 23 {"name": "CallNew"}
24 ] 24 ]
25 }, 25 },
26 { 26 {
27 "name": "Classes", 27 "name": "Classes",
28 "path": ["Classes"], 28 "path": ["Classes"],
29 "main": "run.js", 29 "main": "run.js",
30 "resources": ["super.js", "default-constructor.js"], 30 "resources": ["super.js", "default-constructor.js"],
31 "flags": ["--harmony-classes"],
32 "results_regexp": "^%s\\-Classes\\(Score\\): (.+)$", 31 "results_regexp": "^%s\\-Classes\\(Score\\): (.+)$",
33 "tests": [ 32 "tests": [
34 {"name": "Super"}, 33 {"name": "Super"},
35 {"name": "DefaultConstructor"} 34 {"name": "DefaultConstructor"}
36 ] 35 ]
37 }, 36 },
38 { 37 {
39 "name": "Collections", 38 "name": "Collections",
40 "path": ["Collections"], 39 "path": ["Collections"],
41 "main": "run.js", 40 "main": "run.js",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "path": ["Exceptions"], 121 "path": ["Exceptions"],
123 "main": "run.js", 122 "main": "run.js",
124 "resources": ["try-catch.js"], 123 "resources": ["try-catch.js"],
125 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$", 124 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$",
126 "tests": [ 125 "tests": [
127 {"name": "Try-Catch"} 126 {"name": "Try-Catch"}
128 ] 127 ]
129 } 128 }
130 ] 129 ]
131 } 130 }
OLDNEW
« no previous file with comments | « test/cctest/test-parsing.cc ('k') | test/message/class-constructor-accessor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698