diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-06-29 22:19:14 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-06-29 22:29:12 +0800 |
| commit | 20d69c6c2643a0be8c2ea6a78bfda59aba73433e (patch) | |
| tree | bfe775874db6bcb31d439af06ba4c45a9483bd65 | |
| parent | dddd7ab96229ea5f2ca96afcb5984a9831393a13 (diff) | |
| download | rust-20d69c6c2643a0be8c2ea6a78bfda59aba73433e.tar.gz rust-20d69c6c2643a0be8c2ea6a78bfda59aba73433e.zip | |
Re-disable `tests/run-make/short-ice` on Windows MSVC again
| -rw-r--r-- | tests/run-make/short-ice/rmake.rs | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/run-make/short-ice/rmake.rs b/tests/run-make/short-ice/rmake.rs index 483def62fc7..dbe0f692aef 100644 --- a/tests/run-make/short-ice/rmake.rs +++ b/tests/run-make/short-ice/rmake.rs @@ -5,9 +5,12 @@ // See https://github.com/rust-lang/rust/issues/107910 //@ needs-target-std -//@ ignore-i686-pc-windows-msvc -// Reason: the assert_eq! on line 37 fails, almost seems like it missing debug info? -// Haven't been able to reproduce locally, but it happens on CI. +//@ ignore-windows-msvc +// +// - FIXME(#143198): On `i686-pc-windows-msvc`: the assert_eq! on line 37 fails, almost seems like +// it missing debug info? Haven't been able to reproduce locally, but it happens on CI. +// - FIXME(#143198): On `x86_64-pc-windows-msvc`: full backtrace sometimes do not contain matching +// count of short backtrace markers (e.g. 5x end marker, but 3x start marker). use run_make_support::rustc; |
