-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
fix running Miri tests #110177
fix running Miri tests #110177
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
@bors r+ p=1 fixes miri subtree Let's land this for now and figure out how to get miri and bootstrap to talk to each other correctly |
⌛ Testing commit 873ab04 with merge 873e0288d7c57992ac03b03651fe07b24805ff08... |
💔 Test failed - checks-actions |
@bors retry linker error |
⌛ Testing commit 873ab04 with merge c3a6d318d488b7eb9a3b88a9faf8c4e3fa322df6... |
💔 Test failed - checks-actions |
The job Click to see the possible cause of the failure (guessed by this bot)
|
@bors retry Another linker error? tests/run-make/jobserver-error
|
The job Click to see the possible cause of the failure (guessed by this bot)
|
Oh, the linker error was from the previous failure. The bot was just slow. New failure is some PGO issue it seems? Anyway still spurious.
|
⌛ Testing commit 873ab04 with merge 063df5029d694aee09c60a03e07aa6adbfe522a8... |
💔 Test failed - checks-actions |
What is even going on? @bors retry third unique spurious test failure in a row... this one in registry::not_found_permutations |
☀️ Test successful - checks-actions |
The job Click to see the possible cause of the failure (guessed by this bot)
|
Finished benchmarking commit (b0884a3): 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. CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
This partially reverts #108659 to fix #110102: the Miri test runner does not support any flags, they are interpreted as filters instead which leads to no tests being run.
I have not checked any of the other test runners for whether they are having any trouble with these flags.
Cc @pietroalbini @Mark-Simulacrum @jyn514