| 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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 ] | 276 ] |
| 277 }, | 277 }, |
| 278 { | 278 { |
| 279 "name": "TypedArrays", | 279 "name": "TypedArrays", |
| 280 "path": ["TypedArrays"], | 280 "path": ["TypedArrays"], |
| 281 "results_regexp": "^TypedArrays\\-%s\\(Score\\): (.+)$", | 281 "results_regexp": "^TypedArrays\\-%s\\(Score\\): (.+)$", |
| 282 "tests": [ | 282 "tests": [ |
| 283 { | 283 { |
| 284 "name": "CopyWithin", | 284 "name": "CopyWithin", |
| 285 "main": "run.js", | 285 "main": "run.js", |
| 286 "test_flags": ["typedarrays"] | 286 "test_flags": ["copywithin"] |
| 287 }, | 287 }, |
| 288 { | 288 { |
| 289 "name": "Constructor", | 289 "name": "Constructor", |
| 290 "main": "run.js", | 290 "main": "run.js", |
| 291 "test_flags": ["constructor"] | 291 "test_flags": ["constructor"] |
| 292 }, | 292 }, |
| 293 { | 293 { |
| 294 "name": "Constructor--Future", | 294 "name": "Constructor--Future", |
| 295 "flags": ["--future"], | 295 "flags": ["--future"], |
| 296 "results_regexp": "^TypedArrays\\-Constructor\\(Score\\): (.+)$", | 296 "results_regexp": "^TypedArrays\\-Constructor\\(Score\\): (.+)$", |
| 297 "main": "run.js", | 297 "main": "run.js", |
| 298 "test_flags": ["constructor"] | 298 "test_flags": ["constructor"] |
| 299 }, |
| 300 { |
| 301 "name": "Sort", |
| 302 "main": "run.js", |
| 303 "test_flags": ["sort"] |
| 299 } | 304 } |
| 300 ] | 305 ] |
| 301 } | 306 } |
| 302 ] | 307 ] |
| 303 } | 308 } |
| OLD | NEW |