Skip to content

Commit 3a42fd2

Browse files
committed
tests: disable avr-rjmp-offset on Windows for now
The linker has been randomly crashing on `x86_64-mingw` that's causing spurious failures. Disable this test on Windows for now.
1 parent 7db7489 commit 3a42fd2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
//! wrong output is only produced with direct assembly generation, but not when
1111
//! "emit-asm" is used, as described in the issue description of #129301:
1212
//! https://github.com/rust-lang/rust/issues/129301#issue-2475070770
13+
14+
// FIXME(#133480): this has been randomly failing on `x86_64-mingw` due to linker hangs or
15+
// crashes... so I'm going to disable this test for windows for now.
16+
//@ ignore-windows
17+
1318
use run_make_support::{llvm_objdump, rustc};
1419

1520
fn main() {

0 commit comments

Comments
 (0)