-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Semi-spurious ui test fluctuation #81296
Labels
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
Comments
jyn514
added
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
A-testsuite
Area: The testsuite used to check the correctness of rustc
labels
Jan 23, 2021
This happened to me in #80965 (comment) too. |
This could be happening because
is being traversed here: rust/compiler/rustc_passes/src/weak_lang_items.rs Lines 62 to 72 in 84864bf
and thus we get non-determinism in the output... Two obvious solutions:
|
cc #63713 |
81 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
Since a few weeks we are getting an unrelated failure in a ui test where the order of two diagnostics changes. It is not entirely random, since it only changes if there are compiler changes, but we should still find and fix it
Click to see the possible cause of the failure (guessed by this bot)
Originally posted by @rust-log-analyzer in #81294 (comment)
The text was updated successfully, but these errors were encountered: