OLD | NEW |
1 { | 1 { |
2 "name": "JSTests", | 2 "name": "JSTests", |
3 "run_count": 3, | 3 "run_count": 3, |
4 "run_count_android_arm": 1, | 4 "run_count_arm": 1, |
5 "run_count_android_arm64": 1, | 5 "run_count_arm64": 1, |
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": "Generators", | 12 "name": "Generators", |
13 "path": ["Generators"], | 13 "path": ["Generators"], |
14 "main": "run.js", | 14 "main": "run.js", |
15 "resources": ["generators.js"], | 15 "resources": ["generators.js"], |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 ] | 112 ] |
113 }, | 113 }, |
114 { | 114 { |
115 "name": "Strings", | 115 "name": "Strings", |
116 "path": ["Strings"], | 116 "path": ["Strings"], |
117 "main": "run.js", | 117 "main": "run.js", |
118 "resources": ["harmony-string.js"], | 118 "resources": ["harmony-string.js"], |
119 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", | 119 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", |
120 "run_count": 1, | 120 "run_count": 1, |
121 "timeout": 240, | 121 "timeout": 240, |
122 "timeout_android_arm": 360, | 122 "timeout_arm": 360, |
123 "tests": [ | 123 "tests": [ |
124 {"name": "StringFunctions"} | 124 {"name": "StringFunctions"} |
125 ] | 125 ] |
126 }, | 126 }, |
127 { | 127 { |
128 "name": "StringIterators", | 128 "name": "StringIterators", |
129 "path": ["StringIterators"], | 129 "path": ["StringIterators"], |
130 "main": "run.js", | 130 "main": "run.js", |
131 "resources": ["string-iterator.js"], | 131 "resources": ["string-iterator.js"], |
132 "results_regexp": "^%s\\-StringIterators\\(Score\\): (.+)$", | 132 "results_regexp": "^%s\\-StringIterators\\(Score\\): (.+)$", |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, | 230 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, |
231 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, | 231 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, |
232 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, | 232 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, |
233 {"name": "Object.hasOwnProperty--el"}, | 233 {"name": "Object.hasOwnProperty--el"}, |
234 {"name": "Object.hasOwnProperty--el-str"}, | 234 {"name": "Object.hasOwnProperty--el-str"}, |
235 {"name": "Object.hasOwnProperty--NE-el"} | 235 {"name": "Object.hasOwnProperty--NE-el"} |
236 ] | 236 ] |
237 } | 237 } |
238 ] | 238 ] |
239 } | 239 } |
OLD | NEW |