-
Notifications
You must be signed in to change notification settings - Fork 25
coreutils test_date::test_negative_offset
and test_date::test_relative_weekdays
fail after parse_datetime update
#151
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
Comments
test_date::test_negative_offset
and test_date::test_relative_weekdays
fail after parse_datetime updatetest_date::test_negative_offset
and test_date::test_relative_weekdays
fail after parse_datetime update
captain obvious: we should replicate these tests in parse_datetime (if possible) |
Bisection:
I suspect this might be it:
@yuankunzhang this was merged as part of #137. I was digging through the code, and what I do not understand is this:
Why are we resetting the time to midnight? (removing this would fix this test... but... break others) |
Oh yeah absolutely... This kind of cross-repo/crate issue is such a pain... |
Addressed in #152. |
cargo run test_date
The text was updated successfully, but these errors were encountered: