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
1e39b83f
Unverified
Kaydet (Commit)
1e39b83f
authored
Şub 01, 2019
tarafından
Victor Stinner
Kaydeden (comit)
GitHub
Şub 01, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-35537: Skip test_start_new_session() of posix_spawn (GH-11718)
The test fails. Skip the test until a fix can be found.
üst
80c5dfe7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
test_posix.py
Lib/test/test_posix.py
+2
-0
No files found.
Lib/test/test_posix.py
Dosyayı görüntüle @
1e39b83f
...
@@ -1624,6 +1624,8 @@ class _PosixSpawnMixin:
...
@@ -1624,6 +1624,8 @@ class _PosixSpawnMixin:
os
.
environ
,
setsigmask
=
[
signal
.
NSIG
,
os
.
environ
,
setsigmask
=
[
signal
.
NSIG
,
signal
.
NSIG
+
1
])
signal
.
NSIG
+
1
])
@unittest.skipIf
(
True
,
"FIXME: bpo-35537: test fails is setsid is supported"
)
def
test_start_new_session
(
self
):
def
test_start_new_session
(
self
):
# For code coverage of calling setsid(). We don't care if we get an
# For code coverage of calling setsid(). We don't care if we get an
# EPERM error from it depending on the test execution environment, that
# EPERM error from it depending on the test execution environment, that
...
...
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