Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1538790

Browse files
committed
Issue #16113: Also remove test_case_sha3_224_huge
1 parent cbbd04d commit 1538790

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Lib/test/test_hashlib.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -373,12 +373,6 @@ def test_case_sha512_3(self):
373373
"e718483d0ce769644e2e42c7bc15b4638e1f98b13b2044285632a803afa973eb"+
374374
"de0ff244877ea60a4cb0432ce577c31beb009c5c2c49aa2e4eadb217ad8cc09b")
375375

376-
@unittest.skipIf(sys.maxsize < _4G + 5, 'test cannot run on 32-bit systems')
377-
@bigmemtest(size=_4G + 5, memuse=1, dry_run=False)
378-
def test_case_sha3_224_huge(self, size):
379-
self.check('sha3_224', b'A'*size,
380-
'58ef60057c9dddb6a87477e9ace5a26f0d9db01881cf9b10a9f8c224')
381-
382376
def test_gil(self):
383377
# Check things work fine with an input larger than the size required
384378
# for multithreaded operation (which is hardwired to 2048).

0 commit comments

Comments
 (0)