Author: wiget                        Date: Sun Aug 23 21:30:06 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- disable test_pydoc and test_telnetlib
- compile with computed gotos (but disable caller saves optimisation)

---- Files affected:
packages/python3:
   python3.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: packages/python3/python3.spec
diff -u packages/python3/python3.spec:1.27 packages/python3/python3.spec:1.28
--- packages/python3/python3.spec:1.27  Mon Aug 17 22:14:20 2009
+++ packages/python3/python3.spec       Sun Aug 23 23:30:00 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 test_distutils 
test_cmd_line
+%define                broken_tests test_httpservers test_distutils 
test_cmd_line test_pydoc test_telnetlib
 
 %define        beta            %{nil}
 
@@ -506,13 +506,14 @@
        --with-doc-strings \
        --with-fpectl \
        --with-system-ffi \
+       --with-computed-gotos \
        LINKCC='$(PURIFY) $(CXX)' \
        LDSHARED='$(CC) $(CFLAGS) -shared' \
        BLDSHARED='$(CC) $(CFLAGS) -shared' \
        LDFLAGS="%{rpmcflags} %{rpmldflags}"
 
 %{__make} \
-       OPT="%{rpmcflags}" 2>&1 | awk '
+       OPT="%{rpmcflags} -fno-caller-saves" 2>&1 | awk '
 BEGIN { fail = 0; logmsg = ""; }
 {
         if ($0 ~ /\*\*\* WARNING:/) {
@@ -959,6 +960,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2009/08/23 21:30:00  wiget
+- disable test_pydoc and test_telnetlib
+- compile with computed gotos (but disable caller saves optimisation)
+
 Revision 1.27  2009/08/17 20:14:20  arekm
 - up to 3.1.1 (tests are failing)
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python3/python3.spec?r1=1.27&r2=1.28&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to