diff --git a/test/expected-failures-cldr42.txt b/test/expected-failures-cldr42.txt index 574d439e..8a7b6197 100644 --- a/test/expected-failures-cldr42.txt +++ b/test/expected-failures-cldr42.txt @@ -10,3 +10,4 @@ staging/Intl402/Temporal/old/datetime-toLocaleString.js staging/Intl402/Temporal/old/instant-toLocaleString.js staging/Intl402/Temporal/old/time-toLocaleString.js intl402/DateTimeFormat/prototype/format/temporal-objects-resolved-time-zone.js +intl402/DateTimeFormat/prototype/format/timedatestyle-en.js diff --git a/test/expected-failures-todo-migrated-code.txt b/test/expected-failures-todo-migrated-code.txt index 1bf6d7ba..08bf967a 100644 --- a/test/expected-failures-todo-migrated-code.txt +++ b/test/expected-failures-todo-migrated-code.txt @@ -1,2 +1,5 @@ # Failures in this file will be fixed after migrating the latest polyfill changes # from proposal-temporal. + +intl402/DateTimeFormat/prototype/format/format-function-builtin.js +intl402/DateTimeFormat/prototype/resolvedOptions/hourCycle-default.js diff --git a/test/expected-failures.txt b/test/expected-failures.txt index 6c5adec5..e1efb7e9 100644 --- a/test/expected-failures.txt +++ b/test/expected-failures.txt @@ -2,6 +2,9 @@ # expected test failures for the transpiled or optimized builds of the polyfill, # see expected-failures-es5.txt and expected-failures-opt.txt respectively. +# Temporal test262 runner does not support $262.createRealm() +intl402/DateTimeFormat/proto-from-ctor-realm.js + # Upstream commit 076f2871 introduces a second ToString call on a calendar when # canonicalizing the timezone name. staging/Intl402/Temporal/old/date-time-format.js