mirror of
https://github.com/python/cpython.git
synced 2025-12-11 11:31:05 +00:00
Skip test_bigmem.test_unicode_repr_oflw, since it crashes (issue #14904).
This commit is contained in:
parent
771d98d694
commit
884fb1c831
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ class StrTest(unittest.TestCase):
|
||||||
|
|
||||||
@precisionbigmemtest(size=_4G // 5, memuse=6+2)
|
@precisionbigmemtest(size=_4G // 5, memuse=6+2)
|
||||||
def test_unicode_repr_oflw(self, size):
|
def test_unicode_repr_oflw(self, size):
|
||||||
|
self.skipTest("test crashes - see issue #14904")
|
||||||
try:
|
try:
|
||||||
s = u"\uAAAA"*size
|
s = u"\uAAAA"*size
|
||||||
r = repr(s)
|
r = repr(s)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue