[pure] Disable test020 on Rawhide until glibc's libm bug is fixed

Michel Alexandre Salim salimma at fedoraproject.org
Thu Jun 7 07:24:42 UTC 2012


commit 29ba92f7d72175ed94380370a3e29777541997b0
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Thu Jun 7 14:24:15 2012 +0700

    Disable test020 on Rawhide until glibc's libm bug is fixed

 pure.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/pure.spec b/pure.spec
index c652818..462cc3b 100644
--- a/pure.spec
+++ b/pure.spec
@@ -115,6 +115,11 @@ cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_emacs_sitestartdir}
 
 
 %check
+%if 0%{?fedora} > 17
+# Rawhide's glibc has a libm bug:
+# https://bugzilla.redhat.com/show_bug.cgi?id=828980
+mv test/test020.pure{,.off}
+%endif
 make check
 
 


More information about the scm-commits mailing list