mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 03:44:24 +00:00
Rollup merge of #133513 - ChrisDenton:windows-msvc, r=jieyouxu
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.
This commit is contained in:
commit
702996c31b
@ -13,7 +13,7 @@
|
||||
|
||||
// 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
|
||||
//@ ignore-windows-gnu
|
||||
|
||||
use run_make_support::{llvm_objdump, rustc};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user