diff options
| author | Andrew Pollack <andrewpollack@google.com> | 2022-09-19 21:00:10 +0000 |
|---|---|---|
| committer | Andrew Pollack <andrewpollack@google.com> | 2022-09-19 21:54:13 +0000 |
| commit | 3a4dc6130307bdaa92b5cd8aae514bdbd999e323 (patch) | |
| tree | 19d5f66bdc385c5087b5b3ec23b7de7936ee9dd7 /src/test/ui/panics/runtime-switch.rs | |
| parent | 11bb80a92b4f46fa7dfa9148d0bdfc185a7621bd (diff) | |
| download | rust-3a4dc6130307bdaa92b5cd8aae514bdbd999e323.tar.gz rust-3a4dc6130307bdaa92b5cd8aae514bdbd999e323.zip | |
Adding ignore fuchsia tests for Backtrace, ErrorKind cases
Diffstat (limited to 'src/test/ui/panics/runtime-switch.rs')
| -rw-r--r-- | src/test/ui/panics/runtime-switch.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/panics/runtime-switch.rs b/src/test/ui/panics/runtime-switch.rs index 37ef961e2d0..882340e495c 100644 --- a/src/test/ui/panics/runtime-switch.rs +++ b/src/test/ui/panics/runtime-switch.rs @@ -12,6 +12,7 @@ // ignore-wasm no panic or subprocess support // ignore-emscripten no panic or subprocess support // ignore-sgx no subprocess support +// ignore-fuchsia Backtrace not symbolized // NOTE(eddyb) output differs between symbol mangling schemes // revisions: legacy v0 |
