Skip to content

Commit

Permalink
Auto merge of rust-lang#134842 - jieyouxu:disable-flaky-test, r=ibrah…
Browse files Browse the repository at this point in the history
…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)
  • Loading branch information
bors committed Dec 28, 2024
2 parents 2b0ceb8 + 378dc03 commit 7cb0849
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ui/runtime/backtrace-debuginfo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
//@ ignore-sgx no processes
//@ ignore-fuchsia Backtrace not symbolized, trace different line alignment

// FIXME(#117097): backtrace (possibly unwinding mechanism) seems to be different on at least
// `i686-mingw` (32-bit windows-gnu)? cc #128911.
//@ ignore-windows-gnu

use std::env;

#[path = "backtrace-debuginfo-aux.rs"] mod aux;
Expand Down

0 comments on commit 7cb0849

Please sign in to comment.