diff options
| author | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-08-11 11:11:22 +0000 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-08-11 11:11:22 +0000 |
| commit | 6dc300ba4531b855132ac8b3ac38f7bb73c8fe52 (patch) | |
| tree | 59295c180cb51b895a3587423fb4575c95fa5317 | |
| parent | 960e7b55e1b784d7647fdd4f547b4d015671ba06 (diff) | |
| download | rust-6dc300ba4531b855132ac8b3ac38f7bb73c8fe52.tar.gz rust-6dc300ba4531b855132ac8b3ac38f7bb73c8fe52.zip | |
tests: ignore `dump-ice-to-disk` on windows
| -rw-r--r-- | tests/run-make/dump-ice-to-disk/rmake.rs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/run-make/dump-ice-to-disk/rmake.rs b/tests/run-make/dump-ice-to-disk/rmake.rs index 2716525223f..48b4071e065 100644 --- a/tests/run-make/dump-ice-to-disk/rmake.rs +++ b/tests/run-make/dump-ice-to-disk/rmake.rs @@ -15,9 +15,10 @@ //! //! See <https://github.com/rust-lang/rust/pull/108714>. -// FIXME(#128911): @jieyouxu: This test is sometimes for whatever forsaken reason flakey in CI, and -// I cannot reproduce it locally. The error messages upon assertion failure in this test is -// intentionally extremely verbose to aid debugging that issue. +//@ ignore-windows +// FIXME(#128911): @jieyouxu: This test is sometimes for whatever forsaken reason flakey in +// `i686-mingw`, and I cannot reproduce it locally. The error messages upon assertion failure in +// this test is intentionally extremely verbose to aid debugging that issue. use std::cell::OnceCell; use std::path::{Path, PathBuf}; |
