[package] summary = "Library to acquire a stack trace (backtrace) at runtime in a Rust program" [features] hide = [ "coresymbolication", "dbghelp", "dladdr", "kernel32", "libunwind", "unix-backtrace", ] [scripts] prep.post = [ "# drop \"accuracy\" test (requires crates to be built in dylib mode)", "# drop \"current-exe-mismatch\" test (fails on i686 for unknown reasons)", "rm -r tests/accuracy/", "rm tests/current-exe-mismatch.rs", ] [tests] skip = [ "smoke_test_frames", "sp_smoke_test", "backtrace_new_should_start_with_call_site_trace", "backtrace_new_unresolved_should_start_with_call_site_trace", ] comments = [ "https://github.com/rust-lang/backtrace-rs/issues/204", "tests/smoke.rs/smoke_test_frames: fails on all architectures", "tests/smoke.rs/sp_smoke_test: crashes when frame pointers are enabled on x86_64", "backtrace_new_should_start_with_call_site_trace: fails on s390x", "backtrace_new_unresolved_should_start_with_call_site_trace: fails on aarch64, ppc64le, s390x", ]