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
e7c9e092
Kaydet (Commit)
e7c9e092
authored
Mar 30, 2009
tarafından
R. David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove references to test_socket_ssl which was deleted in trunk
in r64392 and py3k in r59038.
üst
008af85d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
regrtest.py
Lib/test/regrtest.py
+0
-12
No files found.
Lib/test/regrtest.py
Dosyayı görüntüle @
e7c9e092
...
@@ -778,9 +778,6 @@ def printlist(x, width=70, indent=4):
...
@@ -778,9 +778,6 @@ def printlist(x, width=70, indent=4):
# test_pep277
# test_pep277
# The _ExpectedSkips constructor adds this to the set of expected
# The _ExpectedSkips constructor adds this to the set of expected
# skips if not os.path.supports_unicode_filenames.
# skips if not os.path.supports_unicode_filenames.
# test_socket_ssl
# Controlled by test_socket_ssl.skip_expected. Requires the network
# resource, and a socket module with ssl support.
# test_timeout
# test_timeout
# Controlled by test_timeout.skip_expected. Requires the network
# Controlled by test_timeout.skip_expected. Requires the network
# resource and a socket module.
# resource and a socket module.
...
@@ -1057,7 +1054,6 @@ _expectations = {
...
@@ -1057,7 +1054,6 @@ _expectations = {
test_ossaudiodev
test_ossaudiodev
test_pep277
test_pep277
test_pty
test_pty
test_socket_ssl
test_socketserver
test_socketserver
test_tcl
test_tcl
test_tk
test_tk
...
@@ -1145,14 +1141,6 @@ class _ExpectedSkips:
...
@@ -1145,14 +1141,6 @@ class _ExpectedSkips:
if
not
os
.
path
.
supports_unicode_filenames
:
if
not
os
.
path
.
supports_unicode_filenames
:
self
.
expected
.
add
(
'test_pep277'
)
self
.
expected
.
add
(
'test_pep277'
)
try
:
from
test
import
test_socket_ssl
except
ImportError
:
pass
else
:
if
test_socket_ssl
.
skip_expected
:
self
.
expected
.
add
(
'test_socket_ssl'
)
if
test_timeout
.
skip_expected
:
if
test_timeout
.
skip_expected
:
self
.
expected
.
add
(
'test_timeout'
)
self
.
expected
.
add
(
'test_timeout'
)
...
...
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