62d7207dd0
* Mon Aug 13 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.0-0.3.b2 - 3.3b1 -> 3.3b2; drop upstreamed patch 152; refresh patches 3, 102, 111, 134, 153, 160; regenenerate autotools patch; rework systemtap patch to work correctly when LANG=C (patch 55); importlib.test was moved to test.test_importlib upstream
12 lines
680 B
Diff
12 lines
680 B
Diff
diff -up cpython-59223da36dec/Lib/test/test_posix.py.disable-test_fs_holes-in-rpm-build cpython-59223da36dec/Lib/test/test_posix.py
|
|
--- cpython-59223da36dec/Lib/test/test_posix.py.disable-test_fs_holes-in-rpm-build 2012-08-07 17:15:59.000000000 -0400
|
|
+++ cpython-59223da36dec/Lib/test/test_posix.py 2012-08-07 17:16:53.528330330 -0400
|
|
@@ -973,6 +973,7 @@ class PosixTester(unittest.TestCase):
|
|
posix.RTLD_GLOBAL
|
|
posix.RTLD_LOCAL
|
|
|
|
+ @unittest._skipInRpmBuild('running kernel may not match kernel in chroot')
|
|
@unittest.skipUnless(hasattr(os, 'SEEK_HOLE'),
|
|
"test needs an OS that reports file holes")
|
|
def test_fs_holes(self):
|