We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2fae4 commit 9861e61Copy full SHA for 9861e61
tests/ui/debuginfo/backtrace-line-tables-only.rs
@@ -2,7 +2,13 @@
2
// successfully. This previously failed when compiling with `clang -g1`.
3
// Part of <https://github.com/rust-lang/rust/issues/122899> porting some backtrace tests to rustc.
4
// ignore-tidy-linelength
5
-//@ ignore-windows
+//@ 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
12
//@ run-pass
13
//@ compile-flags: -Cdebuginfo=line-tables-only -Cstrip=none
14
#![feature(backtrace_frames)]
0 commit comments