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 "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 10 matching lines...) Expand all Loading... | |
21 {"name": "Call"}, | 21 {"name": "Call"}, |
22 {"name": "CallMethod"}, | 22 {"name": "CallMethod"}, |
23 {"name": "CallNew"} | 23 {"name": "CallNew"} |
24 ] | 24 ] |
25 }, | 25 }, |
26 { | 26 { |
27 "name": "Classes", | 27 "name": "Classes", |
28 "path": ["Classes"], | 28 "path": ["Classes"], |
29 "main": "run.js", | 29 "main": "run.js", |
30 "resources": ["super.js", "default-constructor.js"], | 30 "resources": ["super.js", "default-constructor.js"], |
31 "flags": ["--harmony-classes"], | 31 "flags": [], |
adamk
2015/06/26 20:44:35
Might as well just remove this line.
| |
32 "results_regexp": "^%s\\-Classes\\(Score\\): (.+)$", | 32 "results_regexp": "^%s\\-Classes\\(Score\\): (.+)$", |
33 "tests": [ | 33 "tests": [ |
34 {"name": "Super"}, | 34 {"name": "Super"}, |
35 {"name": "DefaultConstructor"} | 35 {"name": "DefaultConstructor"} |
36 ] | 36 ] |
37 }, | 37 }, |
38 { | 38 { |
39 "name": "Collections", | 39 "name": "Collections", |
40 "path": ["Collections"], | 40 "path": ["Collections"], |
41 "main": "run.js", | 41 "main": "run.js", |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
122 "path": ["Exceptions"], | 122 "path": ["Exceptions"], |
123 "main": "run.js", | 123 "main": "run.js", |
124 "resources": ["try-catch.js"], | 124 "resources": ["try-catch.js"], |
125 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$", | 125 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$", |
126 "tests": [ | 126 "tests": [ |
127 {"name": "Try-Catch"} | 127 {"name": "Try-Catch"} |
128 ] | 128 ] |
129 } | 129 } |
130 ] | 130 ] |
131 } | 131 } |
OLD | NEW |