Skip to content

Commit 78a4d90

Browse files
committed
Refine ignores and set WASMTIME_BACKTRACE_DETAILS=1
1 parent a35f42c commit 78a4d90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
// ignore-tidy-linelength
55
//@ ignore-windows original test is ignore-windows
66
//@ ignore-android FIXME #17520
7-
//@ ignore-wasm32 spawning processes is not supported
87
//@ ignore-openbsd no support for libbacktrace without filename
9-
//@ ignore-sgx no processes
10-
//@ ignore-msvc see #62897 and `backtrace-debuginfo.rs` test
118
//@ ignore-fuchsia Backtraces not symbolized
129
//@ run-pass
1310
//@ compile-flags: -Cdebuginfo=line-tables-only -Cstrip=none
@@ -53,6 +50,7 @@ fn assert_contains(
5350
/// the same as at level 2.
5451
fn main() {
5552
std::env::set_var("RUST_BACKTRACE", "1");
53+
std::env::set_var("WASMTIME_BACKTRACE_DETAILS", "1");
5654
let mut backtrace: Option<Backtrace> = None;
5755
unsafe { line_tables_only_foo(store_backtrace, addr_of_mut!(backtrace).cast::<c_void>()) };
5856
let backtrace = backtrace.expect("backtrace");

0 commit comments

Comments
 (0)