|
457 | 457 | # https://bugs.chromium.org/p/v8/issues/detail?id=7472 |
458 | 458 | 'intl402/NumberFormat/currency-digits': [FAIL], |
459 | 459 |
|
| 460 | + # https://bugs.chromium.org/p/v8/issues/detail?id=8703 |
| 461 | + 'intl402/DisplayNames/ctor-custom-get-prototype-poison-throws': [FAIL], |
| 462 | + 'intl402/DisplayNames/ctor-custom-prototype': [FAIL], |
| 463 | + 'intl402/DisplayNames/ctor-default-prototype': [FAIL], |
| 464 | + 'intl402/DisplayNames/instance-extensible': [FAIL], |
| 465 | + 'intl402/DisplayNames/length': [FAIL], |
| 466 | + 'intl402/DisplayNames/locales-length-poison-throws': [FAIL], |
| 467 | + 'intl402/DisplayNames/locales-length-tolength-throws': [FAIL], |
| 468 | + 'intl402/DisplayNames/locales-symbol-length': [FAIL], |
| 469 | + 'intl402/DisplayNames/name': [FAIL], |
| 470 | + 'intl402/DisplayNames/options-fallback-abrupt-throws': [FAIL], |
| 471 | + 'intl402/DisplayNames/options-fallback-invalid-throws': [FAIL], |
| 472 | + 'intl402/DisplayNames/options-fallback-toString-abrupt-throws': [FAIL], |
| 473 | + 'intl402/DisplayNames/options-fallback-valid': [FAIL], |
| 474 | + 'intl402/DisplayNames/options-localeMatcher-abrupt-throws': [FAIL], |
| 475 | + 'intl402/DisplayNames/options-localeMatcher-invalid-throws': [FAIL], |
| 476 | + 'intl402/DisplayNames/options-localeMatcher-toString-abrupt-throws': [FAIL], |
| 477 | + 'intl402/DisplayNames/options-localeMatcher-valid': [FAIL], |
| 478 | + 'intl402/DisplayNames/options-random-properties-unchecked': [FAIL], |
| 479 | + 'intl402/DisplayNames/options-style-abrupt-throws': [FAIL], |
| 480 | + 'intl402/DisplayNames/options-style-invalid-throws': [FAIL], |
| 481 | + 'intl402/DisplayNames/options-style-toString-abrupt-throws': [FAIL], |
| 482 | + 'intl402/DisplayNames/options-style-valid': [FAIL], |
| 483 | + 'intl402/DisplayNames/options-type-abrupt-throws': [FAIL], |
| 484 | + 'intl402/DisplayNames/options-type-invalid-throws': [FAIL], |
| 485 | + 'intl402/DisplayNames/options-type-toString-abrupt-throws': [FAIL], |
| 486 | + 'intl402/DisplayNames/options-type-valid': [FAIL], |
| 487 | + 'intl402/DisplayNames/prop-desc': [FAIL], |
| 488 | + 'intl402/DisplayNames/proto': [FAIL], |
| 489 | + 'intl402/DisplayNames/proto-from-ctor-realm': [FAIL], |
| 490 | + 'intl402/DisplayNames/prototype/prop-desc': [FAIL], |
| 491 | + 'intl402/DisplayNames/prototype/Symbol.toStringTag': [FAIL], |
| 492 | + |
460 | 493 | # https://bugs.chromium.org/p/v8/issues/detail?id=7831 |
461 | 494 | 'language/statements/generators/generator-created-after-decl-inst': [FAIL], |
462 | 495 | 'language/expressions/generators/generator-created-after-decl-inst': [FAIL], |
463 | 496 | 'language/expressions/async-generator/generator-created-after-decl-inst': [FAIL], |
464 | 497 | 'language/statements/async-generator/generator-created-after-decl-inst': [FAIL], |
465 | 498 |
|
| 499 | + # https://bugs.chromium.org/p/v8/issues/detail?id=9875 |
| 500 | + 'language/expressions/coalesce/tco-pos-undefined': [FAIL], |
| 501 | + 'language/expressions/coalesce/tco-pos-null': [FAIL], |
| 502 | + |
466 | 503 | # https://github.com/tc39/test262/issues/2034 |
467 | 504 | 'language/expressions/postfix-decrement/arguments': [SKIP], |
468 | 505 | 'language/expressions/postfix-decrement/arguments-nostrict': [SKIP], |
|
548 | 585 | # https://bugs.chromium.org/p/v8/issues/detail?id=9741 |
549 | 586 | 'intl402/Locale/constructor-tag': [FAIL], |
550 | 587 |
|
551 | | - # https://bugs.chromium.org/p/v8/issues/detail?id=9800 |
552 | | - 'built-ins/String/prototype/matchAll/flags-undefined-throws': [FAIL], |
553 | | - 'built-ins/String/prototype/matchAll/regexp-get-matchAll-throws': [FAIL], |
554 | | - 'built-ins/String/prototype/matchAll/regexp-matchAll-is-undefined-or-null': [FAIL], |
555 | | - 'built-ins/String/prototype/matchAll/regexp-prototype-matchAll-throws': [FAIL], |
556 | | - 'built-ins/String/prototype/matchAll/regexp-matchAll-throws': [FAIL], |
557 | | - 'built-ins/String/prototype/matchAll/regexp-prototype-matchAll-invocation': [FAIL], |
558 | | - 'built-ins/String/prototype/matchAll/regexp-prototype-get-matchAll-throws': [FAIL], |
559 | | - |
560 | 588 | # https://bugs.chromium.org/p/v8/issues/detail?id=9818 |
561 | 589 | 'built-ins/AsyncFunction/proto-from-ctor-realm': [FAIL], |
562 | 590 |
|
563 | | - # https://bugs.chromium.org/p/v8/issues/detail?id=9819 |
564 | | - 'built-ins/Array/prototype/flatMap/array-like-objects-nested': [FAIL], |
565 | | - |
566 | 591 | ######################## NEEDS INVESTIGATION ########################### |
567 | 592 |
|
568 | 593 | # https://bugs.chromium.org/p/v8/issues/detail?id=7833 |
|
0 commit comments