| 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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 "path": ["ForLoops"], | 390 "path": ["ForLoops"], |
| 391 "main": "run.js", | 391 "main": "run.js", |
| 392 "resources": [ | 392 "resources": [ |
| 393 "for_loop.js" | 393 "for_loop.js" |
| 394 ], | 394 ], |
| 395 "results_regexp": "^%s\\-ForLoop\\(Score\\): (.+)$", | 395 "results_regexp": "^%s\\-ForLoop\\(Score\\): (.+)$", |
| 396 "tests": [ | 396 "tests": [ |
| 397 {"name": "Let-Standard"}, | 397 {"name": "Let-Standard"}, |
| 398 {"name": "Var-Standard"} | 398 {"name": "Var-Standard"} |
| 399 ] | 399 ] |
| 400 }, |
| 401 { |
| 402 "name": "Modules", |
| 403 "path": ["Modules"], |
| 404 "main": "run.js", |
| 405 "resources": ["basic-export.js", "basic-import.js", "basic-namespace.js",
"value.js"], |
| 406 "flags": [ |
| 407 "--allow-natives-syntax", |
| 408 "--harmony-dynamic-import" |
| 409 ], |
| 410 "results_regexp": "^%s\\-Modules\\(Score\\): (.+)$", |
| 411 "tests": [ |
| 412 {"name": "BasicExport"}, |
| 413 {"name": "BasicImport"}, |
| 414 {"name": "BasicNamespace"} |
| 415 ] |
| 400 } | 416 } |
| 401 ] | 417 ] |
| 402 } | 418 } |
| OLD | NEW |