-
Notifications
You must be signed in to change notification settings - Fork 13.4k
test-float-parse: test staging #141920
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
Why is this test always such an edge case for everything 😆 In theory we could probably move it to a harness-less integration test in the std crate. IIRC dev dependencies can’t be made optional though so that’s kind of suboptimal for everyone who would want to run other tests without building test-float-parse’s large-ish dependency tree. |
We are not testing test-float-parse on beta std. |
Is the intention that |
I don't think there is ever any purpose on running it against the beta std, since if it finds a problem that's not really actionable (hopefully this never happens), it's mostly for validating changes to the algorithms in-tree. The default should probably be to run it against the fully current source (in-tree library + in-tree compiler). It would be nice to be able to run it against the in-tree library with a downloaded compiler. I'm not really sure how that translates to the new stages 🙂 |
Originally posted by @tgross35 in #141904 (comment)
The text was updated successfully, but these errors were encountered: