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

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

Issue 1356793002: Remove on-by-default flag --harmony-object (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 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 | « src/v8natives.js ('k') | test/mjsunit/es6/object-assign.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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 {"name": "Untagged"}, 106 {"name": "Untagged"},
107 {"name": "LargeUntagged"}, 107 {"name": "LargeUntagged"},
108 {"name": "Tagged"} 108 {"name": "Tagged"}
109 ] 109 ]
110 }, 110 },
111 { 111 {
112 "name": "Object", 112 "name": "Object",
113 "path": ["Object"], 113 "path": ["Object"],
114 "main": "run.js", 114 "main": "run.js",
115 "resources": ["assign.js"], 115 "resources": ["assign.js"],
116 "flags": ["--harmony-object"],
117 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", 116 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$",
118 "tests": [ 117 "tests": [
119 {"name": "Assign"} 118 {"name": "Assign"}
120 ] 119 ]
121 }, 120 },
122 { 121 {
123 "name": "Scope", 122 "name": "Scope",
124 "path": ["Scope"], 123 "path": ["Scope"],
125 "main": "run.js", 124 "main": "run.js",
126 "resources": ["with.js"], 125 "resources": ["with.js"],
127 "results_regexp": "^%s\\-Scope\\(Score\\): (.+)$", 126 "results_regexp": "^%s\\-Scope\\(Score\\): (.+)$",
128 "tests": [ 127 "tests": [
129 {"name": "With"} 128 {"name": "With"}
130 ] 129 ]
131 }, 130 },
132 { 131 {
133 "name": "Exceptions", 132 "name": "Exceptions",
134 "path": ["Exceptions"], 133 "path": ["Exceptions"],
135 "main": "run.js", 134 "main": "run.js",
136 "resources": ["try-catch.js"], 135 "resources": ["try-catch.js"],
137 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$", 136 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$",
138 "tests": [ 137 "tests": [
139 {"name": "Try-Catch"} 138 {"name": "Try-Catch"}
140 ] 139 ]
141 } 140 }
142 ] 141 ]
143 } 142 }
OLDNEW
« no previous file with comments | « src/v8natives.js ('k') | test/mjsunit/es6/object-assign.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698