From dbb43a861bbfcb97781b48abb436acb6711bc7b6 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Jul 23 2014 03:35:31 +0000 Subject: Disable tests which fail on aarch64 --- diff --git a/gdl.spec b/gdl.spec index 83a9605..fe40f8d 100644 --- a/gdl.spec +++ b/gdl.spec @@ -2,7 +2,7 @@ Name: gdl Version: 0.9.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: GNU Data Language Group: Applications/Engineering @@ -180,7 +180,7 @@ install -m 0644 %SOURCE2 $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d %check cd build # test_execute expects to use DISPLAY -%ifarch %{arm} +%ifarch %{arm} aarch64 # test_finite and test_fix fail currently on arm # https://bugzilla.redhat.com/show_bug.cgi?id=990749 make check ARGS="-V -E 'test_execute|test_finite|test_fix'" @@ -206,6 +206,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jul 23 2014 Yaakov Selkowitz - 0.9.4-5 +- Disable tests which fail on aarch64 (#990749) + * Tue Jun 9 2014 Orion Poplawski - 0.9.4-4 - Fix python find_package usage