[pypy] 1.6-7: skip test_multiprocessing

dmalcolm dmalcolm at fedoraproject.org
Tue Oct 4 18:40:16 UTC 2011


commit 953cba8f403df754b658c3310b0505c1ba5dc5a5
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Tue Oct 4 14:37:40 2011 -0400

    1.6-7: skip test_multiprocessing
    
    * Tue Oct  4 2011 David Malcolm <dmalcolm at redhat.com> - 1.6-7
    - skip test_multiprocessing

 pypy.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/pypy.spec b/pypy.spec
index 90b3f88..2579860 100644
--- a/pypy.spec
+++ b/pypy.spec
@@ -1,6 +1,6 @@
 Name:           pypy
 Version:        1.6
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Python implementation with a Just-In-Time compiler
 
 Group:          Development/Languages
@@ -728,6 +728,12 @@ CheckPyPy() {
       # "strop" module doesn't exist for pypy yet:
       SkipTest test_strop
 
+      # I'm seeing Koji builds hanging e.g.:
+      #   http://koji.fedoraproject.org/koji/getfile?taskID=3386821&name=build.log
+      # The only test that seems to have timed out in that log is
+      # test_multiprocessing, so skip it for now:
+      SkipTest test_multiprocessing
+
     echo "== Test names =="
     cat testnames.txt
     echo "================="
@@ -841,13 +847,15 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Oct  4 2011 David Malcolm <dmalcolm at redhat.com> - 1.6-7
+- skip test_multiprocessing
+
 * Tue Sep 13 2011 David Malcolm <dmalcolm at redhat.com> - 1.6-6
 - don't ship the emacs JIT-viewer on el5 and el6 (missing emacs-filesystem;
 missing _emacs_bytecompile macro on el5)
 
 * Mon Sep 12 2011 David Malcolm <dmalcolm at redhat.com> - 1.6-5
 - build using python26 on el5 (2.4 is too early)
-
 * Thu Aug 25 2011 David Malcolm <dmalcolm at redhat.com> - 1.6-4
 - fix SkipTest function to avoid corrupting the name of "test_gdbm"
 


More information about the scm-commits mailing list