[pypy] skip test_ioctl for now

dmalcolm dmalcolm at fedoraproject.org
Fri Jan 14 16:09:34 UTC 2011


commit 7632349386659a82412f3dfbd37e714bf56aa152
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Jan 14 11:06:07 2011 -0500

    skip test_ioctl for now

 pypy.spec |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/pypy.spec b/pypy.spec
index 71b2db6..9c8134d 100644
--- a/pypy.spec
+++ b/pypy.spec
@@ -1,6 +1,6 @@
 Name:           pypy
 Version:        1.4.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Python implementation with a Just-In-Time compiler
 
 Group:          Development/Languages
@@ -669,6 +669,25 @@ CheckPyPy() {
       #   TestFailed: import __hello__ failed:No module named __hello__
       SkipTest test_frozen
 
+      # test_ioctl:
+      #   Failing in Koji with dist-f15 with:
+      #     ======================================================================
+      #     FAIL: test_ioctl (test.test_ioctl.IoctlTests)
+      #     ----------------------------------------------------------------------
+      #     Traceback (most recent call last):
+      #       File "/usr/lib/pypy-1.4.1/lib-python/2.5.2/test/test_ioctl.py", line 25, in test_ioctl
+      #         self.assert_(rpgrp in ids, "%s not in %s" % (rpgrp, ids))
+      #     AssertionError: 0 not in (8304, 17737)
+      #     ======================================================================
+      #     FAIL: test_ioctl_mutate (test.test_ioctl.IoctlTests)
+      #     ----------------------------------------------------------------------
+      #     Traceback (most recent call last):
+      #       File "/usr/lib/pypy-1.4.1/lib-python/2.5.2/test/test_ioctl.py", line 35, in test_ioctl_mutate
+      #         self.assert_(rpgrp in ids, "%s not in %s" % (rpgrp, ids))
+      #     AssertionError: 0 not in (8304, 17737)
+      #     ----------------------------------------------------------------------
+      SkipTest test_ioctl
+
       # test_iterlen:
       #   24 failures out of 25, apparently all due to TypeError
       SkipTest test_iterlen
@@ -798,6 +817,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 14 2011 David Malcolm <dmalcolm at redhat.com> - 1.4.1-7
+- skip test_ioctl for now
+
 * Thu Jan 13 2011 David Malcolm <dmalcolm at redhat.com> - 1.4.1-6
 - add a "pypy-devel" subpackage, and install the header files there
 - in %%check, re-run failed tests in verbose mode


More information about the scm-commits mailing list