OLD | NEW |
1 { | 1 { |
2 "name": "JSTests", | 2 "name": "JSTests", |
3 "run_count": 3, | 3 "run_count": 3, |
4 "run_count_arm": 1, | 4 "run_count_arm": 1, |
5 "run_count_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": [ |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 "tests": [ | 171 "tests": [ |
172 {"name": "Assign"}, | 172 {"name": "Assign"}, |
173 {"name": "Create"}, | 173 {"name": "Create"}, |
174 {"name": "Entries"}, | 174 {"name": "Entries"}, |
175 {"name": "EntriesMegamorphic"}, | 175 {"name": "EntriesMegamorphic"}, |
176 {"name": "Values"}, | 176 {"name": "Values"}, |
177 {"name": "ValuesMegamorphic"} | 177 {"name": "ValuesMegamorphic"} |
178 ] | 178 ] |
179 }, | 179 }, |
180 { | 180 { |
| 181 "name": "RegExp", |
| 182 "path": ["RegExp"], |
| 183 "main": "run.js", |
| 184 "resources": [ |
| 185 "base_ctor.js", |
| 186 "base_exec.js", |
| 187 "base_flags.js", |
| 188 "base_match.js", |
| 189 "base_replace.js", |
| 190 "base_search.js", |
| 191 "base_split.js", |
| 192 "base_test.js", |
| 193 "base.js", |
| 194 "ctor.js", |
| 195 "exec.js", |
| 196 "flags.js", |
| 197 "match.js", |
| 198 "replace.js", |
| 199 "search.js", |
| 200 "split.js", |
| 201 "test.js", |
| 202 "slow_exec.js", |
| 203 "slow_flags.js", |
| 204 "slow_match.js", |
| 205 "slow_replace.js", |
| 206 "slow_search.js", |
| 207 "slow_split.js", |
| 208 "slow_test.js", |
| 209 ], |
| 210 "results_regexp": "^%s\\-RegExp\\(Score\\): (.+)$", |
| 211 "tests": [ |
| 212 {"name": "Ctor"}, |
| 213 {"name": "Exec"}, |
| 214 {"name": "Flags"}, |
| 215 {"name": "Match"}, |
| 216 {"name": "Replace"}, |
| 217 {"name": "Search"}, |
| 218 {"name": "Split"}, |
| 219 {"name": "Test"}, |
| 220 {"name": "SlowExec"}, |
| 221 {"name": "SlowFlags"}, |
| 222 {"name": "SlowMatch"}, |
| 223 {"name": "SlowReplace"}, |
| 224 {"name": "SlowSearch"}, |
| 225 {"name": "SlowSplit"}, |
| 226 {"name": "SlowTest"}, |
| 227 ] |
| 228 }, |
| 229 { |
181 "name": "Scope", | 230 "name": "Scope", |
182 "path": ["Scope"], | 231 "path": ["Scope"], |
183 "main": "run.js", | 232 "main": "run.js", |
184 "resources": ["with.js"], | 233 "resources": ["with.js"], |
185 "results_regexp": "^%s\\-Scope\\(Score\\): (.+)$", | 234 "results_regexp": "^%s\\-Scope\\(Score\\): (.+)$", |
186 "tests": [ | 235 "tests": [ |
187 {"name": "With"} | 236 {"name": "With"} |
188 ] | 237 ] |
189 }, | 238 }, |
190 { | 239 { |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, | 280 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, |
232 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, | 281 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, |
233 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, | 282 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, |
234 {"name": "Object.hasOwnProperty--el"}, | 283 {"name": "Object.hasOwnProperty--el"}, |
235 {"name": "Object.hasOwnProperty--el-str"}, | 284 {"name": "Object.hasOwnProperty--el-str"}, |
236 {"name": "Object.hasOwnProperty--NE-el"} | 285 {"name": "Object.hasOwnProperty--NE-el"} |
237 ] | 286 ] |
238 } | 287 } |
239 ] | 288 ] |
240 } | 289 } |
OLD | NEW |