Skip to content

Commit

Permalink
Rollup merge of rust-lang#92498 - camelid:ignore-flaky-test, r=Mark-S…
Browse files Browse the repository at this point in the history
…imulacrum

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.
  • Loading branch information
matthiaskrgr committed Jan 5, 2022
2 parents b42ea50 + 0286ae4 commit 2285e2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/ui/panics/panic-short-backtrace-windows-x86_64.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// This test has been spuriously failing a lot recently (#92000).
// Ignore it until the underlying issue is fixed.
// ignore-test

// Regression test for #87481: short backtrace formatting cut off the entire stack trace.

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

0 comments on commit 2285e2b

Please sign in to comment.