File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 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.
5451fn 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" ) ;
You can’t perform that action at this time.
0 commit comments