Skip to content

Commit 334e509

Browse files
committed
Auto merge of rust-lang#129227 - jieyouxu:no-dumping, r=Kobzol
Disable `dump-ice-to-disk` for i686-mingw (again) To avoid blocking full CI or `i686-mingw` try jobs (failed in rust-lang#127679 (comment)). At least we now have some context for why the assertion failed. Anyone with r+ can approve this.
2 parents 7521bda + ce7a70a commit 334e509

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/run-make/dump-ice-to-disk/rmake.rs

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
//! - An attempt is made to re-enable this test on `i686-mingw` (by removing `ignore-windows`). If
2424
//! this test is still flakey, please restore the `ignore-windows` directive.
2525
26+
//@ ignore-windows
27+
//FIXME(#128911): still flakey on i686-mingw.
28+
2629
use std::cell::OnceCell;
2730
use std::path::{Path, PathBuf};
2831

0 commit comments

Comments
 (0)