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
6f5a2b52
Kaydet (Commit)
6f5a2b52
authored
Haz 19, 2008
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
skip test_macostools when UCS4 is enabled
üst
9b69ed9d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
regrtest.py
Lib/test/regrtest.py
+3
-0
test_macostools.py
Lib/test/test_macostools.py
+3
-0
No files found.
Lib/test/regrtest.py
Dosyayı görüntüle @
6f5a2b52
...
...
@@ -1133,6 +1133,9 @@ class _ExpectedSkips:
"test_applesingle"
]
for
skip
in
MAC_ONLY
:
self
.
expected
.
add
(
skip
)
elif
len
(
u'
\0
'
.
encode
(
'unicode-internal'
))
==
4
:
self
.
expected
.
add
(
"test_macostools"
)
if
sys
.
platform
!=
"win32"
:
# test_sqlite is only reliable on Windows where the library
...
...
Lib/test/test_macostools.py
Dosyayı görüntüle @
6f5a2b52
...
...
@@ -91,6 +91,9 @@ class TestMacostools(unittest.TestCase):
def
test_main
():
# Skip on wide unicode
if
len
(
u'
\0
'
.
encode
(
'unicode-internal'
))
==
4
:
raise
test_support
.
TestSkipped
(
"test_macostools is broken in USC4"
)
test_support
.
run_unittest
(
TestMacostools
)
...
...
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