tests: ignore dump-ice-to-disk on windows

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-08-11 11:11:22 +00:00
parent 960e7b55e1
commit 6dc300ba45

View File

@ -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};