From 7632349386659a82412f3dfbd37e714bf56aa152 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 14 Jan 2011 11:06:07 -0500 Subject: [PATCH] skip test_ioctl for now --- pypy.spec | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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 - 1.4.1-7 +- skip test_ioctl for now + * Thu Jan 13 2011 David Malcolm - 1.4.1-6 - add a "pypy-devel" subpackage, and install the header files there - in %%check, re-run failed tests in verbose mode