Skip to content

Commit b03c504

Browse files
committed
Auto merge of rust-lang#92498 - camelid:ignore-flaky-test, r=Mark-Simulacrum
Ignore flaky `panic-short-backtrace-windows-x86_64.rs` test for now Mitigates (but does not fix) rust-lang#92000. It has been causing a lot of spurious test failures recently that slow down the bors queue.
2 parents 26c9b00 + 0286ae4 commit b03c504

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/ui/panics/panic-short-backtrace-windows-x86_64.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// This test has been spuriously failing a lot recently (#92000).
2+
// Ignore it until the underlying issue is fixed.
3+
// ignore-test
4+
15
// Regression test for #87481: short backtrace formatting cut off the entire stack trace.
26

37
// Codegen-units is specified here so that we can replicate a typical rustc invocation which

0 commit comments

Comments
 (0)