| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 {"name": "Untagged"}, | 106 {"name": "Untagged"}, |
| 107 {"name": "LargeUntagged"}, | 107 {"name": "LargeUntagged"}, |
| 108 {"name": "Tagged"} | 108 {"name": "Tagged"} |
| 109 ] | 109 ] |
| 110 }, | 110 }, |
| 111 { | 111 { |
| 112 "name": "Object", | 112 "name": "Object", |
| 113 "path": ["Object"], | 113 "path": ["Object"], |
| 114 "main": "run.js", | 114 "main": "run.js", |
| 115 "resources": ["assign.js"], | 115 "resources": ["assign.js"], |
| 116 "flags": ["--harmony-object"], | |
| 117 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", | 116 "results_regexp": "^%s\\-Object\\(Score\\): (.+)$", |
| 118 "tests": [ | 117 "tests": [ |
| 119 {"name": "Assign"} | 118 {"name": "Assign"} |
| 120 ] | 119 ] |
| 121 }, | 120 }, |
| 122 { | 121 { |
| 123 "name": "Scope", | 122 "name": "Scope", |
| 124 "path": ["Scope"], | 123 "path": ["Scope"], |
| 125 "main": "run.js", | 124 "main": "run.js", |
| 126 "resources": ["with.js"], | 125 "resources": ["with.js"], |
| 127 "results_regexp": "^%s\\-Scope\\(Score\\): (.+)$", | 126 "results_regexp": "^%s\\-Scope\\(Score\\): (.+)$", |
| 128 "tests": [ | 127 "tests": [ |
| 129 {"name": "With"} | 128 {"name": "With"} |
| 130 ] | 129 ] |
| 131 }, | 130 }, |
| 132 { | 131 { |
| 133 "name": "Exceptions", | 132 "name": "Exceptions", |
| 134 "path": ["Exceptions"], | 133 "path": ["Exceptions"], |
| 135 "main": "run.js", | 134 "main": "run.js", |
| 136 "resources": ["try-catch.js"], | 135 "resources": ["try-catch.js"], |
| 137 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$", | 136 "results_regexp": "^%s\\-Exceptions\\(Score\\): (.+)$", |
| 138 "tests": [ | 137 "tests": [ |
| 139 {"name": "Try-Catch"} | 138 {"name": "Try-Catch"} |
| 140 ] | 139 ] |
| 141 } | 140 } |
| 142 ] | 141 ] |
| 143 } | 142 } |
| OLD | NEW |