From: Antoine Pitrou Date: Fri, 15 Jun 2012 16:33:48 +0000 (+0200) Subject: Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904). X-Git-Tag: v2.7.4rc1~760 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=884fb1c83103576f7c29a815a733b0b2466ceec5;p=thirdparty%2FPython%2Fcpython.git Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904). --- diff --git a/Lib/test/test_bigmem.py b/Lib/test/test_bigmem.py index 2adae4e34c6f..c41c37306311 100644 --- a/Lib/test/test_bigmem.py +++ b/Lib/test/test_bigmem.py @@ -124,6 +124,7 @@ class StrTest(unittest.TestCase): @precisionbigmemtest(size=_4G // 5, memuse=6+2) def test_unicode_repr_oflw(self, size): + self.skipTest("test crashes - see issue #14904") try: s = u"\uAAAA"*size r = repr(s)