about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-08-18 09:47:46 +0000
committerbors <bors@rust-lang.org>2024-08-18 09:47:46 +0000
commit334e509912d82323ff0fca016a2e69dbbee559fd (patch)
tree7532293f005b3d5c865e273e9f96e46d8a068d29
parent7521bdaf5b923fec428598b3f64118735e005385 (diff)
parentce7a70ade8c73cf8622fb4eb051ccb3599ba75c7 (diff)
downloadrust-334e509912d82323ff0fca016a2e69dbbee559fd.tar.gz
rust-334e509912d82323ff0fca016a2e69dbbee559fd.zip
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.
-rw-r--r--tests/run-make/dump-ice-to-disk/rmake.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make/dump-ice-to-disk/rmake.rs b/tests/run-make/dump-ice-to-disk/rmake.rs
index 08767246b90..15f35eb2d3d 100644
--- a/tests/run-make/dump-ice-to-disk/rmake.rs
+++ b/tests/run-make/dump-ice-to-disk/rmake.rs
@@ -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};