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
f75debda
Kaydet (Commit)
f75debda
authored
Eki 22, 2013
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Unsilence several asyncio AIX tests that no longer hang, and silence a new hang.
üst
5875d747
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
12 deletions
+3
-12
test_events.py
Lib/test/test_asyncio/test_events.py
+3
-12
No files found.
Lib/test/test_asyncio/test_events.py
Dosyayı görüntüle @
f75debda
...
...
@@ -887,6 +887,9 @@ class EventLoopTestsMixin:
@unittest.skipUnless
(
sys
.
platform
!=
'win32'
,
"Don't support pipes for Windows"
)
# Issue #19293
@unittest.skipIf
(
sys
.
platform
.
startswith
(
"aix"
),
'cannot be interrupted with signal on AIX'
)
def
test_write_pipe_disconnect_on_close
(
self
):
proto
=
None
transport
=
None
...
...
@@ -986,9 +989,6 @@ class EventLoopTestsMixin:
@unittest.skipIf
(
sys
.
platform
==
'win32'
,
"Don't support subprocess for Windows yet"
)
# Issue #19293
@unittest.skipIf
(
sys
.
platform
.
startswith
(
"aix"
),
'cannot be interrupted with signal on AIX'
)
def
test_subprocess_interactive
(
self
):
proto
=
None
transp
=
None
...
...
@@ -1087,9 +1087,6 @@ class EventLoopTestsMixin:
@unittest.skipIf
(
sys
.
platform
==
'win32'
,
"Don't support subprocess for Windows yet"
)
# Issue #19293
@unittest.skipIf
(
sys
.
platform
.
startswith
(
"aix"
),
'cannot be interrupted with signal on AIX'
)
def
test_subprocess_kill
(
self
):
proto
=
None
transp
=
None
...
...
@@ -1113,9 +1110,6 @@ class EventLoopTestsMixin:
@unittest.skipIf
(
sys
.
platform
==
'win32'
,
"Don't support subprocess for Windows yet"
)
# Issue #19293
@unittest.skipIf
(
sys
.
platform
.
startswith
(
"aix"
),
'cannot be interrupted with signal on AIX'
)
def
test_subprocess_send_signal
(
self
):
proto
=
None
transp
=
None
...
...
@@ -1200,9 +1194,6 @@ class EventLoopTestsMixin:
@unittest.skipIf
(
sys
.
platform
==
'win32'
,
"Don't support subprocess for Windows yet"
)
# Issue #19293
@unittest.skipIf
(
sys
.
platform
.
startswith
(
"aix"
),
'cannot be interrupted with signal on AIX'
)
def
test_subprocess_close_client_stream
(
self
):
proto
=
None
transp
=
None
...
...
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