Skip to content

Commit

Permalink
Bug 1629792 - Part 3: Update test262 skip list. r=yulia
Browse files Browse the repository at this point in the history
Depends on D70812

Differential Revision: https://phabricator.services.mozilla.com/D70813

--HG--
extra : moz-landing-system : lando
  • Loading branch information
anba committed Apr 14, 2020
1 parent 45e35ff commit fde2631
Showing 1 changed file with 36 additions and 10 deletions.
46 changes: 36 additions & 10 deletions js/src/tests/jstests.list
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,10 @@ skip script test262/built-ins/TypedArrayConstructors/internals/Set/detached-buff
skip script test262/built-ins/TypedArrayConstructors/internals/Set/detached-buffer.js
skip script test262/built-ins/TypedArrayConstructors/internals/Set/tonumber-value-detached-buffer.js

# https://bugzilla.mozilla.org/show_bug.cgi?id=1317405
# Lazily resolved "name" and "length" properties on functions violate property key order.
# https://bugzilla.mozilla.org/show_bug.cgi?id=1629803
skip script test262/built-ins/Object/keys/order-after-define-property.js
skip script test262/built-ins/Object/entries/order-after-define-property.js
skip script test262/language/computed-property-names/class/static/method-number.js
skip script test262/language/computed-property-names/class/static/method-string.js
skip script test262/language/computed-property-names/class/static/method-symbol.js
Expand Down Expand Up @@ -445,6 +448,38 @@ skip script test262/intl402/NumberFormat/prototype/format/signDisplay-ko-KR.js
skip script test262/intl402/NumberFormat/prototype/format/signDisplay-de-DE.js
skip script test262/intl402/NumberFormat/prototype/format/signDisplay-rounding.js

# https://github.com/tc39/proposal-weakrefs/pull/187
# https://bugzilla.mozilla.org/show_bug.cgi?id=1629796
skip script test262/built-ins/FinalizationRegistry/gc-has-one-chance-to-call-cleanupCallback.js
skip script test262/built-ins/FinalizationRegistry/prototype/cleanupSome/holdings-multiple-values.js
skip script test262/built-ins/FinalizationRegistry/prototype/cleanupSome/cleanup-prevented-with-reference.js
skip script test262/built-ins/FinalizationRegistry/prototype/cleanupSome/reentrancy.js
skip script test262/built-ins/FinalizationRegistry/prototype/unregister/unregister-cleaned-up-cell.js

# https://github.com/tc39/ecma262/pull/1408
# https://bugzilla.mozilla.org/show_bug.cgi?id=1629795
skip script test262/language/statements/for-await-of/iterator-close-throw-get-method-non-callable.js
skip script test262/language/statements/for-await-of/iterator-close-throw-get-method-abrupt.js
skip script test262/language/statements/for-of/iterator-close-throw-get-method-non-callable.js
skip script test262/language/statements/for-of/iterator-close-throw-get-method-abrupt.js

# https://github.com/tc39/ecma262/pull/1776
# https://bugzilla.mozilla.org/show_bug.cgi?id=1629794
skip script test262/built-ins/AsyncFromSyncIteratorPrototype/return/absent-value-not-passed.js
skip script test262/built-ins/AsyncFromSyncIteratorPrototype/next/absent-value-not-passed.js

# https://github.com/tc39/ecma262/pull/1814
# https://bugzilla.mozilla.org/show_bug.cgi?id=1617585
skip script test262/built-ins/Proxy/create-handler-is-revoked-proxy.js
skip script test262/built-ins/Proxy/create-target-is-revoked-proxy.js
skip script test262/built-ins/Proxy/create-target-is-revoked-function-proxy.js

# https://bugzilla.mozilla.org/show_bug.cgi?id=1629793
skip script test262/language/statements/class/elements/static-as-valid-instance-field-assigned.js
skip script test262/language/statements/class/elements/static-as-valid-instance-field.js
skip script test262/language/expressions/class/elements/static-as-valid-instance-field-assigned.js
skip script test262/language/expressions/class/elements/static-as-valid-instance-field.js


###########################################################
# Tests disabled due to issues in test262 importer script #
Expand Down Expand Up @@ -477,12 +512,3 @@ skip script test262/intl402/DateTimeFormat/prototype/resolvedOptions/hourCycle-d

# Tests expects RangeError, but should instead expect TypeError.
skip script test262/intl402/NumberFormat/constructor-order.js

# Tests not updated to follow new language tag canonicalisation.
skip script test262/intl402/Locale/constructor-non-iana-canon.js
skip script test262/intl402/Intl/getCanonicalLocales/preferred-variant.js
skip script test262/intl402/Intl/getCanonicalLocales/non-iana-canon.js

# See discussion in https://github.com/tc39/test262/pull/2480
skip script test262/intl402/DateTimeFormat/invalid-numbering-system-calendar-options.js
skip script test262/intl402/NumberFormat/invalid-numbering-system-options.js

0 comments on commit fde2631

Please sign in to comment.