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 https://github.com/rust-lang/rust/pull/131244#issuecomment-2564086577. r? compiler (or anyone, really)
This commit is contained in:
commit
7cb084932e
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue