diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2022-01-02 12:13:18 -0800 |
|---|---|---|
| committer | Noah Lev <camelidcamel@gmail.com> | 2022-01-04 19:52:43 -0800 |
| commit | 0286ae400e8054b56364419ff4909c9d910416c2 (patch) | |
| tree | 08440f48d146e9fa70e1d730189b952f10161230 | |
| parent | b60e32c82864d841e87359333af1e6d1f9cff9ee (diff) | |
| download | rust-0286ae400e8054b56364419ff4909c9d910416c2.tar.gz rust-0286ae400e8054b56364419ff4909c9d910416c2.zip | |
Ignore flaky `panic-short-backtrace-windows-x86_64.rs` test for now
It has been causing a lot of spurious test failures recently that slow down the bors queue.
| -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 |
