From 87feb355a8d7003322b7156d5ca47d1ba54ad83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Thu, 27 Jan 2022 13:30:34 +0100 Subject: [PATCH] Re-enable long double test fixed by FFI 1.15.5. https://github.com/ffi/ffi/pull/919 --- rubygem-ffi.spec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/rubygem-ffi.spec b/rubygem-ffi.spec index eaada55..5addca7 100644 --- a/rubygem-ffi.spec +++ b/rubygem-ffi.spec @@ -65,13 +65,6 @@ pushd spec/ffi/fixtures make JFLAGS="%{optflags}" popd -# Previously disabled long double test fails on i686. -# https://github.com/ffi/ffi/issues/849 -%ifarch i686 -sed -i '/it "add two long double numbers" do/a\ - skip' spec/ffi/long_double_spec.rb -%endif - # Recent libffi corrupts dynamically allocated closures with call to fork. # https://bugzilla.redhat.com/show_bug.cgi?id=2040380 mv spec/ffi/fork_spec.rb{,.disabled} @@ -103,6 +96,7 @@ popd %changelog * Thu Jan 27 2022 Vít Ondruch - 1.15.5-2 - Disable fork spec broken by recent libffi. +- Re-enable long double test fixed by FFI 1.15.5. * Thu Jan 27 2022 Mamoru TASAKA - 1.15.5-2 - F-36: rebuild against ruby31