Auto merge of #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 https://github.com/rust-lang/rust/pull/127679#issuecomment-2295184771).

At least we now have some context for why the assertion failed.

Anyone with r+ can approve this.
This commit is contained in:
bors 2024-08-18 09:47:46 +00:00
commit 334e509912
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@
//! - An attempt is made to re-enable this test on `i686-mingw` (by removing `ignore-windows`). If
//! this test is still flakey, please restore the `ignore-windows` directive.
//@ ignore-windows
//FIXME(#128911): still flakey on i686-mingw.
use std::cell::OnceCell;
use std::path::{Path, PathBuf};