-
Notifications
You must be signed in to change notification settings - Fork 13.3k
run-make tests no longer work at stage 0 at all #135373
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
You need both
This is documented in https://rustc-dev-guide.rust-lang.org/tests/compiletest.html?highlight=COMPILETEST_FOR#quickly-check-if-rmakers-tests-can-be-compiled. |
FTR, even with
|
yes... that's what this issue is about. you don't need |
This comment has been minimized.
This comment has been minimized.
/test/run-make/rustdoc-default-output
can no longer be run as stage0
/test/run-make/rustdoc-default-output
can no longer be run as stage0tests/run-make/rustdoc-default-output
can no longer be run as stage0
tests/run-make/rustdoc-default-output
can no longer be run as stage0Rollup merge of rust-lang#135389 - jieyouxu:fix-stage0-rustdoc-rmake, r=onur-ozkan compiletest: include stage0-sysroot libstd dylib in recipe dylib search path To fix some of the failures in `COMPILETEST_FORCE_STAGE0=1 ./x test run-make --stage 0`. Specifically, ``` COMPILETEST_FORCE_STAGE0=1 ./x test tests/run-make/rustdoc-default-output/ --stage 0 ``` should now pass. Fixes rust-lang#135373. (As in, make *some* of the `run-make` tests pass, other `run-make` tests fail for various reasons against stage0, and generally `run-make` tests are not guaranteed to pass at stage 0.) cc `@lolbinarycat` r? bootstrap
this is useful for run-make tests that actually test tools or the standard library, and not the compiler itself, however it now seems to just result in a linker error.
command:
COMPILETEST_FORCE_STAGE0=1 ./x test tests/run-make/rustdoc-default-output/
error:
The text was updated successfully, but these errors were encountered: