|
|
@ -24,11 +24,13 @@ prep.post = [
|
|
|
|
skip = [
|
|
|
|
skip = [
|
|
|
|
"smoke_test_frames",
|
|
|
|
"smoke_test_frames",
|
|
|
|
"sp_smoke_test",
|
|
|
|
"sp_smoke_test",
|
|
|
|
|
|
|
|
"backtrace_new_should_start_with_call_site_trace",
|
|
|
|
"backtrace_new_unresolved_should_start_with_call_site_trace",
|
|
|
|
"backtrace_new_unresolved_should_start_with_call_site_trace",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
comments = [
|
|
|
|
comments = [
|
|
|
|
"https://github.com/rust-lang/backtrace-rs/issues/204",
|
|
|
|
"https://github.com/rust-lang/backtrace-rs/issues/204",
|
|
|
|
"tests/smoke.rs/smoke_test_frames: fails on all architectures",
|
|
|
|
"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",
|
|
|
|
"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",
|
|
|
|
"backtrace_new_unresolved_should_start_with_call_site_trace: fails on aarch64, ppc64le, s390x",
|
|
|
|
]
|
|
|
|
]
|
|
|
|