Skip to content

Commit 2fb048a

Browse files
committed
Auto merge of #133513 - ChrisDenton:windows-msvc, r=<try>
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. (note: I'll do a try job but that's not conclusive as the issue appears to occur spuriously) try-job: x86_64-msvc r? jieyouxu
2 parents dff3e7c + 787b795 commit 2fb048a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-make/avr-rjmp-offset/rmake.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
// FIXME(#133480): this has been randomly failing on `x86_64-mingw` due to linker hangs or
1515
// crashes... so I'm going to disable this test for windows for now.
16-
//@ ignore-windows
16+
//@ ignore-windows-gnu
1717

1818
use run_make_support::{llvm_objdump, rustc};
1919

0 commit comments

Comments
 (0)