Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "ObjectTests", | |
| 3 "run_count": 5, | |
| 4 "run_count_android_arm": 3, | |
| 5 "run_count_android_arm64": 3, | |
| 6 "timeout": 120, | |
| 7 "units": "score", | |
| 8 "total": true, | |
| 9 "resources": ["base.js"], | |
| 10 "tests": [ | |
| 11 { | |
| 12 "name": "Object", | |
| 13 "path": ["."], | |
| 14 "main": "run.js", | |
| 15 "flags": ["--harmony"], | |
| 16 "resources": [ | |
| 17 "assign.js", | |
| 18 "values.js", | |
| 19 "entries.js" | |
| 20 ], | |
| 21 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", | |
| 22 "tests": [ | |
| 23 {"name": "Assign"}, | |
| 24 {"name": "Entries"}, | |
| 25 {"name": "EntriesMegamorphic"}, | |
| 26 {"name": "Values"}, | |
| 27 {"name": "ValuesMegamorphic"} | |
| 28 ] | |
| 29 } | |
| 30 ] | |
| 31 } | |
| OLD | NEW |