Skip to content

Commit

Permalink
Rollup merge of #133481 - jieyouxu:avr-jmp-linker, r=saethlin
Browse files Browse the repository at this point in the history
Disable `avr-rjmp-offset` on Windows for now

The linker has been randomly crashing on `x86_64-mingw` that's causing spurious failures (#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)
  • Loading branch information
GuillaumeGomez authored Nov 26, 2024
2 parents 52fcafe + 3a42fd2 commit 5518c62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/run-make/avr-rjmp-offset/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
//! wrong output is only produced with direct assembly generation, but not when
//! "emit-asm" is used, as described in the issue description of #129301:
//! https://github.com/rust-lang/rust/issues/129301#issue-2475070770
// 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

use run_make_support::{llvm_objdump, rustc};

fn main() {
Expand Down

0 comments on commit 5518c62

Please sign in to comment.