OLD | NEW |
1 { | 1 { |
2 "name": "JSTests", | 2 "name": "JSTests", |
3 "run_count": 3, | 3 "run_count": 3, |
4 "run_count_arm": 1, | 4 "run_count_arm": 1, |
5 "run_count_arm64": 1, | 5 "run_count_arm64": 1, |
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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 "flags": ["--harmony"], | 163 "flags": ["--harmony"], |
164 "resources": [ | 164 "resources": [ |
165 "assign.js", | 165 "assign.js", |
166 "create.js", | 166 "create.js", |
167 "entries.js", | 167 "entries.js", |
168 "values.js" | 168 "values.js" |
169 ], | 169 ], |
170 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", | 170 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", |
171 "tests": [ | 171 "tests": [ |
172 {"name": "Assign"}, | 172 {"name": "Assign"}, |
| 173 {"name": "Create"}, |
173 {"name": "Entries"}, | 174 {"name": "Entries"}, |
174 {"name": "EntriesMegamorphic"}, | 175 {"name": "EntriesMegamorphic"}, |
175 {"name": "Values"}, | 176 {"name": "Values"}, |
176 {"name": "ValuesMegamorphic"} | 177 {"name": "ValuesMegamorphic"} |
177 ] | 178 ] |
178 }, | 179 }, |
179 { | 180 { |
180 "name": "Scope", | 181 "name": "Scope", |
181 "path": ["Scope"], | 182 "path": ["Scope"], |
182 "main": "run.js", | 183 "main": "run.js", |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, | 231 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, |
231 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, | 232 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, |
232 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, | 233 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, |
233 {"name": "Object.hasOwnProperty--el"}, | 234 {"name": "Object.hasOwnProperty--el"}, |
234 {"name": "Object.hasOwnProperty--el-str"}, | 235 {"name": "Object.hasOwnProperty--el-str"}, |
235 {"name": "Object.hasOwnProperty--NE-el"} | 236 {"name": "Object.hasOwnProperty--NE-el"} |
236 ] | 237 ] |
237 } | 238 } |
238 ] | 239 ] |
239 } | 240 } |
OLD | NEW |