packages: python3/python3.spec - disable --with-computed-gotos (http://bugs...
wiget
wiget at pld-linux.org
Sat Aug 1 13:04:16 CEST 2009
Author: wiget Date: Sat Aug 1 11:04:16 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- disable --with-computed-gotos (http://bugs.python.org/issue6603)
- disable test_distutils and test_cmd_line
- enable re-running failded test in verbose mode
---- Files affected:
packages/python3:
python3.spec (1.23 -> 1.24)
---- Diffs:
================================================================
Index: packages/python3/python3.spec
diff -u packages/python3/python3.spec:1.23 packages/python3/python3.spec:1.24
--- packages/python3/python3.spec:1.23 Wed Jul 1 02:29:39 2009
+++ packages/python3/python3.spec Sat Aug 1 13:04:10 2009
@@ -15,7 +15,7 @@
# tests which may fail because of builder environment limitations (no /proc or /dev/pts)
%define nobuilder_tests test_resource test_openpty test_socket test_nis test_posix test_locale test_pty
# tests which fail because of some unknown/unresolved reason (this list should be empty)
-%define broken_tests test_httpservers
+%define broken_tests test_httpservers test_distutils test_cmd_line
%define beta %{nil}
@@ -78,7 +78,7 @@
%if %{with verbose_tests}
%define test_flags -v -l -x
%else
-%define test_flags -l -x
+%define test_flags -w -l -x
%endif
%ifarch alpha ia64 ppc64 sparc64 ppc64 %{x8664}
@@ -509,7 +509,6 @@
--with-cxx-main="%{__cxx}" \
--enable-shared \
--enable-ipv6 \
- --with-computed-gotos \
--with-dbmliborder=gdbm:bdb \
--with-wide-unicode \
--with-signal-module \
@@ -964,6 +963,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24 2009/08/01 11:04:10 wiget
+- disable --with-computed-gotos (http://bugs.python.org/issue6603)
+- disable test_distutils and test_cmd_line
+- enable re-running failded test in verbose mode
+
Revision 1.23 2009/07/01 00:29:39 arekm
- enable computed gotos (up to 20% speedup in some areas)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python3/python3.spec?r1=1.23&r2=1.24&f=u
More information about the pld-cvs-commit
mailing list