Skip to content
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

Unignore rustpkg test_no_rebuilding #10257

Closed
sfackler opened this issue Nov 4, 2013 · 1 comment
Closed

Unignore rustpkg test_no_rebuilding #10257

sfackler opened this issue Nov 4, 2013 · 1 comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc

Comments

@sfackler
Copy link
Member

sfackler commented Nov 4, 2013

#10254 exposed an underlying issue with this test. It creates a crate, runs rustpkg test, sets the test binary to read only, and then reruns rustpkg test checking if it failed to compile. However, since the binary is read only, it fails to execute which now generates an error and a non-0 status code.

I've just disabled it.

@sfackler
Copy link
Member Author

sfackler commented Feb 4, 2014

rustpkg doesn't exist anymore, closing

@sfackler sfackler closed this as completed Feb 4, 2014
flip1995 pushed a commit to flip1995/rust that referenced this issue Feb 10, 2023
needless_lifetimes: lint local macros

fixes rust-lang#5283

changelog: [`needless_lifetimes`]: lint local macros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc
Projects
None yet
Development

No branches or pull requests

1 participant