SPECS: python.spec - also disable test_fcntl test_ioctl on sparc64

tommat tommat at pld-linux.org
Fri Dec 28 19:32:19 CET 2007


Author: tommat                       Date: Fri Dec 28 18:32:19 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- also disable test_fcntl test_ioctl on sparc64

---- Files affected:
SPECS:
   python.spec (1.307 -> 1.308) 

---- Diffs:

================================================================
Index: SPECS/python.spec
diff -u SPECS/python.spec:1.307 SPECS/python.spec:1.308
--- SPECS/python.spec:1.307	Fri Nov  9 11:32:36 2007
+++ SPECS/python.spec	Fri Dec 28 19:32:14 2007
@@ -96,7 +96,7 @@
 %define test_flags -l -x
 %endif
 
-%ifarch alpha ia64 ppc64 sparc64 ppc64 %{x8664}
+%ifarch alpha ia64 ppc64 ppc64 %{x8664}
 %define test_list %{nobuilder_tests} %{broken_tests} %{no64bit_tests}
 %else
 %define test_list %{nobuilder_tests} %{broken_tests}
@@ -106,6 +106,10 @@
 %define test_list %{nobuilder_tests} %{broken_tests} test_fcntl test_ioctl
 %endif
 
+%ifarch sparc64
+%define test_list test_list %{nobuilder_tests} %{broken_tests} %{no64bit_tests} test_fcntl test_ioctl
+%endif
+
 %description
 Python is an interpreted, interactive, object-oriented programming
 language. It incorporates modules, exceptions, dynamic typing, very
@@ -935,6 +939,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.308  2007-12-28 18:32:14  tommat
+- also disable test_fcntl test_ioctl on sparc64
+
 Revision 1.307  2007-11-09 10:32:36  hawk
 - release 5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python.spec?r1=1.307&r2=1.308&f=u



More information about the pld-cvs-commit mailing list