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 145 matching lines...) Loading... |
156 "run_count_android_arm64": 2, | 156 "run_count_android_arm64": 2, |
157 "tests": [ | 157 "tests": [ |
158 {"name": "Object.keys()"}, | 158 {"name": "Object.keys()"}, |
159 {"name": "for-in"}, | 159 {"name": "for-in"}, |
160 {"name": "for-in hasOwnProperty()"}, | 160 {"name": "for-in hasOwnProperty()"}, |
161 {"name": "for (i < Object.keys().length)"}, | 161 {"name": "for (i < Object.keys().length)"}, |
162 {"name": "Object.keys().forEach()"}, | 162 {"name": "Object.keys().forEach()"}, |
163 {"name": "for (i < array.length)"}, | 163 {"name": "for (i < array.length)"}, |
164 {"name": "for (i < length)"} | 164 {"name": "for (i < length)"} |
165 ] | 165 ] |
| 166 }, |
| 167 { |
| 168 "name": "PropertyQueries", |
| 169 "path": ["PropertyQueries"], |
| 170 "main": "run.js", |
| 171 "resources": ["property-queries.js"], |
| 172 "results_regexp": "^%s\\-PropertyQueries\\(Score\\): (.+)$", |
| 173 "tests": [ |
| 174 {"name": "in--query-internalized-prop--fast-obj"}, |
| 175 {"name": "in--query-internalized-prop--slow-obj"}, |
| 176 {"name": "in--query-internalized-prop--fast-obj-with-slow-proto"}, |
| 177 {"name": "in--query-internalized-prop--slow-obj-with-slow-proto"}, |
| 178 {"name": "in--query-deinternalized-prop--fast-obj"}, |
| 179 {"name": "in--query-deinternalized-prop--slow-obj"}, |
| 180 {"name": "in--query-deinternalized-prop--fast-obj-with-slow-proto"}, |
| 181 {"name": "in--query-deinternalized-prop--slow-obj-with-slow-proto"}, |
| 182 {"name": "in--query-non-existing-internalized-prop--fast-obj"}, |
| 183 {"name": "in--query-non-existing-internalized-prop--slow-obj"}, |
| 184 {"name": "in--query-non-existing-internalized-prop--fast-obj-with-slow-p
roto"}, |
| 185 {"name": "in--query-non-existing-internalized-prop--slow-obj-with-slow-p
roto"}, |
| 186 {"name": "in--query-non-existing-deinternalized-prop--fast-obj"}, |
| 187 {"name": "in--query-non-existing-deinternalized-prop--slow-obj"}, |
| 188 {"name": "in--query-non-existing-deinternalized-prop--fast-obj-with-slow
-proto"}, |
| 189 {"name": "in--query-non-existing-deinternalized-prop--slow-obj-with-slow
-proto"}, |
| 190 {"name": "in--query-element--fast-obj"}, |
| 191 {"name": "in--query-element--slow-obj"}, |
| 192 {"name": "in--query-element--fast-obj-with-slow-proto"}, |
| 193 {"name": "in--query-element--slow-obj-with-slow-proto"}, |
| 194 {"name": "in--query-element-as-string--fast-obj"}, |
| 195 {"name": "in--query-element-as-string--slow-obj"}, |
| 196 {"name": "in--query-element-as-string--fast-obj-with-slow-proto"}, |
| 197 {"name": "in--query-element-as-string--slow-obj-with-slow-proto"}, |
| 198 {"name": "in--query-non-existing-element--fast-obj"}, |
| 199 {"name": "in--query-non-existing-element--slow-obj"}, |
| 200 {"name": "in--query-non-existing-element--fast-obj-with-slow-proto"}, |
| 201 {"name": "in--query-non-existing-element--slow-obj-with-slow-proto"}, |
| 202 {"name": "Object.hasOwnProperty--query-internalized-prop--fast-obj"}, |
| 203 {"name": "Object.hasOwnProperty--query-internalized-prop--slow-obj"}, |
| 204 {"name": "Object.hasOwnProperty--query-internalized-prop--fast-obj-with-
slow-proto"}, |
| 205 {"name": "Object.hasOwnProperty--query-internalized-prop--slow-obj-with-
slow-proto"}, |
| 206 {"name": "Object.hasOwnProperty--query-deinternalized-prop--fast-obj"}, |
| 207 {"name": "Object.hasOwnProperty--query-deinternalized-prop--slow-obj"}, |
| 208 {"name": "Object.hasOwnProperty--query-deinternalized-prop--fast-obj-wit
h-slow-proto"}, |
| 209 {"name": "Object.hasOwnProperty--query-deinternalized-prop--slow-obj-wit
h-slow-proto"}, |
| 210 {"name": "Object.hasOwnProperty--query-non-existing-internalized-prop--f
ast-obj"}, |
| 211 {"name": "Object.hasOwnProperty--query-non-existing-internalized-prop--s
low-obj"}, |
| 212 {"name": "Object.hasOwnProperty--query-non-existing-internalized-prop--f
ast-obj-with-slow-proto"}, |
| 213 {"name": "Object.hasOwnProperty--query-non-existing-internalized-prop--s
low-obj-with-slow-proto"}, |
| 214 {"name": "Object.hasOwnProperty--query-non-existing-deinternalized-prop-
-fast-obj"}, |
| 215 {"name": "Object.hasOwnProperty--query-non-existing-deinternalized-prop-
-slow-obj"}, |
| 216 {"name": "Object.hasOwnProperty--query-non-existing-deinternalized-prop-
-fast-obj-with-slow-proto"}, |
| 217 {"name": "Object.hasOwnProperty--query-non-existing-deinternalized-prop-
-slow-obj-with-slow-proto"}, |
| 218 {"name": "Object.hasOwnProperty--query-element--fast-obj"}, |
| 219 {"name": "Object.hasOwnProperty--query-element--slow-obj"}, |
| 220 {"name": "Object.hasOwnProperty--query-element--fast-obj-with-slow-proto
"}, |
| 221 {"name": "Object.hasOwnProperty--query-element--slow-obj-with-slow-proto
"}, |
| 222 {"name": "Object.hasOwnProperty--query-element-as-string--fast-obj"}, |
| 223 {"name": "Object.hasOwnProperty--query-element-as-string--slow-obj"}, |
| 224 {"name": "Object.hasOwnProperty--query-element-as-string--fast-obj-with-
slow-proto"}, |
| 225 {"name": "Object.hasOwnProperty--query-element-as-string--slow-obj-with-
slow-proto"}, |
| 226 {"name": "Object.hasOwnProperty--query-non-existing-element--fast-obj"}, |
| 227 {"name": "Object.hasOwnProperty--query-non-existing-element--slow-obj"}, |
| 228 {"name": "Object.hasOwnProperty--query-non-existing-element--fast-obj-wi
th-slow-proto"}, |
| 229 {"name": "Object.hasOwnProperty--query-non-existing-element--slow-obj-wi
th-slow-proto"} |
| 230 ] |
166 } | 231 } |
167 ] | 232 ] |
168 } | 233 } |
OLD | NEW |