Skip to content

Commit 810fc7d

Browse files
committed
Add expected failures for CLDR >= 46
ICU 76.1 / CLDR 46 got backported to Node 20.19 LTS, which is now in the GitHub CI. We need a CLDR 46 expected failures file until we can update to a version of test262 where this failure has been fixed.
1 parent a5040b7 commit 810fc7d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

runtest262.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ yargs(hideBin(process.argv))
3333
if (nodeVersion < 20) expectedFailureFiles.push('test/expected-failures-before-node20.txt');
3434
// Eventually this should be fixed and this condition should be updated.
3535
if (nodeVersion >= 18) expectedFailureFiles.push('test/expected-failures-cldr42.txt');
36+
if (nodeVersion >= 20) expectedFailureFiles.push('test/expected-failures-cldr46.txt');
3637

3738
// As we migrate commits from proposal-temporal, remove expected failures from here.
3839
expectedFailureFiles.push('test/expected-failures-todo-migrated-code.txt');

test/expected-failures-cldr46.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Failures in this file are expected to fail for all Test262 tests. To record
2+
# expected test failures for the transpiled or optimized builds of the polyfill,
3+
# see expected-failures-es5.txt and expected-failures-opt.txt respectively.
4+
5+
# CLDR 46 / ICU 76.1 was backported to Node 20.19 LTS
6+
staging/Intl402/Temporal/old/non-iso-calendars.js

0 commit comments

Comments
 (0)