-
Notifications
You must be signed in to change notification settings - Fork 225
Add test for shift left with overflow panic for Hijri #7102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not a reference year test
I'm fine with not checking this in, this is also covered by my exhaustive testing pr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems prudent to explicitly test the error report from Firefox.
I agree that reference_year.rs
is not the right home.
It's not an error report from Firefox |
@robertbastian how do we know that? Firefox has been finding and filing a fair number of bugs on this crate around panics and such. Firefox uses icu_calendar. |
Ah, I see. I don't have a strong need to merge this, I generally like closing filed issues with regression tests. |
Moved it. |
b76e365
to
8aee658
Compare
8aee658
to
428f40f
Compare
This can be merged if people want, otherwise we should close this and the linked issue. |
Fixes #7032. The issue itself was already fixed, this is just the regression test from the issue.