| 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": [ |
| 11 { | 11 { |
| 12 "name": "RestParameters", | 12 "name": "RestParameters", |
| 13 "path": ["RestParameters"], | 13 "path": ["RestParameters"], |
| 14 "main": "run.js", | 14 "main": "run.js", |
| 15 "resources": ["rest.js"], | 15 "resources": ["rest.js"], |
| 16 "flags": ["--harmony-rest-parameters"], | |
| 17 "run_count": 5, | 16 "run_count": 5, |
| 18 "units": "score", | 17 "units": "score", |
| 19 "results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$", | 18 "results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$", |
| 20 "tests": [ | 19 "tests": [ |
| 21 {"name": "Basic1"} | 20 {"name": "Basic1"} |
| 22 ] | 21 ] |
| 23 }, | 22 }, |
| 24 { | 23 { |
| 25 "name": "SpreadCalls", | 24 "name": "SpreadCalls", |
| 26 "path": ["SpreadCalls"], | 25 "path": ["SpreadCalls"], |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 "path": ["Exceptions"], | 131 "path": ["Exceptions"], |
| 133 "main": "run.js", | 132 "main": "run.js", |
| 134 "resources": ["try-catch.js"], | 133 "resources": ["try-catch.js"], |
| 135 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$", | 134 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$", |
| 136 "tests": [ | 135 "tests": [ |
| 137 {"name": "Try-Catch"} | 136 {"name": "Try-Catch"} |
| 138 ] | 137 ] |
| 139 } | 138 } |
| 140 ] | 139 ] |
| 141 } | 140 } |
| OLD | NEW |