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
c209b70d
Kaydet (Commit)
c209b70d
authored
Nis 19, 2017
tarafından
Victor Stinner
Kaydeden (comit)
GitHub
Nis 19, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971)
üst
8312fba0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
test_uuid.py
Lib/test/test_uuid.py
+3
-0
No files found.
Lib/test/test_uuid.py
Dosyayı görüntüle @
c209b70d
...
@@ -344,6 +344,9 @@ class TestUUID(unittest.TestCase):
...
@@ -344,6 +344,9 @@ class TestUUID(unittest.TestCase):
'requires uuid_generate_time_safe(3)'
)
'requires uuid_generate_time_safe(3)'
)
@requires_ugt
@requires_ugt
# bpo-29925: On Mac OS X Tiger, uuid.uuid1().is_safe returns
# uuid.SafeUUID.unknown
@support.requires_mac_ver
(
10
,
5
)
def
test_uuid1_safe
(
self
):
def
test_uuid1_safe
(
self
):
u
=
uuid
.
uuid1
()
u
=
uuid
.
uuid1
()
# uuid_generate_time_safe() may return 0 or -1 but what it returns is
# uuid_generate_time_safe() may return 0 or -1 but what it returns is
...
...
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