Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4fbff6c6
Commit
4fbff6c6
authored
Jul 31, 2011
by
Nadeem Vawda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops, "make buildbottest" isn't supposed to use -j0.
parent
2f7c695b
Changes
1
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
View file @
4fbff6c6
...
@@ -749,12 +749,12 @@ $(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)
...
@@ -749,12 +749,12 @@ $(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)
# Run a basic set of regression tests.
# Run a basic set of regression tests.
# This excludes some tests that are particularly resource-intensive.
# This excludes some tests that are particularly resource-intensive.
TESTOPTS
=
-j0
$(EXTRATESTOPTS)
TESTOPTS
=
$(EXTRATESTOPTS)
TESTPROG
=
$(srcdir)
/Lib/test/regrtest.py
TESTPROG
=
$(srcdir)
/Lib/test/regrtest.py
TESTPYTHON
=
$(RUNSHARED)
./
$(BUILDPYTHON)
-Wd
-E
-bb
$(TESTPYTHONOPTS)
TESTPYTHON
=
$(RUNSHARED)
./
$(BUILDPYTHON)
-Wd
-E
-bb
$(TESTPYTHONOPTS)
TESTTIMEOUT
=
3600
TESTTIMEOUT
=
3600
test
:
all platform
test
:
all platform
$(TESTPYTHON)
$(TESTPROG)
$(TESTOPTS)
$(TESTPYTHON)
$(TESTPROG)
-j0
$(TESTOPTS)
# Run the full test suite twice - once without .pyc files, and once with.
# 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
# In the past, we've had problems where bugs in the marshalling or
...
@@ -767,8 +767,8 @@ testall: all platform
...
@@ -767,8 +767,8 @@ testall: all platform
-
find
$(srcdir)
/Lib
-name
'*.py[co]'
-print
| xargs
rm
-f
-
find
$(srcdir)
/Lib
-name
'*.py[co]'
-print
| xargs
rm
-f
$(TESTPYTHON)
$(srcdir)
/Lib/compileall.py
$(TESTPYTHON)
$(srcdir)
/Lib/compileall.py
-
find
$(srcdir)
/Lib
-name
'*.py[co]'
-print
| xargs
rm
-f
-
find
$(srcdir)
/Lib
-name
'*.py[co]'
-print
| xargs
rm
-f
-
$(TESTPYTHON)
$(TESTPROG)
-uall
$(TESTOPTS)
-
$(TESTPYTHON)
$(TESTPROG)
-
j0
-
uall
$(TESTOPTS)
$(TESTPYTHON)
$(TESTPROG)
-uall
$(TESTOPTS)
$(TESTPYTHON)
$(TESTPROG)
-
j0
-
uall
$(TESTOPTS)
# Run the test suite for both architectures in a Universal build on OSX.
# Run the test suite for both architectures in a Universal build on OSX.
# Must be run on an Intel box.
# Must be run on an Intel box.
...
@@ -777,8 +777,8 @@ testuniversal: all platform
...
@@ -777,8 +777,8 @@ testuniversal: all platform
echo
"This can only be used on OSX/i386"
;
\
echo
"This can only be used on OSX/i386"
;
\
exit
1
;
\
exit
1
;
\
fi
fi
$(TESTPYTHON)
$(TESTPROG)
-uall
$(TESTOPTS)
$(TESTPYTHON)
$(TESTPROG)
-
j0
-
uall
$(TESTOPTS)
$(RUNSHARED)
/usr/libexec/oah/translate ./
$(BUILDPYTHON)
-E
$(TESTPROG)
-uall
$(TESTOPTS)
$(RUNSHARED)
/usr/libexec/oah/translate ./
$(BUILDPYTHON)
-E
$(TESTPROG)
-
j0
-
uall
$(TESTOPTS)
# Like testall, but with only one pass.
# Like testall, but with only one pass.
# Run an optional script to include information about the build environment.
# Run an optional script to include information about the build environment.
...
@@ -794,8 +794,8 @@ QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
...
@@ -794,8 +794,8 @@ QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
test_select test_zipfile
test_select test_zipfile
quicktest
:
all platform
quicktest
:
all platform
-
find
$(srcdir)
/Lib
-name
'*.py[co]'
-print
| xargs
rm
-f
-
find
$(srcdir)
/Lib
-name
'*.py[co]'
-print
| xargs
rm
-f
-
$(TESTPYTHON)
$(TESTPROG)
$(QUICKTESTOPTS)
-
$(TESTPYTHON)
$(TESTPROG)
-j0
$(QUICKTESTOPTS)
$(TESTPYTHON)
$(TESTPROG)
$(QUICKTESTOPTS)
$(TESTPYTHON)
$(TESTPROG)
-j0
$(QUICKTESTOPTS)
install
:
altinstall bininstall
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