Skip to content

Commit 9861e61

Browse files
committed
Skip whatever tests/ui/backtrace.rs skips
1 parent 6c2fae4 commit 9861e61

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/ui/debuginfo/backtrace-line-tables-only.rs

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
// successfully. This previously failed when compiling with `clang -g1`.
33
// Part of <https://github.com/rust-lang/rust/issues/122899> porting some backtrace tests to rustc.
44
// ignore-tidy-linelength
5-
//@ ignore-windows
5+
//@ ignore-windows original test is ignore-windows
6+
//@ ignore-android FIXME #17520
7+
//@ ignore-wasm32 spawning processes is not supported
8+
//@ ignore-openbsd no support for libbacktrace without filename
9+
//@ ignore-sgx no processes
10+
//@ ignore-msvc see #62897 and `backtrace-debuginfo.rs` test
11+
//@ ignore-fuchsia Backtraces not symbolized
612
//@ run-pass
713
//@ compile-flags: -Cdebuginfo=line-tables-only -Cstrip=none
814
#![feature(backtrace_frames)]

0 commit comments

Comments
 (0)