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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 { | 99 { |
100 "name": "Object", | 100 "name": "Object", |
101 "path": ["Object"], | 101 "path": ["Object"], |
102 "main": "run.js", | 102 "main": "run.js", |
103 "resources": ["assign.js"], | 103 "resources": ["assign.js"], |
104 "flags": ["--harmony-object"], | 104 "flags": ["--harmony-object"], |
105 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", | 105 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", |
106 "tests": [ | 106 "tests": [ |
107 {"name": "Assign"} | 107 {"name": "Assign"} |
108 ] | 108 ] |
| 109 }, |
| 110 { |
| 111 "name": "Scope", |
| 112 "path": ["Scope"], |
| 113 "main": "run.js", |
| 114 "resources": ["with.js"], |
| 115 "results_regexp": "^%s\\-Scope\\(Score\\): (.+)$", |
| 116 "tests": [ |
| 117 {"name": "With"} |
| 118 ] |
109 } | 119 } |
110 ] | 120 ] |
111 } | 121 } |
OLD | NEW |