From 04e1b08c3532c4a28630935e2dd488fd3cb3d84b Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 11 Jan 2023 20:35:29 +0100 Subject: [PATCH] Skip a test that fails on x86_64 if frame pointers are enabled --- rust-backtrace.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rust-backtrace.spec b/rust-backtrace.spec index 8f7bb27..d9b99c6 100644 --- a/rust-backtrace.spec +++ b/rust-backtrace.spec @@ -171,9 +171,10 @@ rm -r tests/accuracy/ %if %{with check} %check # https://github.com/rust-lang/backtrace-rs/issues/204 -# * 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 # * backtrace_new_unresolved_should_start_with_call_site_trace: fails on aarch64, ppc64le, s390x -%cargo_test -- -- --skip smoke_test_frames --skip backtrace_new_unresolved_should_start_with_call_site_trace +%cargo_test -- -- --skip smoke_test_frames --skip sp_smoke_test --skip backtrace_new_unresolved_should_start_with_call_site_trace %endif %changelog