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"], | |
32 "results_regexp": "^%s\\-Classes\\(Score\\): (.+)$", | 31 "results_regexp": "^%s\\-Classes\\(Score\\): (.+)$", |
33 "tests": [ | 32 "tests": [ |
34 {"name": "Super"}, | 33 {"name": "Super"}, |
35 {"name": "DefaultConstructor"} | 34 {"name": "DefaultConstructor"} |
36 ] | 35 ] |
37 }, | 36 }, |
38 { | 37 { |
39 "name": "Collections", | 38 "name": "Collections", |
40 "path": ["Collections"], | 39 "path": ["Collections"], |
41 "main": "run.js", | 40 "main": "run.js", |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 "path": ["Exceptions"], | 121 "path": ["Exceptions"], |
123 "main": "run.js", | 122 "main": "run.js", |
124 "resources": ["try-catch.js"], | 123 "resources": ["try-catch.js"], |
125 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$", | 124 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$", |
126 "tests": [ | 125 "tests": [ |
127 {"name": "Try-Catch"} | 126 {"name": "Try-Catch"} |
128 ] | 127 ] |
129 } | 128 } |
130 ] | 129 ] |
131 } | 130 } |
OLD | NEW |