| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "ObjectTests", | 2 "name": "ObjectTests", |
| 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": [ |
| 11 { | 11 { |
| 12 "name": "Object", | 12 "name": "Object", |
| 13 "path": ["."], | 13 "path": ["."], |
| 14 "main": "run.js", | 14 "main": "run.js", |
| 15 "flags": ["--harmony"], | 15 "flags": ["--harmony"], |
| 16 "resources": [ | 16 "resources": [ |
| 17 "assign.js", | 17 "assign.js", |
| 18 "values.js", | 18 "create.js", |
| 19 "entries.js" | 19 "entries.js", |
| 20 "values.js" |
| 20 ], | 21 ], |
| 21 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", | 22 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", |
| 22 "tests": [ | 23 "tests": [ |
| 23 {"name": "Assign"}, | 24 {"name": "Assign"}, |
| 25 {"name": "Create"}, |
| 24 {"name": "Entries"}, | 26 {"name": "Entries"}, |
| 25 {"name": "EntriesMegamorphic"}, | 27 {"name": "EntriesMegamorphic"}, |
| 26 {"name": "Values"}, | 28 {"name": "Values"}, |
| 27 {"name": "ValuesMegamorphic"} | 29 {"name": "ValuesMegamorphic"} |
| 28 ] | 30 ] |
| 29 } | 31 } |
| 30 ] | 32 ] |
| 31 } | 33 } |
| OLD | NEW |