-
Notifications
You must be signed in to change notification settings - Fork 13k
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
test ui/backtrace-debuginfo.rs
is flaky
#117097
Labels
A-backtrace
Area: Backtraces
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
I-flaky-test
Issue: A test is flaky/unreliable/spuriously fails
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
ehuss
added
A-testsuite
Area: The testsuite used to check the correctness of rustc
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
labels
Oct 23, 2023
rustbot
added
the
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
label
Oct 23, 2023
saethlin
removed
the
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
label
Oct 25, 2023
jieyouxu
added
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
C-bug
Category: This is a bug.
A-backtrace
Area: Backtraces
I-flaky-test
Issue: A test is flaky/unreliable/spuriously fails
and removed
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
labels
Nov 26, 2024
On Windows gnu (not msvc), I think the backtrace is not stable, cc #128911 |
triage: @ehuss do you know if this is still a problem? I know this issue is ancient... |
Seems to be; #131244 (comment) |
More specifically, in #131244 it failed on |
Re-disabling this test for windows-gnu in #134842. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Dec 28, 2024
…eemdev Disable `backtrace-debuginfo.rs` on windows-gnu This test appears still flaky cf. rust-lang#117097 on `i686-mingw` as observed in rust-lang#131244 (comment). r? compiler (or anyone, really)
poliorcetics
pushed a commit
to poliorcetics/rust
that referenced
this issue
Dec 28, 2024
…eemdev Disable `backtrace-debuginfo.rs` on windows-gnu This test appears still flaky cf. rust-lang#117097 on `i686-mingw` as observed in rust-lang#131244 (comment). r? compiler (or anyone, really)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-backtrace
Area: Backtraces
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
I-flaky-test
Issue: A test is flaky/unreliable/spuriously fails
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The test
ui/backtrace-debuginfo.rs
has been failing randomly in CI. The errors look like:Seen failing on:
The text was updated successfully, but these errors were encountered: