Skip to content

Commit

Permalink
Disable backtrace-debuginfo.rs on windows-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Dec 28, 2024
1 parent 6d3db55 commit 378dc03
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 378dc03

Please sign in to comment.