Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,5 @@ index 073116933bd..c3e4578204d 100644
EOF

echo "[TEST] rustc test suite"
./x.py test --stage 0 --test-args=--no-capture tests/{codegen-units,run-make,run-make-cargo,ui,incremental}
./x.py test --stage 0 --no-capture --verbose-run-make-subprocess-output=false tests/{codegen-units,run-make,run-make-cargo,ui,incremental}
Copy link
Copy Markdown
Member Author

@jieyouxu jieyouxu Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

View changes since the review

(Could you double-check if this goes back to the behavior that you wanted?)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just tried it and I'm still getting a bunch of

running: LC_ALL="C" LD_LIBRARY_PATH="/home/bjorn/cg_clif/rust/build/x86_64-unknown-linux-gnu/test/run-make/native-link-modifier-whole-archive/rmake_out:/home/bjorn/cg_clif/rust/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib:/home/bjorn/cg_clif/rust/build/x86_64-unknown-linux-gnu/bootstrap-tools/x86_64-unknown-linux-gnu/release/deps:/home/bjorn/cg_clif/rust/../dist/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/home/bjorn/cg_clif/rust/build/x86_64-unknown-linux-gnu/test/run-make/native-link-modifier-whole-archive/rmake_out/directly_linked"

and

------extern-multiple-copies/rmake stdout------------------------------

------extern-multiple-copies/rmake stderr------------------------------

------------------------------------------

for tests that don't have any output. It is a big improvement though.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, I'll tune this in a follow-up.

popd
Loading