summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/test/regrtest.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 400cb48..4835e64 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1099,6 +1099,10 @@ class _ExpectedSkips:
if eval('test_codecmaps_' + cc).skip_expected:
self.expected.add('test_codecmaps_' + cc)
+ if sys.maxint == 9223372036854775807L:
+ self.expected.add('test_rgbimg')
+ self.expected.add('test_imageop')
+
if not sys.platform in ("mac", "darwin"):
MAC_ONLY = ["test_macostools", "test_macfs", "test_aepack",
"test_plistlib", "test_scriptpackages"]