Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
df46e2a4
Kaydet (Commit)
df46e2a4
authored
Kas 28, 2014
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #16113: Also remove test_case_sha3_224_huge
üst
0badfd59
15387907
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
test_hashlib.py
Lib/test/test_hashlib.py
+0
-6
No files found.
Lib/test/test_hashlib.py
Dosyayı görüntüle @
df46e2a4
...
...
@@ -373,12 +373,6 @@ class HashLibTestCase(unittest.TestCase):
"e718483d0ce769644e2e42c7bc15b4638e1f98b13b2044285632a803afa973eb"
+
"de0ff244877ea60a4cb0432ce577c31beb009c5c2c49aa2e4eadb217ad8cc09b"
)
@unittest.skipIf
(
sys
.
maxsize
<
_4G
+
5
,
'test cannot run on 32-bit systems'
)
@bigmemtest
(
size
=
_4G
+
5
,
memuse
=
1
,
dry_run
=
False
)
def
test_case_sha3_224_huge
(
self
,
size
):
self
.
check
(
'sha3_224'
,
b
'A'
*
size
,
'58ef60057c9dddb6a87477e9ace5a26f0d9db01881cf9b10a9f8c224'
)
def
test_gil
(
self
):
# Check things work fine with an input larger than the size required
# for multithreaded operation (which is hardwired to 2048).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment