js-temporal / temporal-polyfill

Polyfill for Temporal (under construction)
ISC License
529 stars 28 forks source link

Temporarily work around Test262 tests broken by V8 bug #1416538 #230

Closed 12wrigja closed 1 year ago

12wrigja commented 1 year ago

V8 broke Test262 by releasing a regression that caused the output of Intl.DateTimeFormat.p.format to differ from Intl.DateTimeFormat.p.format. See https://bugs.chromium.org/p/chromium/issues/detail?id=1416538.

Until V8 fixes itself and those fixes get into CI, we'll skip the now-broken tests.

12wrigja commented 1 year ago

I'm going to defer changing the file name because I'm starting to think there should be a better way to specify what version a specific expected-failure list applies to, instead of having to adjust logic in runtest262.mjs.