]> git.pld-linux.org Git - packages/python3.git/commitdiff
- disable --with-computed-gotos (http://bugs.python.org/issue6603)
authorArtur Frysiak <artur@frysiak.net>
Sat, 1 Aug 2009 11:04:10 +0000 (11:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable test_distutils and test_cmd_line
- enable re-running failded test in verbose mode

Changed files:
    python3.spec -> 1.24

python3.spec

index 818ee1bb80394a9d7e305e88255e799b28ff0b20..ab70bab2286f84ae800aaef7d934ba76dd368327 100644 (file)
@@ -14,7 +14,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}
 
@@ -77,7 +77,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %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}
@@ -508,7 +508,6 @@ CPPFLAGS="-I/usr/include/ncursesw"; export CPPFLAGS
        --with-cxx-main="%{__cxx}" \
        --enable-shared \
        --enable-ipv6 \
-       --with-computed-gotos \
        --with-dbmliborder=gdbm:bdb \
        --with-wide-unicode \
        --with-signal-module \
This page took 0.035139 seconds and 4 git commands to generate.