diff options
| author | bors <bors@rust-lang.org> | 2022-01-05 06:18:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-01-05 06:18:57 +0000 |
| commit | b03c504742d086df063bfa105a1186bbc01a4b0e (patch) | |
| tree | 2a17fe4270197116f1d9ece5373cadb692428a04 /src | |
| parent | 26c9b0046f96403cdf959e4e1f874ec25f9dbf6f (diff) | |
| parent | 0286ae400e8054b56364419ff4909c9d910416c2 (diff) | |
| download | rust-b03c504742d086df063bfa105a1186bbc01a4b0e.tar.gz rust-b03c504742d086df063bfa105a1186bbc01a4b0e.zip | |
Auto merge of #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) #92000. It has been causing a lot of spurious test failures recently that slow down the bors queue.
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/panics/panic-short-backtrace-windows-x86_64.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/ui/panics/panic-short-backtrace-windows-x86_64.rs b/src/test/ui/panics/panic-short-backtrace-windows-x86_64.rs index fd01337296f..39ffe86dd49 100644 --- a/src/test/ui/panics/panic-short-backtrace-windows-x86_64.rs +++ b/src/test/ui/panics/panic-short-backtrace-windows-x86_64.rs @@ -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 |
