Skip to content

Commit

Permalink
Rollup merge of #133513 - ChrisDenton:windows-msvc, r=jieyouxu
Browse files Browse the repository at this point in the history
Only ignore windows-gnu in avr-jmp-offset

The failure in 133480 occurs on mingw but there's currently no evidence it fails on msvc too.
  • Loading branch information
compiler-errors authored Nov 27, 2024
2 parents 219b2a0 + 787b795 commit 702996c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run-make/avr-rjmp-offset/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// FIXME(#133480): this has been randomly failing on `x86_64-mingw` due to linker hangs or
// crashes... so I'm going to disable this test for windows for now.
//@ ignore-windows
//@ ignore-windows-gnu

use run_make_support::{llvm_objdump, rustc};

Expand Down

0 comments on commit 702996c

Please sign in to comment.