| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "JSTests", | 2 "name": "JSTests", |
| 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 "units": "score", | 6 "units": "score", |
| 7 "total": true, | 7 "total": true, |
| 8 "resources": ["base.js"], | 8 "resources": ["base.js"], |
| 9 "tests": [ | 9 "tests": [ |
| 10 { | 10 { |
| 11 "name": "Classes", | 11 "name": "Classes", |
| 12 "path": ["Classes"], | 12 "path": ["Classes"], |
| 13 "main": "run.js", | 13 "main": "run.js", |
| 14 "resources": ["super.js"], | 14 "resources": ["super.js", "default-constructor.js"], |
| 15 "flags": ["--harmony-classes"], | 15 "flags": ["--harmony-classes"], |
| 16 "results_regexp": "^%s\\-Classes\\(Score\\): (.+)$", | 16 "results_regexp": "^%s\\-Classes\\(Score\\): (.+)$", |
| 17 "tests": [ | 17 "tests": [ |
| 18 {"name": "Super"} | 18 {"name": "Super"}, |
| 19 {"name": "DefaultConstructor"} |
| 19 ] | 20 ] |
| 20 }, | 21 }, |
| 21 { | 22 { |
| 22 "name": "Collections", | 23 "name": "Collections", |
| 23 "path": ["Collections"], | 24 "path": ["Collections"], |
| 24 "main": "run.js", | 25 "main": "run.js", |
| 25 "resources": [ | 26 "resources": [ |
| 26 "common.js", | 27 "common.js", |
| 27 "map.js", | 28 "map.js", |
| 28 "run.js", | 29 "run.js", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 "main": "run.js", | 61 "main": "run.js", |
| 61 "resources": ["harmony-string.js"], | 62 "resources": ["harmony-string.js"], |
| 62 "flags": ["--harmony-strings"], | 63 "flags": ["--harmony-strings"], |
| 63 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", | 64 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", |
| 64 "tests": [ | 65 "tests": [ |
| 65 {"name": "StringFunctions"} | 66 {"name": "StringFunctions"} |
| 66 ] | 67 ] |
| 67 } | 68 } |
| 68 ] | 69 ] |
| 69 } | 70 } |
| OLD | NEW |