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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 "name": "Strings", | 117 "name": "Strings", |
118 "path": ["Strings"], | 118 "path": ["Strings"], |
119 "main": "run.js", | 119 "main": "run.js", |
120 "resources": ["harmony-string.js"], | 120 "resources": ["harmony-string.js"], |
121 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", | 121 "results_regexp": "^%s\\-Strings\\(Score\\): (.+)$", |
122 "tests": [ | 122 "tests": [ |
123 {"name": "StringFunctions"} | 123 {"name": "StringFunctions"} |
124 ] | 124 ] |
125 }, | 125 }, |
126 { | 126 { |
| 127 "name": "StringIterators", |
| 128 "path": ["StringIterators"], |
| 129 "main": "run.js", |
| 130 "resources": ["string-iterator.js"], |
| 131 "results_regexp": "^%s\\-StringIterators\\(Score\\): (.+)$", |
| 132 "tests": [ |
| 133 {"name": "Spread_OneByteShort"}, |
| 134 {"name": "Spread_TwoByteShort"}, |
| 135 {"name": "Spread_WithSurrogatePairsShort"}, |
| 136 {"name": "ForOf_OneByteShort"}, |
| 137 {"name": "ForOf_TwoByteShort"}, |
| 138 {"name": "ForOf_WithSurrogatePairsShort"}, |
| 139 {"name": "ForOf_OneByteLong"}, |
| 140 {"name": "ForOf_TwoByteLong"}, |
| 141 {"name": "ForOf_WithSurrogatePairsLong"} |
| 142 ] |
| 143 }, |
| 144 { |
127 "name": "Templates", | 145 "name": "Templates", |
128 "path": ["Templates"], | 146 "path": ["Templates"], |
129 "main": "run.js", | 147 "main": "run.js", |
130 "resources": ["templates.js"], | 148 "resources": ["templates.js"], |
131 "run_count": 5, | 149 "run_count": 5, |
132 "units": "score", | 150 "units": "score", |
133 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$", | 151 "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$", |
134 "total": true, | 152 "total": true, |
135 "tests": [ | 153 "tests": [ |
136 {"name": "Untagged"}, | 154 {"name": "Untagged"}, |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, | 232 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, |
215 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, | 233 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, |
216 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, | 234 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, |
217 {"name": "Object.hasOwnProperty--el"}, | 235 {"name": "Object.hasOwnProperty--el"}, |
218 {"name": "Object.hasOwnProperty--el-str"}, | 236 {"name": "Object.hasOwnProperty--el-str"}, |
219 {"name": "Object.hasOwnProperty--NE-el"} | 237 {"name": "Object.hasOwnProperty--NE-el"} |
220 ] | 238 ] |
221 } | 239 } |
222 ] | 240 ] |
223 } | 241 } |
OLD | NEW |