-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Ignore tests in tests/ui/abi
for the GCC backend
#146779
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
Conversation
Some changes occurred in src/tools/compiletest cc @jieyouxu |
This comment has been minimized.
This comment has been minimized.
ee9ff3c
to
0471d9c
Compare
CI passed. :) |
Hmm, I'd maybe like it more if we just marked all those tests as being LLVM only (or maybe had some "default test directives" per directory?), and then perhaps have a tidy check that ensures that indeed all tests are marked as such, to make the fact that these tests are being skipped more explicit. That being said, we already have the opt-out for the assembly and codegen tests, so this doesn't seem terribly different from that. I'd like to hear @jieyouxu's opinion, but otherwise looks fine to me. |
Yes, I would strongly prefer if these are Actually, we already have |
@rustbot author |
0471d9c
to
b4e10db
Compare
This comment has been minimized.
This comment has been minimized.
Sorry, wrong branch push. Updating this PR. |
b4e10db
to
fd7f8b2
Compare
And done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bors r=Kobzol,jieyouxu rollup |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing dfa2223 (parent) -> 1d23da6 (this PR) Test differencesShow 2 test diffs2 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 1d23da6b7304d9e2a2c3dcb1b0aaa709cb9bc4ad --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (1d23da6): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 472.257s -> 470.725s (-0.32%) |
…i, r=Kobzol,jieyouxu Ignore tests in `tests/ui/abi` for the GCC backend Needed for rust-lang#146414. Currently we ignore them in the GCC backend and until this situation changes, it'll block rust-lang#146414. r? `@Kobzol`
Needed for #146414.
Currently we ignore them in the GCC backend and until this situation changes, it'll block #146414.
r? @Kobzol