We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
avr-rjmp-offset
1 parent 7db7489 commit 3a42fd2Copy full SHA for 3a42fd2
tests/run-make/avr-rjmp-offset/rmake.rs
@@ -10,6 +10,11 @@
10
//! wrong output is only produced with direct assembly generation, but not when
11
//! "emit-asm" is used, as described in the issue description of #129301:
12
//! 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
18
use run_make_support::{llvm_objdump, rustc};
19
20
fn main() {
0 commit comments