Skip to content

Commit 7cb0849

Browse files
committed
Auto merge of #134842 - jieyouxu:disable-flaky-test, r=ibraheemdev
Disable `backtrace-debuginfo.rs` on windows-gnu This test appears still flaky cf. #117097 on `i686-mingw` as observed in #131244 (comment). r? compiler (or anyone, really)
2 parents 2b0ceb8 + 378dc03 commit 7cb0849

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: tests/ui/runtime/backtrace-debuginfo.rs

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
//@ ignore-sgx no processes
1414
//@ ignore-fuchsia Backtrace not symbolized, trace different line alignment
1515

16+
// FIXME(#117097): backtrace (possibly unwinding mechanism) seems to be different on at least
17+
// `i686-mingw` (32-bit windows-gnu)? cc #128911.
18+
//@ ignore-windows-gnu
19+
1620
use std::env;
1721

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

0 commit comments

Comments
 (0)