Assertion failures in PlainDateTime.cpp after updating Test262
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
People
(Reporter: syedbarimanjan, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
Steps to reproduce:
Tests failing after running test262-update.py script
Actual results:
Expected results:
All tests should have passed
Comment 1•1 month ago
|
||
So, after updating, you'll want to also add the appropriate test skipping
Some of this temporal stuff is in flight, but if you provide your own skips that's OK. I would land this update with the feature you are trying to add support to.
Reporter | ||
Comment 2•1 month ago
|
||
(In reply to Matthew Gaudet (he/him) [:mgaudet] from comment #1)
So, after updating, you'll want to also add the appropriate test skipping
Some of this temporal stuff is in flight, but if you provide your own skips that's OK. I would land this update with the feature you are trying to add support to.
I have added the tests skipping and have mentioned this issue in jstests.list too so when somone is working on fixing them they can refernce it.
Comment 3•1 month ago
|
||
I think these are now failing because the temporal spec has tightened up the range of dates that it is willing to calculate values for. We have a problem where ICU4X is asserting on values that were considered valid by Temporal.
These failures resulted from just updating test262 with no other changes, so we need to update our Temporal implementation.
Syed added the test skipping as part of https://bugzilla.mozilla.org/show_bug.cgi?id=1918706
Comment 4•1 month ago
|
||
Ah, that wasn't clear!
Description
•