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
f7457001
Kaydet (Commit)
f7457001
authored
Agu 17, 2016
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Tests: add --slowest option to buildbots
Display the top 10 slowest tests.
üst
6c44619e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.pre.in
Makefile.pre.in
+1
-1
test.bat
Tools/buildbot/test.bat
+1
-1
No files found.
Makefile.pre.in
Dosyayı görüntüle @
f7457001
...
...
@@ -1018,7 +1018,7 @@ buildbottest: all platform
-
@if which pybuildbot.identify
>
/dev/null 2>&1
;
then
\
pybuildbot.identify
"CC='
$(CC)
'"
"CXX='
$(CXX)
'"
;
\
fi
$(TESTRUNNER)
-j
1
-u
all
-W
--timeout
=
$(TESTTIMEOUT)
$(TESTOPTS)
$(TESTRUNNER)
-j
1
-u
all
-W
--
slowest
--
timeout
=
$(TESTTIMEOUT)
$(TESTOPTS)
QUICKTESTOPTS
=
$(TESTOPTS)
-x
test_subprocess test_io test_lib2to3
\
test_multibytecodec test_urllib2_localnet test_itertools
\
...
...
Tools/buildbot/test.bat
Dosyayı görüntüle @
f7457001
...
...
@@ -16,4 +16,4 @@ if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts
if NOT "%1"=="" (set regrtest_args=%regrtest_args% %1) & shift & goto CheckOpts
echo on
call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --timeout=900 %regrtest_args%
call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --
slowest --
timeout=900 %regrtest_args%
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