Home
last modified time | relevance | path

Searched refs:regrtest (Results 1 – 25 of 66) sorted by relevance

123

/external/python/cpython3/Lib/test/libregrtest/
Druntest_mp.py151 def run_tests_multiprocess(regrtest): argument
153 pending = MultiprocessIterator(regrtest.tests)
154 test_timeout = regrtest.ns.timeout
157 workers = [MultiprocessThread(pending, output, regrtest.ns)
158 for i in range(regrtest.ns.use_mp)]
180 while finished < regrtest.ns.use_mp:
188 if running and not regrtest.ns.pgo:
196 regrtest.accumulate_result(test, result)
203 and not regrtest.ns.pgo):
208 if running and not regrtest.ns.pgo:
[all …]
/external/python/cpython2/PC/VC6/
Drt.bat9 @rem whatever remains is passed to regrtest.py. For example,
12 @rem python_d -O ../../lib/test/regrtest.py -x test_thread
16 @rem python_d ../../lib/test/regrtest.py -g test_binascii
34 %_exe% %_dashO% -E -tt ../../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
38 %_exe% %_dashO% -E -tt ../../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
/external/python/cpython2/PC/VS7.1/
Drt.bat10 rem whatever remains is passed to regrtest.py. For example,
13 rem python_d -O ../../lib/test/regrtest.py -x test_thread
17 rem python_d ../../lib/test/regrtest.py -g test_binascii
37 set cmd=%exe% %dashO% -E -tt ../../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
/external/python/cpython2/PC/VS8.0/
Drt.bat10 rem whatever remains is passed to regrtest.py. For example,
13 rem python_d -O ../lib/test/regrtest.py -x test_thread
17 rem python_d ../lib/test/regrtest.py -g test_binascii
37 set cmd=%exe% %dashO% -E -tt ../../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
Dbuild_pgo.bat16 set job2=..\..\lib\test\regrtest.py
/external/python/cpython2/Lib/test/
D__main__.py1 from test import regrtest
3 regrtest.main_in_temp_cwd()
Dautotest.py5 from test import regrtest
6 regrtest.main()
Dtestall.py8 import sys, regrtest
10 regrtest.main()
/external/python/cpython2/Misc/NEWS.d/
D2.7.14rc1.rst126 Fix regrtest command line parser to allow passing -u extralargefile to run
136 regrtest: Enhance regrtest and backport features from the master branch.
146 Fix reference leak hunting in regrtest, --huntrleaks: regrtest now warms up
/external/python/cpython2/PCbuild/
Drt.bat12 rem whatever remains (up to 9 arguments) is passed to regrtest.py.
16 rem python_d -O ../lib/test/regrtest.py -x test_thread
20 rem python_d ../lib/test/regrtest.py -g test_binascii
45 set cmd="%exe%" %dashO% -Wd -3 -E -tt "%pcbuild%..\Lib\test\regrtest.py" %regrtestargs%
Dbuild.bat47 echo. (default: "-m test.regrtest --pgo")
60 set pgo_job=-m test.regrtest --pgo
/external/python/cpython2/PC/VS9.0/
Drt.bat12 rem whatever remains (up to 9 arguments) is passed to regrtest.py.
16 rem python_d -O ../lib/test/regrtest.py -x test_thread
20 rem python_d ../lib/test/regrtest.py -g test_binascii
45 set cmd=%exe% %dashO% -Wd -3 -E -tt "%pcbuild%\..\..\Lib\test\regrtest.py" %1 %2 %3 %4 %5 %6 %7 %8 …
Dbuild_pgo.bat16 set job2=..\..\lib\test\regrtest.py
/external/python/cpython2/PC/
Dtestpy.py31 import regrtest # Standard Python tester.
32 regrtest.main()
/external/python/cpython2/Doc/library/
Dtest.rst18 modules :mod:`test.support` and :mod:`test.regrtest`.
20 :mod:`test.regrtest` drives the testing suite.
93 This boilerplate code allows the testing suite to be run by :mod:`test.regrtest`
161 The :mod:`test.regrtest` module can be run as a script to drive Python's regression
162 test suite, thanks to the :option:`-m` option: :program:`python -m test.regrtest`.
168 -m test.regrtest test_spam`) will minimize output and only print whether
171 Running :mod:`test.regrtest` directly allows what resources are available for
174 possible resources: :program:`python -m test.regrtest -uall`.
177 ``all``. The command :program:`python -m test.regrtest -uall,-audio,-largefile`
178 will run :mod:`test.regrtest` with all resources except the ``audio`` and
[all …]
/external/python/cpython3/PCbuild/
Drt.bat12 rem whatever remains (up to 9 arguments) is passed to regrtest.py.
16 rem python_d -O ../lib/test/regrtest.py -x test_thread
20 rem python_d ../lib/test/regrtest.py -g test_binascii
/external/python/cpython2/Lib/idlelib/idle_test/
DREADME.txt77 - The tests are being run by regrtest.py, and it was started without enabling
91 regrtest.py and does not contain "gui".
121 'test.regrtest'.)
130 unittest indirectly through regrtest. The same happens when the entire test
/external/python/cpython3/Misc/NEWS.d/
D3.6.5.rst7 Avoid regrtest compatibility issue with namespace packages.
D3.5.4rc1.rst993 Fix regrtest command line parser to allow passing -u extralargefile to run
1003 regrtest: Enhance regrtest and backport features from the master branch.
1013 Fix reference leak hunting in regrtest, --huntrleaks: regrtest now warms up
D3.5.0rc1.rst240 When running regrtest with the ``-w`` command line option, a test run is no
/external/python/cpython2/Misc/NEWS.d/next/Tests/
D2018-06-16-01-37-31.bpo-33873.d86vab.rst1 Fix a bug in ``regrtest`` that caused an extra test to run if
/external/python/cpython2/Tools/compiler/
DREADME15 regrtest.py Runs the Python test suite using bytecode generated
/external/python/cpython3/Lib/idlelib/idle_test/
DREADME.txt99 - The tests are being run by regrtest.py, and it was started without
113 regrtest.py and does not contain "gui".
153 through regrtest. The same happens when the entire test suite is run
160 latter allows use of other regrtest options. When using the latter,
/external/python/cpython3/Doc/library/
Dtracemalloc.rst163 File "/usr/lib/python3.4/test/regrtest.py", line 1276
165 File "/usr/lib/python3.4/test/regrtest.py", line 976
167 File "/usr/lib/python3.4/test/regrtest.py", line 761
169 File "/usr/lib/python3.4/test/regrtest.py", line 1563
172 regrtest.main_in_temp_cwd()
Dtest.rst19 modules :mod:`test.support` and :mod:`test.regrtest`.
21 :mod:`test.regrtest` drives the testing suite.
88 This code pattern allows the testing suite to be run by :mod:`test.regrtest`,
164 the hood, it uses :mod:`test.regrtest`; the call :program:`python -m
165 test.regrtest` used in previous Python versions still works. Running the
232 :mod:`test.regrtest`.
408 available resources is only set when :mod:`test.regrtest` is executing the
427 Used when tests are executed by :mod:`test.regrtest`.
596 time the regrtest began.

123