Skip to content
/ rust Public
forked from rust-lang/rust

Commit 478a4fb

Browse files
authored
Rollup merge of rust-lang#133481 - jieyouxu:avr-jmp-linker, r=saethlin
Disable `avr-rjmp-offset` on Windows for now The linker has been randomly crashing on `x86_64-mingw` that's causing spurious failures (rust-lang#133480). Disable this test on Windows for now. cc `@jfrimmel` (nothing actionable, just FYI because linker gonna linker) cc `@ehuss` (who noticed this) r? compiler (or anyone really)
2 parents d974717 + 3a42fd2 commit 478a4fb

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)