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
4fbff6c6
Kaydet (Commit)
4fbff6c6
authored
Tem 31, 2011
tarafından
Nadeem Vawda
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Oops, "make buildbottest" isn't supposed to use -j0.
üst
2f7c695b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Makefile.pre.in
Makefile.pre.in
+8
-8
No files found.
Makefile.pre.in
Dosyayı görüntüle @
4fbff6c6
...
...
@@ -749,12 +749,12 @@ $(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)
# Run a basic set of regression tests.
# This excludes some tests that are particularly resource-intensive.
TESTOPTS
=
-j0
$(EXTRATESTOPTS)
TESTOPTS
=
$(EXTRATESTOPTS)
TESTPROG
=
$(srcdir)
/Lib/test/regrtest.py
TESTPYTHON
=
$(RUNSHARED)
./
$(BUILDPYTHON)
-Wd
-E
-bb
$(TESTPYTHONOPTS)
TESTTIMEOUT
=
3600
test
:
all platform
$(TESTPYTHON)
$(TESTPROG)
$(TESTOPTS)
$(TESTPYTHON)
$(TESTPROG)
-j0
$(TESTOPTS)
# Run the full test suite twice - once without .pyc files, and once with.
# In the past, we've had problems where bugs in the marshalling or
...
...
@@ -767,8 +767,8 @@ testall: all platform
-
find
$(srcdir)
/Lib
-name
'*.py[co]'
-print
| xargs
rm
-f
$(TESTPYTHON)
$(srcdir)
/Lib/compileall.py
-
find
$(srcdir)
/Lib
-name
'*.py[co]'
-print
| xargs
rm
-f
-
$(TESTPYTHON)
$(TESTPROG)
-uall
$(TESTOPTS)
$(TESTPYTHON)
$(TESTPROG)
-uall
$(TESTOPTS)
-
$(TESTPYTHON)
$(TESTPROG)
-
j0
-
uall
$(TESTOPTS)
$(TESTPYTHON)
$(TESTPROG)
-
j0
-
uall
$(TESTOPTS)
# Run the test suite for both architectures in a Universal build on OSX.
# Must be run on an Intel box.
...
...
@@ -777,8 +777,8 @@ testuniversal: all platform
echo
"This can only be used on OSX/i386"
;
\
exit
1
;
\
fi
$(TESTPYTHON)
$(TESTPROG)
-uall
$(TESTOPTS)
$(RUNSHARED)
/usr/libexec/oah/translate ./
$(BUILDPYTHON)
-E
$(TESTPROG)
-uall
$(TESTOPTS)
$(TESTPYTHON)
$(TESTPROG)
-
j0
-
uall
$(TESTOPTS)
$(RUNSHARED)
/usr/libexec/oah/translate ./
$(BUILDPYTHON)
-E
$(TESTPROG)
-
j0
-
uall
$(TESTOPTS)
# Like testall, but with only one pass.
# Run an optional script to include information about the build environment.
...
...
@@ -794,8 +794,8 @@ QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
test_select test_zipfile
quicktest
:
all platform
-
find
$(srcdir)
/Lib
-name
'*.py[co]'
-print
| xargs
rm
-f
-
$(TESTPYTHON)
$(TESTPROG)
$(QUICKTESTOPTS)
$(TESTPYTHON)
$(TESTPROG)
$(QUICKTESTOPTS)
-
$(TESTPYTHON)
$(TESTPROG)
-j0
$(QUICKTESTOPTS)
$(TESTPYTHON)
$(TESTPROG)
-j0
$(QUICKTESTOPTS)
install
:
altinstall bininstall
...
...
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