OLD | NEW |
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 'language/statements/let/syntax/let': [PASS, FAIL_SLOPPY], | 237 'language/statements/let/syntax/let': [PASS, FAIL_SLOPPY], |
238 'language/statements/let/syntax/with-initialisers-in-statement-positions-case-
expression-statement-list': [PASS, FAIL_SLOPPY], | 238 'language/statements/let/syntax/with-initialisers-in-statement-positions-case-
expression-statement-list': [PASS, FAIL_SLOPPY], |
239 'language/statements/let/syntax/with-initialisers-in-statement-positions-defau
lt-statement-list': [PASS, FAIL_SLOPPY], | 239 'language/statements/let/syntax/with-initialisers-in-statement-positions-defau
lt-statement-list': [PASS, FAIL_SLOPPY], |
240 'language/statements/let/syntax/without-initialisers-in-statement-positions-ca
se-expression-statement-list': [PASS, FAIL_SLOPPY], | 240 'language/statements/let/syntax/without-initialisers-in-statement-positions-ca
se-expression-statement-list': [PASS, FAIL_SLOPPY], |
241 'language/statements/let/syntax/without-initialisers-in-statement-positions-de
fault-statement-list': [PASS, FAIL_SLOPPY], | 241 'language/statements/let/syntax/without-initialisers-in-statement-positions-de
fault-statement-list': [PASS, FAIL_SLOPPY], |
242 | 242 |
243 # https://code.google.com/p/v8/issues/detail?id=3305 | 243 # https://code.google.com/p/v8/issues/detail?id=3305 |
244 # This times out in sloppy mode because sloppy const assignment does not throw
. | 244 # This times out in sloppy mode because sloppy const assignment does not throw
. |
245 'language/statements/const/syntax/const-invalid-assignment-next-expression-for
': [PASS, FAIL, TIMEOUT], | 245 'language/statements/const/syntax/const-invalid-assignment-next-expression-for
': [PASS, FAIL, TIMEOUT], |
246 | 246 |
247 # Number.prototype is a plain object in ES6 | 247 # Number/Boolean.prototype is a plain object in ES6 |
| 248 # https://code.google.com/p/v8/issues/detail?id=4001 |
248 'built-ins/Number/15.7.4-1': [FAIL], | 249 'built-ins/Number/15.7.4-1': [FAIL], |
249 'built-ins/Number/prototype/S15.7.3.1_A2_*': [FAIL], | 250 'built-ins/Number/prototype/S15.7.3.1_A2_*': [FAIL], |
250 'built-ins/Number/prototype/S15.7.3.1_A3': [FAIL], | 251 'built-ins/Number/prototype/S15.7.3.1_A3': [FAIL], |
251 'built-ins/Number/prototype/S15.7.4_A1': [FAIL], | 252 'built-ins/Number/prototype/S15.7.4_A1': [FAIL], |
252 'built-ins/Number/prototype/toFixed/S15.7.4.5_A1.1_T01': [FAIL], | 253 'built-ins/Number/prototype/toFixed/S15.7.4.5_A1.1_T01': [FAIL], |
253 'built-ins/Number/prototype/toString/S15.7.4.2_A1_*': [FAIL], | 254 'built-ins/Number/prototype/toString/S15.7.4.2_A1_*': [FAIL], |
254 'built-ins/Number/prototype/toString/S15.7.4.2_A2_*': [FAIL], | 255 'built-ins/Number/prototype/toString/S15.7.4.2_A2_*': [FAIL], |
255 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_*': [FAIL], | 256 'built-ins/Number/prototype/valueOf/S15.7.4.4_A1_*': [FAIL], |
| 257 'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL], |
| 258 'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL], |
| 259 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL], |
| 260 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL], |
| 261 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL], |
| 262 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL], |
256 | 263 |
257 # https://code.google.com/p/v8/issues/detail?id=4118 | 264 # https://code.google.com/p/v8/issues/detail?id=4118 |
258 'built-ins/Object/getOwnPropertyNames/15.2.3.4-4-44': [FAIL], | 265 'built-ins/Object/getOwnPropertyNames/15.2.3.4-4-44': [FAIL], |
259 | 266 |
260 ######################## NEEDS INVESTIGATION ########################### | |
261 | 267 |
262 # These test failures are specific to the intl402 suite and need investigation | 268 # https://code.google.com/p/v8/issues/detail?id=3087 |
263 # to be either marked as bugs with issues filed for them or as deliberate | |
264 # incompatibilities if the test cases turn out to be broken or ambiguous. | |
265 'intl402/6.2.3': [FAIL], | |
266 'intl402/9.2.1_2': [FAIL], | |
267 'intl402/9.2.6_2': [FAIL], | |
268 'intl402/10.1.1_a': [FAIL], | |
269 'intl402/10.1.2.1_4': [FAIL], | |
270 'intl402/10.1.2_a': [PASS, FAIL], | |
271 'intl402/10.2.3_b': [PASS, FAIL], | |
272 'intl402/10.3.2_1_c': [PASS, FAIL], | |
273 'intl402/10.3.2_CS_b_NN': [PASS, FAIL], | |
274 'intl402/10.3.2_CS_c_NN': [PASS, FAIL], | |
275 'intl402/10.3.2_CS_d_NN': [PASS, FAIL], | |
276 'intl402/10.3_a': [FAIL], | |
277 'intl402/11.1.1_20_c': [FAIL], | |
278 'intl402/11.1.1_a': [FAIL], | |
279 'intl402/11.1.2': [PASS, FAIL], | |
280 'intl402/11.1.2.1_4': [FAIL], | |
281 'intl402/11.3_a': [FAIL], | |
282 'intl402/12.1.1_a': [FAIL], | |
283 'intl402/12.1.2': [PASS, FAIL], | |
284 'intl402/12.1.2.1_4': [FAIL], | |
285 'intl402/12.3.2_FDT_7_a_iv': [FAIL], | |
286 'intl402/12.3.3': [FAIL], | |
287 'intl402/12.3_a': [FAIL], | |
288 'intl402/13.1.1_7': [PASS, FAIL], | |
289 'intl402/13.2.1_5': [PASS, FAIL], | |
290 'intl402/13.3.0_7': [PASS, FAIL], | |
291 | |
292 # Test 262 update 2015-06-11 | |
293 'built-ins/Array/prototype/every/15.4.4.16-3-12': [FAIL], | 269 'built-ins/Array/prototype/every/15.4.4.16-3-12': [FAIL], |
294 'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL], | 270 'built-ins/Array/prototype/every/15.4.4.16-3-14': [FAIL], |
295 'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL], | 271 'built-ins/Array/prototype/every/15.4.4.16-3-25': [FAIL], |
296 'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL], | 272 'built-ins/Array/prototype/every/15.4.4.16-3-29': [FAIL], |
297 'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL], | 273 'built-ins/Array/prototype/every/15.4.4.16-3-7': [FAIL], |
298 'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL], | 274 'built-ins/Array/prototype/every/15.4.4.16-3-8': [FAIL], |
299 'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL], | 275 'built-ins/Array/prototype/filter/15.4.4.20-3-12': [FAIL], |
300 'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL], | 276 'built-ins/Array/prototype/filter/15.4.4.20-3-25': [FAIL], |
301 'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL], | 277 'built-ins/Array/prototype/filter/15.4.4.20-3-7': [FAIL], |
302 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL]
, | |
303 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL]
, | |
304 'built-ins/Array/prototype/forEach/15.4.4.18-3-12': [FAIL], | 278 'built-ins/Array/prototype/forEach/15.4.4.18-3-12': [FAIL], |
305 'built-ins/Array/prototype/forEach/15.4.4.18-3-25': [FAIL], | 279 'built-ins/Array/prototype/forEach/15.4.4.18-3-25': [FAIL], |
306 'built-ins/Array/prototype/forEach/15.4.4.18-3-7': [FAIL], | 280 'built-ins/Array/prototype/forEach/15.4.4.18-3-7': [FAIL], |
307 'built-ins/Array/prototype/indexOf/15.4.4.14-3-12': [FAIL], | 281 'built-ins/Array/prototype/indexOf/15.4.4.14-3-12': [FAIL], |
308 'built-ins/Array/prototype/indexOf/15.4.4.14-3-14': [FAIL], | 282 'built-ins/Array/prototype/indexOf/15.4.4.14-3-14': [FAIL], |
309 'built-ins/Array/prototype/indexOf/15.4.4.14-3-25': [FAIL], | 283 'built-ins/Array/prototype/indexOf/15.4.4.14-3-25': [FAIL], |
310 'built-ins/Array/prototype/indexOf/15.4.4.14-3-28': [FAIL], | 284 'built-ins/Array/prototype/indexOf/15.4.4.14-3-28': [FAIL], |
311 'built-ins/Array/prototype/indexOf/15.4.4.14-3-29': [FAIL], | 285 'built-ins/Array/prototype/indexOf/15.4.4.14-3-29': [FAIL], |
312 'built-ins/Array/prototype/indexOf/15.4.4.14-3-7': [FAIL], | 286 'built-ins/Array/prototype/indexOf/15.4.4.14-3-7': [FAIL], |
313 'built-ins/Array/prototype/indexOf/15.4.4.14-3-8': [FAIL], | 287 'built-ins/Array/prototype/indexOf/15.4.4.14-3-8': [FAIL], |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 'built-ins/Array/prototype/some/15.4.4.17-3-25': [FAIL], | 320 'built-ins/Array/prototype/some/15.4.4.17-3-25': [FAIL], |
347 'built-ins/Array/prototype/some/15.4.4.17-3-28': [FAIL], | 321 'built-ins/Array/prototype/some/15.4.4.17-3-28': [FAIL], |
348 'built-ins/Array/prototype/some/15.4.4.17-3-29': [FAIL], | 322 'built-ins/Array/prototype/some/15.4.4.17-3-29': [FAIL], |
349 'built-ins/Array/prototype/some/15.4.4.17-3-7': [FAIL], | 323 'built-ins/Array/prototype/some/15.4.4.17-3-7': [FAIL], |
350 'built-ins/Array/prototype/some/15.4.4.17-3-8': [FAIL], | 324 'built-ins/Array/prototype/some/15.4.4.17-3-8': [FAIL], |
351 'built-ins/Array/prototype/sort/S15.4.4.11_A4_T3': [FAIL], | 325 'built-ins/Array/prototype/sort/S15.4.4.11_A4_T3': [FAIL], |
352 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T1': [FAIL], | 326 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T1': [FAIL], |
353 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T3': [FAIL], | 327 'built-ins/Array/prototype/splice/S15.4.4.12_A3_T3': [FAIL], |
354 'built-ins/Array/prototype/unshift/S15.4.4.13_A3_T2': [FAIL], | 328 'built-ins/Array/prototype/unshift/S15.4.4.13_A3_T2': [FAIL], |
355 | 329 |
| 330 # https://code.google.com/p/v8/issues/detail?id=1543 |
| 331 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-1': [FAIL]
, |
| 332 'built-ins/Array/prototype/find/Array.prototype.find_callable-Proxy-2': [FAIL]
, |
| 333 'language/expressions/object/prop-def-id-eval-error-2': [FAIL], |
| 334 'language/statements/for-of/iterator-as-proxy': [FAIL], |
| 335 'language/statements/for-of/iterator-next-result-type': [FAIL], |
| 336 |
356 # https://code.google.com/p/v8/issues/detail?id=4093 | 337 # https://code.google.com/p/v8/issues/detail?id=4093 |
357 'built-ins/Array/symbol-species': [FAIL], | 338 'built-ins/Array/symbol-species': [FAIL], |
358 'built-ins/ArrayBuffer/symbol-species': [FAIL], | 339 'built-ins/ArrayBuffer/symbol-species': [FAIL], |
359 'built-ins/Map/symbol-species': [FAIL], | 340 'built-ins/Map/symbol-species': [FAIL], |
360 'built-ins/Promise/symbol-species': [FAIL], | 341 'built-ins/Promise/symbol-species': [FAIL], |
361 'built-ins/RegExp/symbol-species': [FAIL], | 342 'built-ins/RegExp/symbol-species': [FAIL], |
362 'built-ins/Set/symbol-species': [FAIL], | 343 'built-ins/Set/symbol-species': [FAIL], |
363 'built-ins/Symbol/species/basic': [FAIL], | 344 'built-ins/Symbol/species/basic': [FAIL], |
364 'built-ins/Symbol/species/builtin-getter-name': [FAIL], | 345 'built-ins/Symbol/species/builtin-getter-name': [FAIL], |
365 'built-ins/Symbol/species/subclassing': [FAIL], | 346 'built-ins/Symbol/species/subclassing': [FAIL], |
366 | 347 |
367 'built-ins/Boolean/prototype/S15.6.3.1_A1': [FAIL], | 348 # https://code.google.com/p/v8/issues/detail?id=4242 |
368 'built-ins/Boolean/prototype/S15.6.4_A1': [FAIL], | 349 'built-ins/Date/15.9.1.15-1': [FAIL], |
369 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T1': [FAIL], | |
370 'built-ins/Boolean/prototype/toString/S15.6.4.2_A1_T2': [FAIL], | |
371 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T1': [FAIL], | |
372 'built-ins/Boolean/prototype/valueOf/S15.6.4.3_A1_T2': [FAIL], | |
373 | 350 |
374 'built-ins/Date/15.9.1.15-1': [FAIL], | 351 # https://code.google.com/p/v8/issues/detail?id=4004 |
375 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL], | 352 'built-ins/Date/prototype/setFullYear/15.9.5.40_1': [FAIL], |
376 | 353 |
| 354 # https://code.google.com/p/v8/issues/detail?id=4002 |
377 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], | 355 'built-ins/Error/prototype/S15.11.4_A2': [FAIL], |
378 | 356 |
379 # https://code.google.com/p/v8/issues/detail?id=4163 | 357 # https://code.google.com/p/v8/issues/detail?id=4163 |
380 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], | 358 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], |
381 | 359 |
382 # https://code.google.com/p/v8/issues/detail?id=3566 | 360 # https://code.google.com/p/v8/issues/detail?id=3566 |
383 'built-ins/Set/set-iterator-close-after-add-failure': [FAIL], | 361 'built-ins/Set/set-iterator-close-after-add-failure': [FAIL], |
384 | 362 |
385 # Our values are inconsistent across backends | 363 # https://github.com/tc39/test262/pull/334 |
386 'built-ins/Math/E/S15.8.1.1_A1': [PASS, FAIL], | 364 'built-ins/Math/E/S15.8.1.1_A1': [PASS, FAIL], |
387 'built-ins/Math/LN10/S15.8.1.2_A1': [PASS, FAIL], | 365 'built-ins/Math/LN10/S15.8.1.2_A1': [PASS, FAIL], |
388 'built-ins/Math/LN2/S15.8.1.3_A1': [PASS, FAIL], | 366 'built-ins/Math/LN2/S15.8.1.3_A1': [PASS, FAIL], |
389 'built-ins/Math/LOG10E/S15.8.1.5_A1': [PASS, FAIL], | 367 'built-ins/Math/LOG10E/S15.8.1.5_A1': [PASS, FAIL], |
390 'built-ins/Math/LOG2E/S15.8.1.4_A1': [PASS, FAIL], | 368 'built-ins/Math/LOG2E/S15.8.1.4_A1': [PASS, FAIL], |
391 'built-ins/Math/PI/S15.8.1.6_A1': [PASS, FAIL], | 369 'built-ins/Math/PI/S15.8.1.6_A1': [PASS, FAIL], |
392 'built-ins/Math/SQRT1_2/S15.8.1.7_A1': [PASS, FAIL], | 370 'built-ins/Math/SQRT1_2/S15.8.1.7_A1': [PASS, FAIL], |
393 'built-ins/Math/SQRT2/S15.8.1.8_A1': [PASS, FAIL], | 371 'built-ins/Math/SQRT2/S15.8.1.8_A1': [PASS, FAIL], |
394 'built-ins/Math/acos/S15.8.2.2_A5': [PASS, FAIL], | 372 'built-ins/Math/acos/S15.8.2.2_A5': [PASS, FAIL], |
395 'built-ins/Math/asin/S15.8.2.3_A6': [PASS, FAIL], | 373 'built-ins/Math/asin/S15.8.2.3_A6': [PASS, FAIL], |
(...skipping 13 matching lines...) Expand all Loading... |
409 'built-ins/Math/atan2/S15.8.2.5_A21': [PASS, FAIL], | 387 'built-ins/Math/atan2/S15.8.2.5_A21': [PASS, FAIL], |
410 'built-ins/Math/atan2/S15.8.2.5_A22': [PASS, FAIL], | 388 'built-ins/Math/atan2/S15.8.2.5_A22': [PASS, FAIL], |
411 'built-ins/Math/atan2/S15.8.2.5_A23': [PASS, FAIL], | 389 'built-ins/Math/atan2/S15.8.2.5_A23': [PASS, FAIL], |
412 'built-ins/Math/atan2/S15.8.2.5_A24': [PASS, FAIL], | 390 'built-ins/Math/atan2/S15.8.2.5_A24': [PASS, FAIL], |
413 'built-ins/Math/atan2/S15.8.2.5_A3': [PASS, FAIL], | 391 'built-ins/Math/atan2/S15.8.2.5_A3': [PASS, FAIL], |
414 'built-ins/Math/atan2/S15.8.2.5_A6': [PASS, FAIL], | 392 'built-ins/Math/atan2/S15.8.2.5_A6': [PASS, FAIL], |
415 'built-ins/Math/atan2/S15.8.2.5_A7': [PASS, FAIL], | 393 'built-ins/Math/atan2/S15.8.2.5_A7': [PASS, FAIL], |
416 'built-ins/Math/log/S15.8.2.10_A6': [PASS, FAIL], | 394 'built-ins/Math/log/S15.8.2.10_A6': [PASS, FAIL], |
417 'built-ins/Math/pow/S15.8.2.13_A24': [PASS, FAIL], | 395 'built-ins/Math/pow/S15.8.2.13_A24': [PASS, FAIL], |
418 'built-ins/Math/sqrt/S15.8.2.17_A6': [PASS, FAIL], | 396 'built-ins/Math/sqrt/S15.8.2.17_A6': [PASS, FAIL], |
419 | |
420 'built-ins/Number/MAX_VALUE/S15.7.3.2_A1': [PASS, FAIL], | 397 'built-ins/Number/MAX_VALUE/S15.7.3.2_A1': [PASS, FAIL], |
421 'built-ins/Number/MIN_VALUE/S15.7.3.3_A1': [PASS, FAIL], | 398 'built-ins/Number/MIN_VALUE/S15.7.3.3_A1': [PASS, FAIL], |
422 | 399 |
| 400 # https://code.google.com/p/v8/issues/detail?id=3715 |
423 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL], | 401 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-212': [FAIL], |
424 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213': [FAIL], | 402 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-213': [FAIL], |
425 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214': [FAIL], | 403 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-214': [FAIL], |
426 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215': [FAIL], | 404 'built-ins/Object/getOwnPropertyDescriptor/15.2.3.3-4-215': [FAIL], |
427 | |
428 'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL], | |
429 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [FAIL], | |
430 | |
431 'built-ins/RegExp/15.10.4.1-1': [FAIL], | |
432 'built-ins/RegExp/S15.10.3.1_A2_T1': [FAIL], | |
433 'built-ins/RegExp/S15.10.3.1_A2_T2': [FAIL], | |
434 'built-ins/RegExp/S15.10.4.1_A2_T1': [FAIL], | |
435 'built-ins/RegExp/S15.10.4.1_A2_T2': [FAIL], | |
436 'built-ins/RegExp/prototype/15.10.6': [FAIL], | |
437 'built-ins/RegExp/prototype/exec/S15.10.6.2_A5_T3': [FAIL], | |
438 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL], | 405 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL], |
439 'built-ins/RegExp/prototype/global/15.10.7.2-2': [FAIL], | 406 'built-ins/RegExp/prototype/global/15.10.7.2-2': [FAIL], |
440 'built-ins/RegExp/prototype/global/S15.10.7.2_A9': [FAIL], | 407 'built-ins/RegExp/prototype/global/S15.10.7.2_A9': [FAIL], |
441 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL], | 408 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL], |
442 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-2': [FAIL], | 409 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-2': [FAIL], |
443 'built-ins/RegExp/prototype/ignoreCase/S15.10.7.3_A9': [FAIL], | 410 'built-ins/RegExp/prototype/ignoreCase/S15.10.7.3_A9': [FAIL], |
444 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-1': [FAIL], | 411 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-1': [FAIL], |
445 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-2': [FAIL], | 412 'built-ins/RegExp/prototype/lastIndex/15.10.7.5-2': [FAIL], |
446 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL], | 413 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL], |
447 'built-ins/RegExp/prototype/multiline/15.10.7.4-2': [FAIL], | 414 'built-ins/RegExp/prototype/multiline/15.10.7.4-2': [FAIL], |
448 'built-ins/RegExp/prototype/multiline/S15.10.7.4_A9': [FAIL], | 415 'built-ins/RegExp/prototype/multiline/S15.10.7.4_A9': [FAIL], |
449 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], | 416 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], |
450 'built-ins/RegExp/prototype/source/15.10.7.1-2': [FAIL], | 417 'built-ins/RegExp/prototype/source/15.10.7.1-2': [FAIL], |
451 'built-ins/RegExp/prototype/source/S15.10.7.1_A9': [FAIL], | 418 'built-ins/RegExp/prototype/source/S15.10.7.1_A9': [FAIL], |
452 | 419 |
| 420 # https://code.google.com/p/v8/issues/detail?id=4243 |
| 421 'built-ins/Promise/race/S25.4.4.3_A3.1_T2': [FAIL], |
| 422 'built-ins/Promise/reject/S25.4.4.4_A3.1_T1': [FAIL], |
453 | 423 |
| 424 # https://code.google.com/p/v8/issues/detail?id=4119 |
| 425 'built-ins/RegExp/15.10.4.1-1': [FAIL], |
| 426 'built-ins/RegExp/S15.10.3.1_A2_T1': [FAIL], |
| 427 'built-ins/RegExp/S15.10.3.1_A2_T2': [FAIL], |
| 428 'built-ins/RegExp/S15.10.4.1_A2_T1': [FAIL], |
| 429 'built-ins/RegExp/S15.10.4.1_A2_T2': [FAIL], |
| 430 |
| 431 # https://code.google.com/p/v8/issues/detail?id=4003 |
| 432 'built-ins/RegExp/prototype/15.10.6': [FAIL], |
| 433 |
| 434 # https://code.google.com/p/v8/issues/detail?id=4244 |
| 435 'built-ins/RegExp/prototype/exec/S15.10.6.2_A5_T3': [FAIL], |
| 436 |
| 437 # https://code.google.com/p/v8/issues/detail?id=4006 |
454 'built-ins/String/prototype/S15.5.4_A1': [FAIL], | 438 'built-ins/String/prototype/S15.5.4_A1': [FAIL], |
455 'built-ins/String/prototype/S15.5.4_A2': [FAIL], | 439 'built-ins/String/prototype/S15.5.4_A2': [FAIL], |
456 'built-ins/String/prototype/S15.5.4_A3': [FAIL], | 440 'built-ins/String/prototype/S15.5.4_A3': [FAIL], |
| 441 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], |
| 442 |
| 443 # https://code.google.com/p/v8/issues/detail?id=4245 |
457 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], | 444 'built-ins/String/prototype/split/S15.5.4.14_A2_T37': [FAIL], |
458 | 445 |
| 446 # https://code.google.com/p/v8/issues/detail?id=3088 |
459 'built-ins/Symbol/auto-boxing-strict': [FAIL], | 447 'built-ins/Symbol/auto-boxing-strict': [FAIL], |
460 | 448 |
461 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], | |
462 | |
463 # The order of adding the name property is wrong | 449 # The order of adding the name property is wrong |
464 # https://code.google.com/p/v8/issues/detail?id=4199 | 450 # https://code.google.com/p/v8/issues/detail?id=4199 |
465 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO
PPY], | 451 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO
PPY], |
466 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO
PPY], | 452 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO
PPY], |
467 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO
PPY], | 453 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO
PPY], |
468 | 454 |
469 # new.target | 455 # new.target |
470 # https://code.google.com/p/v8/issues/detail?id=3887 | 456 # https://code.google.com/p/v8/issues/detail?id=3887 |
471 'language/expressions/arrow-function/lexical-new.target': [FAIL], | 457 'language/expressions/arrow-function/lexical-new.target': [FAIL], |
472 'language/expressions/arrow-function/lexical-new.target-closure-returned': [FA
IL], | 458 'language/expressions/arrow-function/lexical-new.target-closure-returned': [FA
IL], |
473 | 459 |
474 # Default params | 460 # https://code.google.com/p/v8/issues/detail?id=2160 |
475 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1
': [FAIL], | 461 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-1
': [FAIL], |
476 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-2
': [FAIL], | 462 'language/expressions/arrow-function/syntax/arrowparameters-cover-initialize-2
': [FAIL], |
477 | 463 |
478 'language/expressions/assignment/S11.13.1_A5*': [FAIL], | |
479 'language/expressions/assignment/S11.13.1_A6*': [FAIL], | |
480 'language/expressions/assignment/S11.13.1_A7_T1': [FAIL], | |
481 'language/expressions/assignment/S11.13.1_A7_T2': [FAIL], | |
482 'language/expressions/assignment/S11.13.1_A7_T3': [FAIL], | |
483 | |
484 'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL], | |
485 'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL], | |
486 'language/expressions/compound-assignment/S11.13.2_A7.10_T4': [FAIL], | |
487 'language/expressions/compound-assignment/S11.13.2_A7.11_T4': [FAIL], | |
488 'language/expressions/compound-assignment/S11.13.2_A7.1_T4': [FAIL], | |
489 'language/expressions/compound-assignment/S11.13.2_A7.2_T4': [FAIL], | |
490 'language/expressions/compound-assignment/S11.13.2_A7.3_T4': [FAIL], | |
491 'language/expressions/compound-assignment/S11.13.2_A7.4_T4': [FAIL], | |
492 'language/expressions/compound-assignment/S11.13.2_A7.5_T4': [FAIL], | |
493 'language/expressions/compound-assignment/S11.13.2_A7.6_T4': [FAIL], | |
494 'language/expressions/compound-assignment/S11.13.2_A7.7_T4': [FAIL], | |
495 'language/expressions/compound-assignment/S11.13.2_A7.8_T4': [FAIL], | |
496 'language/expressions/compound-assignment/S11.13.2_A7.9_T4': [FAIL], | |
497 | |
498 'language/expressions/generators/implicit-name': [FAIL], | |
499 'language/expressions/generators/name-property-descriptor': [FAIL], | |
500 'language/expressions/generators/yield-as-function-expression-binding-identifi
er': [FAIL], | |
501 'language/expressions/generators/yield-as-generator-expression-binding-identif
ier': [FAIL], | |
502 | |
503 'language/expressions/object/method-definition/generator-argSuperProperty': [F
AIL], | |
504 'language/expressions/object/method-definition/yield-as-function-expression-bi
nding-identifier': [FAIL], | |
505 'language/expressions/object/prop-def-id-eval-error-2': [FAIL], | |
506 | |
507 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], | |
508 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], | |
509 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], | |
510 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], | |
511 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], | |
512 'language/expressions/postfix-increment/S11.3.1_A6_T3': [FAIL], | |
513 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], | |
514 'language/expressions/postfix-decrement/S11.3.2_A6_T3': [FAIL], | |
515 | |
516 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], | |
517 'language/expressions/prefix-decrement/S11.4.5_A6_T3': [FAIL], | |
518 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], | |
519 'language/expressions/prefix-increment/S11.4.4_A6_T3': [FAIL], | |
520 | |
521 'language/expressions/property-accessors/S11.2.1_A4_T5': [FAIL], | |
522 | |
523 # https://code.google.com/p/v8/issues/detail?id=3673 | 464 # https://code.google.com/p/v8/issues/detail?id=3673 |
524 'language/statements/class/definition/basics': [FAIL], | 465 'language/statements/class/definition/basics': [FAIL], |
525 | 466 |
526 # https://code.google.com/p/v8/issues/detail?id=4210 | 467 # https://code.google.com/p/v8/issues/detail?id=4210 |
527 'language/statements/for-in/const-bound-names-fordecl-tdz-for-in': [PASS, FAIL
], | 468 'language/statements/for-in/const-bound-names-fordecl-tdz-for-in': [PASS, FAIL
], |
528 'language/statements/for-in/let-bound-names-fordecl-tdz-for-in': [PASS, FAIL], | 469 'language/statements/for-in/let-bound-names-fordecl-tdz-for-in': [PASS, FAIL], |
529 'language/statements/for-of/const-bound-names-fordecl-tdz-for-of': [PASS, FAIL
], | 470 'language/statements/for-of/const-bound-names-fordecl-tdz-for-of': [PASS, FAIL
], |
530 'language/statements/for-of/let-bound-names-fordecl-tdz-for-of': [PASS, FAIL], | 471 'language/statements/for-of/let-bound-names-fordecl-tdz-for-of': [PASS, FAIL], |
531 | 472 |
532 # https://code.google.com/p/v8/issues/detail?id=1543 | |
533 'language/statements/for-of/iterator-as-proxy': [FAIL], | |
534 'language/statements/for-of/iterator-next-result-type': [FAIL], | |
535 | |
536 # Destructuring | 473 # Destructuring |
537 # https://code.google.com/p/v8/issues/detail?id=811 | 474 # https://code.google.com/p/v8/issues/detail?id=811 |
538 'language/statements/for-of/body-dstr-assign': [FAIL], | 475 'language/statements/for-of/body-dstr-assign': [FAIL], |
539 | 476 |
540 # https://code.google.com/p/v8/issues/detail?id=3566 | 477 # https://code.google.com/p/v8/issues/detail?id=3566 |
541 'language/statements/for-of/body-dstr-assign-error': [FAIL], | 478 'language/statements/for-of/body-dstr-assign-error': [FAIL], |
542 'language/statements/for-of/body-put-error': [FAIL], | 479 'language/statements/for-of/body-put-error': [FAIL], |
543 'language/statements/for-of/generator-close-via-break': [FAIL], | 480 'language/statements/for-of/generator-close-via-break': [FAIL], |
544 'language/statements/for-of/generator-close-via-return': [FAIL], | 481 'language/statements/for-of/generator-close-via-return': [FAIL], |
545 'language/statements/for-of/generator-close-via-throw': [FAIL], | 482 'language/statements/for-of/generator-close-via-throw': [FAIL], |
546 'language/statements/for-of/iterator-close-get-method-error': [FAIL], | 483 'language/statements/for-of/iterator-close-get-method-error': [FAIL], |
547 'language/statements/for-of/iterator-close-non-object': [FAIL], | 484 'language/statements/for-of/iterator-close-non-object': [FAIL], |
548 'language/statements/for-of/iterator-close-via-break': [FAIL], | 485 'language/statements/for-of/iterator-close-via-break': [FAIL], |
549 'language/statements/for-of/iterator-close-via-return': [FAIL], | 486 'language/statements/for-of/iterator-close-via-return': [FAIL], |
550 'language/statements/for-of/iterator-close-via-throw': [FAIL], | 487 'language/statements/for-of/iterator-close-via-throw': [FAIL], |
551 | 488 |
| 489 # We do not expose Array.prototype.values |
| 490 # https://code.google.com/p/v8/issues/detail?id=4247 |
| 491 'built-ins/Array/prototype/Symbol.iterator': [FAIL], |
| 492 |
| 493 #https://code.google.com/p/v8/issues/detail?id=3983 |
| 494 'language/expressions/generators/yield-as-function-expression-binding-identifi
er': [FAIL], |
| 495 'language/expressions/generators/yield-as-generator-expression-binding-identif
ier': [FAIL], |
| 496 'language/expressions/object/method-definition/generator-argSuperProperty': [F
AIL], |
| 497 'language/expressions/object/method-definition/yield-as-function-expression-bi
nding-identifier': [FAIL], |
552 'language/statements/generators/yield-as-function-expression-binding-identifie
r': [FAIL], | 498 'language/statements/generators/yield-as-function-expression-binding-identifie
r': [FAIL], |
553 | 499 |
554 # We do not expose Array.prototype.values | |
555 'built-ins/Array/prototype/Symbol.iterator': [FAIL], | |
556 | |
557 # https://code.google.com/p/v8/issues/detail?id=3566 | 500 # https://code.google.com/p/v8/issues/detail?id=3566 |
558 'built-ins/GeneratorPrototype/return/from-state-completed': [FAIL], | 501 'built-ins/GeneratorPrototype/return/from-state-completed': [FAIL], |
559 'built-ins/GeneratorPrototype/return/from-state-suspended-start': [FAIL], | 502 'built-ins/GeneratorPrototype/return/from-state-suspended-start': [FAIL], |
560 'built-ins/GeneratorPrototype/return/property-descriptor': [FAIL], | 503 'built-ins/GeneratorPrototype/return/property-descriptor': [FAIL], |
561 'built-ins/GeneratorPrototype/return/try-catch-before-try': [FAIL], | 504 'built-ins/GeneratorPrototype/return/try-catch-before-try': [FAIL], |
562 'built-ins/GeneratorPrototype/return/try-catch-following-catch': [FAIL], | 505 'built-ins/GeneratorPrototype/return/try-catch-following-catch': [FAIL], |
563 'built-ins/GeneratorPrototype/return/try-catch-within-catch': [FAIL], | 506 'built-ins/GeneratorPrototype/return/try-catch-within-catch': [FAIL], |
564 'built-ins/GeneratorPrototype/return/try-catch-within-try': [FAIL], | 507 'built-ins/GeneratorPrototype/return/try-catch-within-try': [FAIL], |
565 'built-ins/GeneratorPrototype/return/try-finally-before-try': [FAIL], | 508 'built-ins/GeneratorPrototype/return/try-finally-before-try': [FAIL], |
566 'built-ins/GeneratorPrototype/return/try-finally-following-finally': [FAIL], | 509 'built-ins/GeneratorPrototype/return/try-finally-following-finally': [FAIL], |
567 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-catch
': [FAIL], | 510 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-catch
': [FAIL], |
568 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-final
ly': [FAIL], | 511 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-final
ly': [FAIL], |
569 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-inner
-try': [FAIL], | 512 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-inner
-try': [FAIL], |
570 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer
-try-after-nested': [FAIL], | 513 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer
-try-after-nested': [FAIL], |
571 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer
-try-before-nested': [FAIL], | 514 'built-ins/GeneratorPrototype/return/try-finally-nested-try-catch-within-outer
-try-before-nested': [FAIL], |
572 'built-ins/GeneratorPrototype/return/try-finally-within-finally': [FAIL], | 515 'built-ins/GeneratorPrototype/return/try-finally-within-finally': [FAIL], |
573 'built-ins/GeneratorPrototype/return/try-finally-within-try': [FAIL], | 516 'built-ins/GeneratorPrototype/return/try-finally-within-try': [FAIL], |
574 | 517 |
575 # https://code.google.com/p/v8/issues/detail?id=4177 | 518 # https://code.google.com/p/v8/issues/detail?id=4177 |
576 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-2': [FAIL], | 519 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-2': [FAIL]
, |
577 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-3': [FAIL], | 520 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-3': [FAIL]
, |
578 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-4': [FAIL], | 521 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-4': [FAIL]
, |
579 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-2':
[FAIL], | 522 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-2':
[FAIL], |
580 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-3':
[FAIL], | 523 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-3':
[FAIL], |
581 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-4':
[FAIL], | 524 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-4':
[FAIL], |
582 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritable
-3': [FAIL], | 525 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritabl
e-3': [FAIL], |
583 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritable
-4': [FAIL], | 526 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritabl
e-4': [FAIL], |
584 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritable
-5': [FAIL], | 527 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritabl
e-5': [FAIL], |
585 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-dele
te-2': [FAIL], | 528 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-del
ete-2': [FAIL], |
586 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-dele
te-3': [FAIL], | 529 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-del
ete-3': [FAIL], |
587 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-dele
te-4': [FAIL], | 530 'language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-del
ete-4': [FAIL], |
588 | 531 |
589 # https://code.google.com/p/v8/issues/detail?id=811 | 532 # https://code.google.com/p/v8/issues/detail?id=811 |
590 'language/expressions/assignment/destructuring/array-elem-elision': [FAIL], | 533 'language/expressions/assignment/destructuring/array-elem-elision': [FAIL], |
591 'language/expressions/assignment/destructuring/array-elem-init-assignment': [F
AIL], | 534 'language/expressions/assignment/destructuring/array-elem-init-assignment': [F
AIL], |
592 'language/expressions/assignment/destructuring/array-elem-init-evaluation': [F
AIL], | 535 'language/expressions/assignment/destructuring/array-elem-init-evaluation': [F
AIL], |
593 'language/expressions/assignment/destructuring/array-elem-init-in': [FAIL], | 536 'language/expressions/assignment/destructuring/array-elem-init-in': [FAIL], |
594 'language/expressions/assignment/destructuring/array-elem-init-let': [FAIL], | 537 'language/expressions/assignment/destructuring/array-elem-init-let': [FAIL], |
595 'language/expressions/assignment/destructuring/array-elem-init-order': [FAIL], | 538 'language/expressions/assignment/destructuring/array-elem-init-order': [FAIL], |
596 'language/expressions/assignment/destructuring/array-elem-init-simple-no-stric
t': [FAIL], | 539 'language/expressions/assignment/destructuring/array-elem-init-simple-no-stric
t': [FAIL], |
597 'language/expressions/assignment/destructuring/array-elem-init-yield-expr': [F
AIL], | 540 'language/expressions/assignment/destructuring/array-elem-init-yield-expr': [F
AIL], |
598 'language/expressions/assignment/destructuring/array-elem-init-yield-ident-val
id': [FAIL], | 541 'language/expressions/assignment/destructuring/array-elem-init-yield-ident-val
id': [FAIL], |
599 'language/expressions/assignment/destructuring/array-elem-nested-array': [FAIL
], | 542 'language/expressions/assignment/destructuring/array-elem-nested-array': [FAIL
], |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
692 'language/expressions/assignment/destructuring/obj-prop-put-const': [FAIL], | 635 'language/expressions/assignment/destructuring/obj-prop-put-const': [FAIL], |
693 'language/expressions/assignment/destructuring/obj-prop-put-let': [FAIL], | 636 'language/expressions/assignment/destructuring/obj-prop-put-let': [FAIL], |
694 'language/expressions/assignment/destructuring/obj-prop-put-order': [FAIL], | 637 'language/expressions/assignment/destructuring/obj-prop-put-order': [FAIL], |
695 'language/expressions/assignment/destructuring/obj-prop-put-prop-ref': [FAIL], | 638 'language/expressions/assignment/destructuring/obj-prop-put-prop-ref': [FAIL], |
696 'language/expressions/assignment/destructuring/obj-prop-put-prop-ref-no-get':
[FAIL], | 639 'language/expressions/assignment/destructuring/obj-prop-put-prop-ref-no-get':
[FAIL], |
697 'language/expressions/assignment/destructuring/obj-prop-put-prop-ref-user-err'
: [FAIL], | 640 'language/expressions/assignment/destructuring/obj-prop-put-prop-ref-user-err'
: [FAIL], |
698 'language/expressions/assignment/destructuring/obj-prop-put-unresolvable-no-st
rict': [FAIL], | 641 'language/expressions/assignment/destructuring/obj-prop-put-unresolvable-no-st
rict': [FAIL], |
699 'language/expressions/assignment/destructuring/obj-prop-put-unresolvable-stric
t': [FAIL], | 642 'language/expressions/assignment/destructuring/obj-prop-put-unresolvable-stric
t': [FAIL], |
700 'language/expressions/assignment/destructuring/object-empty': [FAIL], | 643 'language/expressions/assignment/destructuring/object-empty': [FAIL], |
701 | 644 |
| 645 # https://code.google.com/p/v8/issues/detail?id=4248 |
| 646 'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL], |
| 647 'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL], |
| 648 'language/expressions/compound-assignment/S11.13.2_A7.10_T4': [FAIL], |
| 649 'language/expressions/compound-assignment/S11.13.2_A7.11_T4': [FAIL], |
| 650 'language/expressions/compound-assignment/S11.13.2_A7.1_T4': [FAIL], |
| 651 'language/expressions/compound-assignment/S11.13.2_A7.2_T4': [FAIL], |
| 652 'language/expressions/compound-assignment/S11.13.2_A7.3_T4': [FAIL], |
| 653 'language/expressions/compound-assignment/S11.13.2_A7.4_T4': [FAIL], |
| 654 'language/expressions/compound-assignment/S11.13.2_A7.5_T4': [FAIL], |
| 655 'language/expressions/compound-assignment/S11.13.2_A7.6_T4': [FAIL], |
| 656 'language/expressions/compound-assignment/S11.13.2_A7.7_T4': [FAIL], |
| 657 'language/expressions/compound-assignment/S11.13.2_A7.8_T4': [FAIL], |
| 658 'language/expressions/compound-assignment/S11.13.2_A7.9_T4': [FAIL], |
| 659 |
| 660 # https://code.google.com/p/v8/issues/detail?id=4249 |
| 661 'language/expressions/assignment/S11.13.1_A7_T1': [FAIL], |
| 662 'language/expressions/assignment/S11.13.1_A7_T2': [FAIL], |
| 663 'language/expressions/assignment/S11.13.1_A7_T3': [FAIL], |
| 664 'language/expressions/postfix-increment/S11.3.1_A6_T3': [FAIL], |
| 665 'language/expressions/postfix-decrement/S11.3.2_A6_T3': [FAIL], |
| 666 'language/expressions/prefix-decrement/S11.4.5_A6_T3': [FAIL], |
| 667 'language/expressions/prefix-increment/S11.4.4_A6_T3': [FAIL], |
| 668 |
| 669 # https://code.google.com/p/v8/issues/detail?id=4250 |
| 670 'language/expressions/assignment/S11.13.1_A5*': [FAIL], |
| 671 'language/expressions/assignment/S11.13.1_A6*': [FAIL], |
| 672 |
| 673 # https://code.google.com/p/v8/issues/detail?id=3699 |
| 674 'language/expressions/generators/implicit-name': [FAIL], |
| 675 'language/expressions/generators/name-property-descriptor': [FAIL], |
| 676 |
| 677 # https://code.google.com/p/v8/issues/detail?id=4251 |
| 678 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], |
| 679 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], |
| 680 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], |
| 681 'language/expressions/postfix-increment/S11.3.1_A5_T4': [FAIL], |
| 682 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], |
| 683 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], |
| 684 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], |
| 685 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], |
| 686 |
| 687 ######################## NEEDS INVESTIGATION ########################### |
| 688 |
| 689 # These test failures are specific to the intl402 suite and need investigation |
| 690 # to be either marked as bugs with issues filed for them or as deliberate |
| 691 # incompatibilities if the test cases turn out to be broken or ambiguous. |
| 692 'intl402/6.2.3': [FAIL], |
| 693 'intl402/9.2.1_2': [FAIL], |
| 694 'intl402/9.2.6_2': [FAIL], |
| 695 'intl402/10.1.1_a': [FAIL], |
| 696 'intl402/10.1.2.1_4': [FAIL], |
| 697 'intl402/10.1.2_a': [PASS, FAIL], |
| 698 'intl402/10.2.3_b': [PASS, FAIL], |
| 699 'intl402/10.3.2_1_c': [PASS, FAIL], |
| 700 'intl402/10.3.2_CS_b_NN': [PASS, FAIL], |
| 701 'intl402/10.3.2_CS_c_NN': [PASS, FAIL], |
| 702 'intl402/10.3.2_CS_d_NN': [PASS, FAIL], |
| 703 'intl402/10.3_a': [FAIL], |
| 704 'intl402/11.1.1_20_c': [FAIL], |
| 705 'intl402/11.1.1_a': [FAIL], |
| 706 'intl402/11.1.2': [PASS, FAIL], |
| 707 'intl402/11.1.2.1_4': [FAIL], |
| 708 'intl402/11.3_a': [FAIL], |
| 709 'intl402/12.1.1_a': [FAIL], |
| 710 'intl402/12.1.2': [PASS, FAIL], |
| 711 'intl402/12.1.2.1_4': [FAIL], |
| 712 'intl402/12.3.2_FDT_7_a_iv': [FAIL], |
| 713 'intl402/12.3.3': [FAIL], |
| 714 'intl402/12.3_a': [FAIL], |
| 715 'intl402/13.1.1_7': [PASS, FAIL], |
| 716 'intl402/13.2.1_5': [PASS, FAIL], |
| 717 'intl402/13.3.0_7': [PASS, FAIL], |
| 718 |
702 # These tests fail in nosnap in strict mode | 719 # These tests fail in nosnap in strict mode |
703 # https://code.google.com/p/v8/issues/detail?id=4198 | 720 # https://code.google.com/p/v8/issues/detail?id=4198 |
704 'built-ins/String/S15.5.1.1_A1_T6': [PASS, FAIL_OK], | 721 'built-ins/String/S15.5.1.1_A1_T6': [PASS, FAIL_OK], |
705 'built-ins/eval/S15.1.2.1_A1.1_T1': [PASS, FAIL_OK], | 722 'built-ins/eval/S15.1.2.1_A1.1_T1': [PASS, FAIL_OK], |
706 'built-ins/eval/S15.1.2.1_A1.1_T2': [PASS, FAIL_OK], | 723 'built-ins/eval/S15.1.2.1_A1.1_T2': [PASS, FAIL_OK], |
707 'built-ins/eval/S15.1.2.1_A4.3': [PASS, FAIL_OK], | 724 'built-ins/eval/S15.1.2.1_A4.3': [PASS, FAIL_OK], |
708 'built-ins/eval/S15.1.2.1_A4.4': [PASS, FAIL_OK], | 725 'built-ins/eval/S15.1.2.1_A4.4': [PASS, FAIL_OK], |
709 'language/eval-code/10.4.2-1-1': [PASS, FAIL_OK], | 726 'language/eval-code/10.4.2-1-1': [PASS, FAIL_OK], |
710 'language/eval-code/10.4.2-1-2': [PASS, FAIL_OK], | 727 'language/eval-code/10.4.2-1-2': [PASS, FAIL_OK], |
711 'language/eval-code/10.4.2-1-3': [PASS, FAIL_OK], | 728 'language/eval-code/10.4.2-1-3': [PASS, FAIL_OK], |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
787 | 804 |
788 # BUG(3251225): Tests that timeout with --nocrankshaft. | 805 # BUG(3251225): Tests that timeout with --nocrankshaft. |
789 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], | 806 'built-ins/decodeURI/S15.1.3.1_A2.4_T1': [SKIP], |
790 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], | 807 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], |
791 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], | 808 'built-ins/decodeURIComponent/S15.1.3.2_A2.4_T1': [SKIP], |
792 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], | 809 'built-ins/decodeURIComponent/S15.1.3.2_A2.5_T1': [SKIP], |
793 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], | 810 'built-ins/encodeURI/S15.1.3.3_A2.3_T1': [SKIP], |
794 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], | 811 'built-ins/encodeURIComponent/S15.1.3.4_A2.3_T1': [SKIP], |
795 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' | 812 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' |
796 ] | 813 ] |
OLD | NEW |