Searched +full:- +full:uall (Results 1 – 25 of 27) sorted by relevance
12
/external/python/cpython3/Modules/_decimal/tests/ |
D | runall.bat | 36 python_d.exe -m test -uall -R 2:2 test_decimal 42 python.exe -m test -uall test_decimal 56 python_d.exe -m test -uall -R 2:2 test_decimal 62 python.exe -m test -uall test_decimal
|
D | runall-memorydebugger.sh | 7 # Synopsis: ./runall-memorydebugger.sh [--all-configs64 | --all-configs32] 18 CONFIGS_32="ppro ansi32 ansi-legacy universal" 20 VALGRIND="valgrind --tool=memcheck --leak-resolution=high \ 21 --db-attach=yes --suppressions=Misc/valgrind-python.supp" 25 *--all-configs64*) 28 *--all-configs32*) 45 len=`echo $@ | wc -c` 46 margin="#%"`expr \( 74 - $len \) / 2`"s" 77 ./configure CFLAGS="$ADD_CFLAGS" LDFLAGS="$ADD_LDFLAGS" --with-pydebug > /dev/null 2>&1 81 ./python -m test -uall -R 2:2 test_decimal [all …]
|
/external/python/cpython3/.azure-pipelines/ |
D | posix-steps.yml | 9 - checkout: self 13 - script: ${{ parameters.sudo_dependencies }} ./.azure-pipelines/posix-deps-${{ parameters.dependen… 16 - script: ./configure --with-pydebug 19 - script: make -s -j4 22 - ${{ if eq(parameters.coverage, 'true') }}: 23 - script: ./python -m venv venv && ./venv/bin/python -m pip install -U coverage 26 - script: ./venv/bin/python -m test.pythoninfo 29 - script: | 30 $COMMAND -m coverage run --pylib -m test \ 31 --fail-env-changed \ [all …]
|
D | macos-steps.yml | 2 - checkout: self 6 - script: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-azd… 9 - script: make -s -j4 12 - script: make pythoninfo 15 - script: make buildbottest TESTOPTS="-j4 -uall,-cpu --junit-xml=$(build.binariesDirectory)/test-re… 18 - task: PublishTestResults@2 21 testResultsFiles: '$(build.binariesDirectory)/test-results.xml'
|
D | windows-steps.yml | 2 - checkout: self 6 - powershell: | 8 Write-Host '##vso[task.setvariable variable=Py_IntDir]$(Build.BinariesDirectory)\obj' 10 Write-Host '##vso[task.setvariable variable=Py_OutDir]$(Build.SourcesDirectory)\PCbuild' 11 #Write-Host '##vso[task.setvariable variable=Py_OutDir]$(Build.BinariesDirectory)\bin' 12 Write-Host '##vso[task.setvariable variable=EXTERNALS_DIR]$(Build.BinariesDirectory)\externals' 15 - script: PCbuild\build.bat -e $(buildOpt) 20 - script: python.bat -m test.pythoninfo 23 - script: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 --junit-xml="$(Build.Bin… 28 - task: PublishTestResults@2 [all …]
|
D | windows-layout-steps.yml | 3 extraOpts: --precompile 7 - script: .\python.bat PC\layout -vv -s "$(Build.SourcesDirectory)" -b "$(Py_OutDir)\$(arch)" -t "$… 10 - script: .\python.exe -m test.pythoninfo 11 workingDirectory: $(Build.BinariesDirectory)\layout-${{ parameters.kind }}-$(arch) 14 - ${{ if eq(parameters.fulltest, 'true') }}: 15 …- script: .\python.exe -m test -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 --junit-xml="$(Bu… 16 workingDirectory: $(Build.BinariesDirectory)\layout-${{ parameters.kind }}-$(arch) 19 PREFIX: $(Build.BinariesDirectory)\layout-${{ parameters.kind }}-$(arch) 21 - task: PublishTestResults@2 24 testResultsFiles: $(Build.BinariesDirectory)\test-results-${{ parameters.kind }}.xml [all …]
|
/external/python/cpython3/ |
D | .travis.yml | 6 # To cache doc-building dependencies and C compiler output. 8 - pip 9 - ccache 10 - directories: 11 - $HOME/multissl 15 - OPENSSL=1.1.0i 16 - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}" 17 - PATH="${OPENSSL_DIR}/bin:$PATH" 18 # Use -O3 because we don't use debugger on Travis-CI 19 - CFLAGS="-I${OPENSSL_DIR}/include -O3" [all …]
|
/external/python/cpython2/Tools/buildbot/ |
D | test-amd64.bat | 4 @echo PCbuild\rt.bat -q -d -x64 -uall -rwW 5 @echo or use `test.bat` in this directory and pass `-x64` as an argument. 6 call "%~dp0test.bat" -x64 %*
|
D | test.bat | 6 set rt_opts=-q -d 10 if "%1"=="-x64" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts 11 if "%1"=="-d" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts 12 if "%1"=="-O" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts 13 if "%1"=="-q" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts 14 if "%1"=="+d" (set rt_opts=%rt_opts:-d=%) & shift & goto CheckOpts 15 if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts 19 call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest %regrtest_args%
|
/external/python/cpython3/Tools/buildbot/ |
D | test.bat | 6 set rt_opts=-q -d 7 set regrtest_args=-j1 10 if "%1"=="-x64" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts 11 if "%1"=="-d" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts 12 if "%1"=="-O" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts 13 if "%1"=="-q" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts 14 if "%1"=="+d" (set rt_opts=%rt_opts:-d=%) & shift & goto CheckOpts 15 if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts 19 call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest --timeout=1200 --fail-env-changed …
|
/external/python/httplib2/script/ |
D | release | 2 set -eu 10 while [[ $# -gt 0 ]] ; do 12 -auto) 16 echo "Usage: $0 [-auto]" >&2 22 if [[ "$opt_auto" -eq 1 ]] ; then 36 if version_tag=$(git describe --candidates=0 --tags HEAD 2>/dev/null) ; then 44 if [[ "$is_tag" -eq 0 ]] ; then 45 last_tag=$(git tag --sort=-version:refname |head -n1) 47 version_replace="${last_tag}.post$(date -u +%y%m%d%H%M)" 58 local branch="${1-$(git symbolic-ref --short HEAD)}" [all …]
|
/external/python/cpython2/.github/ |
D | appveyor.yml | 5 - master 6 - /\d\.\d/ 7 - buildbot-custom 9 - externals -> PCbuild\* 11 - ps: |+ 13 echo 'Doing full build due to re-build request.' 17 git fetch -q origin +refs/heads/$env:APPVEYOR_REPO_BRANCH 18 $mergebase = git merge-base HEAD FETCH_HEAD 19 $changes = git diff --name-only HEAD $mergebase | grep -vE '(\.rst$)|(^Doc)|(^Misc)' 22 Exit-AppveyorBuild [all …]
|
/external/python/cpython3/.github/ |
D | appveyor.yml | 5 - master 6 - /\d\.\d/ 7 - buildbot-custom 9 - externals -> PCbuild\* 11 - ps: |+ 13 echo 'Doing full build due to re-build request.' 17 git fetch -q origin +refs/heads/$env:APPVEYOR_REPO_BRANCH 18 $mergebase = git merge-base HEAD FETCH_HEAD 19 $changes = git diff --name-only HEAD $mergebase | grep -vE '(\.rst$)|(^Doc)|(^Misc)' 22 Exit-AppveyorBuild [all …]
|
/external/python/cpython2/ |
D | .travis.yml | 6 # To cache doc-building dependencies and C compiler output. 8 - pip 9 - ccache 13 # Use -O3 because we don't use debugger on Travis-CI 14 - CFLAGS="-O3" 18 - master 19 - /^\d\.\d$/ 20 - buildbot-custom 25 - env: OPTIONAL=true 27 - os: linux [all …]
|
D | Makefile.pre.in | 1 # Top-level Makefile for Python 65 # Also, making them read-only seems to be a good idea... 66 INSTALL_SHARED= ${INSTALL} -m 555 79 CPPFLAGS= -I. -IInclude -I$(srcdir)/Include @CPPFLAGS@ 89 PY_CFLAGS= $(CFLAGS) $(CPPFLAGS) $(CFLAGSFORSHARED) -DPy_BUILD_CORE 92 # Machine-dependent subdirectories 98 # Install prefix for architecture-independent files 101 # Install prefix for architecture-dependent files 127 DESTSHARED= $(BINLIBDEST)/lib-dynload 155 # install process. Default to user-only-writable for all file types. [all …]
|
/external/python/cpython3/Tools/msi/ |
D | testrelease.bat | 14 if "%1" EQU "-h" goto Help 15 if "%1" EQU "-x86" (set TESTX86=1) && shift && goto CheckOpts 16 if "%1" EQU "-x64" (set TESTX64=1) && shift && goto CheckOpts 17 if "%1" EQU "-t" (set TARGETDIR=%~2) && shift && shift && goto CheckOpts 18 if "%1" EQU "--target" (set TARGETDIR=%~2) && shift && shift && goto CheckOpts 19 if "%1" EQU "-a" (set TESTALLUSER=1) && shift && goto CheckOpts 20 if "%1" EQU "--alluser" (set TESTALLUSER=1) && shift && goto CheckOpts 21 if "%1" EQU "-p" (set TESTPERUSER=1) && shift && goto CheckOpts 22 if "%1" EQU "--peruser" (set TESTPERUSER=1) && shift && goto CheckOpts 29 for %%f in ("%PCBUILD%win32\en-us\*.exe") do ( [all …]
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | cmdline.py | 8 python -m test [options] [test_name1 [test_name2 ...]] 17 them in alphabetical order (but see -M and -u, below, for exceptions). 22 python -E -Wd -m test [options] [test_name1 ...] 28 -r randomizes test execution order. You can use --randseed=int to provide an 32 -s On the first invocation of regrtest using -s, the first test file found 41 consume too many resources to run the full regression test non-stop. 43 -S is used to continue running tests after an aborted run. It will 44 maintain the order a standard run (ie, this assumes -r is not used). 49 -f reads the names of tests from the file given as f's argument, one 54 -L causes the leaks(1) command to be run just before exit if it exists. [all …]
|
/external/python/cpython2/Doc/library/ |
D | test.rst | 2 :mod:`test` --- Regression tests package for Python 38 .. _writing-tests: 41 ---------------------------------------------- 127 behavior from side-effects of importing a module. 158 Running tests using the command-line interface 159 ---------------------------------------------- 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 172 tests to use to be set. You do this by using the ``-u`` command-line 173 option. Specifying ``all`` as the value for the ``-u`` option enables all [all …]
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 1 :mod:`test` --- Regression tests package for Python 16 -------------- 39 .. _writing-tests: 42 ---------------------------------------------- 90 ``python -m unittest`` CLI. 123 behavior from side-effects of importing a module. 159 Running tests using the command-line interface 160 ---------------------------------------------- 163 test suite, thanks to the :option:`-m` option: :program:`python -m test`. Under 164 the hood, it uses :mod:`test.regrtest`; the call :program:`python -m [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_regrtest.py | 46 TESTNAME_REGEX = r'test_[a-zA-Z0-9_]+' 90 … regex = (r'^[0-9]+:[0-9]+:[0-9]+ (?:load avg: [0-9]+\.[0-9]{2} )?\[ *[0-9]+(?:/ *[0-9]+)*\] (%s)' 147 regex = list_regex('%s re-run test%s', rerun) 149 self.check_line(output, "Re-running failed tests in verbose mode") 151 regex = "Re-running test %r in verbose mode" % name 154 good = (len(tests) - len(skipped) - len(failed) 155 - len(omitted) - len(env_changed)) 181 match = self.regex_search(r'Using random seed ([0-9]+)', output) 200 "---\n" 202 "---\n" [all …]
|
D | test_urllib2_localnet.py | 20 # Self-signed cert file for 'localhost' 22 # Self-signed cert file for 'fakehostname' 101 self.send_header("Content-type", "text/html") 106 self.send_header("WWW-Authenticate", "Basic realm=\"%s\"" % self.REALM) 107 self.send_header("Content-type", "text/html") 158 if value[0] == '"' and value[-1] == '"': 159 value = value[1:-1] 185 request_handler.send_header("Content-Type", "text/html") 187 'Proxy-Authenticate', 'Digest realm="%s", ' 210 if 'Proxy-Authorization' not in request_handler.headers: [all …]
|
D | regrtest.py | 6 python -m test.regrtest [options] [test_name1 [test_name2 ...]] 12 them in alphabetical order (but see -M and -u, below, for exceptions). 17 python -E -tt -Wd -3 -m test.regrtest [options] [test_name1 ...] 22 -h/--help -- print this text and exit 26 -v/--verbose -- run tests in verbose mode with output to stdout 27 -w/--verbose2 -- re-run failed tests in verbose mode 28 -W/--verbose3 -- re-run failed tests in verbose mode immediately 29 -q/--quiet -- no output unless one or more tests fail 30 -S/--slowest -- print the slowest 10 tests 31 --header -- print header with interpreter info [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_regrtest.py | 50 for opt in '-h', '--help': 60 ns = libregrtest._parse_args(['--timeout', '4.2']) 62 self.checkError(['--timeout'], 'expected one argument') 63 self.checkError(['--timeout', 'foo'], 'invalid float value') 66 ns = libregrtest._parse_args(['--wait']) 70 ns = libregrtest._parse_args(['--worker-args', '[[], {}]']) 72 self.checkError(['--worker-args'], 'expected one argument') 75 for opt in '-S', '--start': 82 ns = libregrtest._parse_args(['-v']) 84 ns = libregrtest._parse_args(['-vvv']) [all …]
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.3.rst | 9 .. $Id: whatsnew23.tex 54631 2007-03-31 11:58:36Z georg.brandl $ 18 improved the performance of new-style classes. A few new built-in functions 24 data types, the ability to import modules from ZIP-format archives, metadata 25 support for the long-awaited Python catalog, an updated version of IDLE, and 27 command-line options, using BerkeleyDB databases... the list of new and 68 ``&`` and ``|``. Mutable sets also have in-place versions of these methods, 90 in-place version with the ungainly name :meth:`symmetric_difference_update`. :: 116 :pep:`218` - Adding a Built-In Set Object Type 123 .. _section-generators: 203 more interesting examples. The simplest one implements an in-order traversal of [all …]
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.3.rst | 9 .. $Id: whatsnew23.tex 54631 2007-03-31 11:58:36Z georg.brandl $ 18 improved the performance of new-style classes. A few new built-in functions 24 data types, the ability to import modules from ZIP-format archives, metadata 25 support for the long-awaited Python catalog, an updated version of IDLE, and 27 command-line options, using BerkeleyDB databases... the list of new and 68 ``&`` and ``|``. Mutable sets also have in-place versions of these methods, 90 in-place version with the ungainly name :meth:`symmetric_difference_update`. :: 116 :pep:`218` - Adding a Built-In Set Object Type 123 .. _section-generators: 203 more interesting examples. The simplest one implements an in-order traversal of [all …]
|
12