Skip to content

Commit

Permalink
tests: ignore dump-ice-to-disk on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Aug 11, 2024
1 parent 960e7b5 commit 6dc300b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/run-make/dump-ice-to-disk/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 6dc300b

Please sign in to comment.