Skip to content

Commit 88d1989

Browse files
borspoliorcetics
authored andcommitted
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 461e965 + ae565cd commit 88d1989

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/ui/runtime/backtrace-debuginfo.rs

Lines changed: 4 additions & 0 deletions
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)