diff options
| author | bors <bors@rust-lang.org> | 2024-08-18 09:47:46 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-08-18 09:47:46 +0000 |
| commit | 334e509912d82323ff0fca016a2e69dbbee559fd (patch) | |
| tree | 7532293f005b3d5c865e273e9f96e46d8a068d29 | |
| parent | 7521bdaf5b923fec428598b3f64118735e005385 (diff) | |
| parent | ce7a70ade8c73cf8622fb4eb051ccb3599ba75c7 (diff) | |
| download | rust-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.rs | 3 |
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}; |
