Disable backtrace_new_should_start_with_call_site_trace; fails on s390x

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
epel10
Michel Lind 7 months ago
parent 1ebd7c0501
commit 8625b09dde
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

@ -138,9 +138,10 @@ rm tests/current-exe-mismatch.rs
# * 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 # * tests/smoke.rs/sp_smoke_test: crashes when frame pointers are enabled on
# x86_64 # x86_64
# * backtrace_new_should_start_with_call_site_trace: fails on s390x
# * backtrace_new_unresolved_should_start_with_call_site_trace: fails on # * backtrace_new_unresolved_should_start_with_call_site_trace: fails on
# aarch64, ppc64le, s390x # aarch64, ppc64le, s390x
%cargo_test -- -- --skip smoke_test_frames --skip sp_smoke_test --skip backtrace_new_unresolved_should_start_with_call_site_trace %cargo_test -- -- --skip smoke_test_frames --skip sp_smoke_test --skip backtrace_new_should_start_with_call_site_trace --skip backtrace_new_unresolved_should_start_with_call_site_trace
%endif %endif
%changelog %changelog

@ -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",
] ]

Loading…
Cancel
Save