Chromium Code Reviews| 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 320 "results_regexp": "^TypedArrays\\-ConstructArrayLike\\(Score\\): (.+)$ ", | 320 "results_regexp": "^TypedArrays\\-ConstructArrayLike\\(Score\\): (.+)$ ", |
| 321 "main": "run.js", | 321 "main": "run.js", |
| 322 "test_flags": ["construct-arraylike"] | 322 "test_flags": ["construct-arraylike"] |
| 323 }, | 323 }, |
| 324 { | 324 { |
| 325 "name": "Sort", | 325 "name": "Sort", |
| 326 "main": "run.js", | 326 "main": "run.js", |
| 327 "test_flags": ["sort"] | 327 "test_flags": ["sort"] |
| 328 } | 328 } |
| 329 ] | 329 ] |
| 330 }, | |
| 331 { | |
| 332 "name": "Arrays", | |
|
Michael Achenbach
2017/03/22 08:52:58
The folder was called Array. This fails now on bot
| |
| 333 "path": ["Arrays"], | |
| 334 "main": "run.js", | |
| 335 "resources": [ | |
| 336 "filter.js" | |
| 337 ], | |
| 338 "results_regexp": "^Arrays\\-%s\\(Scope\\): (.+)$", | |
| 339 "tests": [ | |
| 340 {"name": "Filter"} | |
| 341 ] | |
| 330 } | 342 } |
| 331 ] | 343 ] |
| 332 } | 344 } |
| OLD | NEW |