| Summary: | REGRESSION (253623@main): 14 test262 tests are is a consistent failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | JavaScriptCore | Assignee: | Ross Kirsling <ross.kirsling> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ross.kirsling, webkit-bot-watchers-bugzilla, webkit-bug-importer, ysuzuki |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Karl Rackler
2022-08-22 13:29:42 PDT
Ah, these are just updated error messages for existing failures. I can land a gardening update though. (In reply to Ross Kirsling from comment #2) > Ah, these are just updated error messages for existing failures. I can land > a gardening update though. Thank you! Pull request: https://github.com/WebKit/WebKit/pull/3549 Committed 253657@main (44dbaced8326): <https://commits.webkit.org/253657@main> Reviewed commits have been landed. Closing PR #3549 and removing active labels. (In reply to Ross Kirsling from comment #4) > Pull request: https://github.com/WebKit/WebKit/pull/3549 Thank you Ross! After landing https://commits.webkit.org/253657@main there are four remaining failures. I appreciate your assistance. ---------------NEW FAILING TESTS SUMMARY--------------- FAIL test/intl402/Intl/DateTimeFormat/prototype/formatRange/fails-on-distinct-temporal-types.js (default) Full Output: Exception: TypeError: undefined is not a constructor (evaluating 'new Temporal.PlainMonthDay(5, 2)') global code@/Volumes/Data/worker/Apple-Monterey-Debug-Test262-Tests/build/JSTests/test262/test/intl402/Intl/DateTimeFormat/prototype/formatRange/fails-on-distinct-temporal-types.js:17:44 FAIL test/intl402/Intl/DateTimeFormat/prototype/formatRange/fails-on-distinct-temporal-types.js (strict mode) Full Output: Exception: TypeError: undefined is not a constructor (evaluating 'new Temporal.PlainMonthDay(5, 2)') global code@/Volumes/Data/worker/Apple-Monterey-Debug-Test262-Tests/build/JSTests/test262/test/intl402/Intl/DateTimeFormat/prototype/formatRange/fails-on-distinct-temporal-types.js:18:44 FAIL test/intl402/Intl/DateTimeFormat/prototype/formatRangeToParts/fails-on-distinct-temporal-types.js (default) Full Output: Exception: TypeError: undefined is not a constructor (evaluating 'new Temporal.PlainMonthDay(5, 2)') global code@/Volumes/Data/worker/Apple-Monterey-Debug-Test262-Tests/build/JSTests/test262/test/intl402/Intl/DateTimeFormat/prototype/formatRangeToParts/fails-on-distinct-temporal-types.js:17:44 FAIL test/intl402/Intl/DateTimeFormat/prototype/formatRangeToParts/fails-on-distinct-temporal-types.js (strict mode) Full Output: Exception: TypeError: undefined is not a constructor (evaluating 'new Temporal.PlainMonthDay(5, 2)') global code@/Volumes/Data/worker/Apple-Monterey-Debug-Test262-Tests/build/JSTests/test262/test/intl402/Intl/DateTimeFormat/prototype/formatRangeToParts/fails-on-distinct-temporal-types.js:18:44 --------------------------------------------------------- 4 tests newly fail Reopened for four remaining failures. Argh. Didn't notice that the directory differed for those. Committed 253661@main (fa71931): https://commits.webkit.org/253661@main (https://github.com/WebKit/WebKit/pull/3556) (In reply to Ross Kirsling from comment #9) > Committed 253661@main (fa71931): https://commits.webkit.org/253661@main > > (https://github.com/WebKit/WebKit/pull/3556) Thank you Ross. Verified all tests consistently passing after landing 253657@main & 253661@main. |