-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Un-xfail or remove src/test/run-pass/foreign-lib-path.rs #2604
Comments
I can't seem to find this test anymore, so I'm going to assume it was already removed. |
This appears to have been moved to |
nominating well-covered milestone |
Some insight into what this test is about: This is a test that we can find and link to foreign libraries with the |
visiting for triage, email from 2013 sep 23. |
accepted for P-low. |
This updates a number of ignore-test tests, and removes a few completely outdated tests due to the feature being tested no longer being supported. This brings a number of bench/shootout tests up to date so they're compiling again. I make no claims to the performance of these benchmarks, it's just nice to not have bitrotted code. Closes #2604 Closes #9407
use Scalar return types for Windows shims I started doing this while working on rust-lang/miri#2595; now I don't need the rest of this patch but this part still makes sense.
use Scalar return types for Windows shims I started doing this while working on rust-lang/miri#2595; now I don't need the rest of this patch but this part still makes sense.
The performance benchmark PR is taking a lot of our CI time and many times it's not necessary. For example, benchmark job over 2h while all the other runs ran in less than 40min in this run This PR moves the performance benchmark to a separate workflow that only runs on pushes to main / release tags and PR's that are labeled with 'Z-BenchCI'
(Originally titled: "Un-xfail or remove test/run-pass/native-lib-path.rs")
What the title says.
The text was updated successfully, but these errors were encountered: