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
ac218bc5
Unverified
Kaydet (Commit)
ac218bc5
authored
Ara 09, 2018
tarafından
Ned Deily
Kaydeden (comit)
GitHub
Ara 09, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043)
üst
99d56b53
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
test_multiprocessing_fork.py
Lib/test/test_multiprocessing_fork.py
+3
-0
2018-12-09-01-27-29.bpo-33725.TaGayj.rst
...EWS.d/next/Tests/2018-12-09-01-27-29.bpo-33725.TaGayj.rst
+2
-0
No files found.
Lib/test/test_multiprocessing_fork.py
Dosyayı görüntüle @
ac218bc5
import
unittest
import
test._test_multiprocessing
import
sys
from
test
import
support
if
support
.
PGO
:
raise
unittest
.
SkipTest
(
"test is not helpful for PGO"
)
if
sys
.
platform
==
'darwin'
:
raise
unittest
.
SkipTest
(
"test may crash on macOS (bpo-33725)"
)
test
.
_test_multiprocessing
.
install_tests_in_module_dict
(
globals
(),
'fork'
)
...
...
Misc/NEWS.d/next/Tests/2018-12-09-01-27-29.bpo-33725.TaGayj.rst
0 → 100644
Dosyayı görüntüle @
ac218bc5
test_multiprocessing_fork may crash on recent versions of macOS. Until the
issue is resolved, skip the test on macOS.
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