Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
02d126aa09d96d03dcf9c5b51c858ce5ef386601
/
Lib
/
test
/
test_regrtest.py
701b638
bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718)
by Victor Stinner
· 5 years ago
3ddc634
bpo-40275: Use new test.support helper submodules in tests (GH-21219)
by Hai Shi
· 5 years ago
9355868
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
by Serhiy Storchaka
· 5 years ago
57572b1
bpo-40443: Remove unused imports in tests (GH-19805)
by Victor Stinner
· 5 years ago
e0cd8aa
bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989)
by Pablo Galindo
· 6 years ago
0ec618a
bpo-37531: regrtest ignores output on timeout (GH-16659)
by Victor Stinner
· 6 years ago
098e256
bpo-36670: Enhance regrtest (GH-16556)
by Victor Stinner
· 6 years ago
b2dd2dd
bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on all platforms (GH-16282)
by Victor Stinner
· 6 years ago
0a963fb
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249)
by Victor Stinner
· 6 years ago
b9877cd
bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on Windows (GH-16247)
by Victor Stinner
· 6 years ago
b0c8369
bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)
by Victor Stinner
· 6 years ago
e95ac20
bpo-37667: Add regression test for regrtest. (GH-14929)
by Gregory P. Smith
· 6 years ago
47fbc4e
bpo-37359: Add --cleanup option to python3 -m test (GH-14332)
by Victor Stinner
· 6 years ago
f355069
bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-13454)
by Paul Monson
· 6 years ago
95f61c8
bpo-37069: regrtest uses sys.unraisablehook (GH-13759)
by Victor Stinner
· 6 years ago
e7e5039
bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872)
by Paul Monson
· 6 years ago
837acc1
bpo-36719: Fix regrtest re-run (GH-12964)
by Victor Stinner
· 6 years ago
75120d2
bpo-36719: regrtest always detect uncollectable objects (GH-12951)
by Victor Stinner
· 6 years ago
3cde440
bpo-36725: Refactor regrtest multiprocessing code (GH-12961)
by Victor Stinner
· 6 years ago
4d29983
bpo-36725: regrtest: add TestResult type (GH-12960)
by Victor Stinner
· 6 years ago
235e7b2
bpo-36465: Fix test_regrtest on Windows (GH-12945)
by Victor Stinner
· 6 years ago
c24c6c2
bpo-35568: add 'raise_signal' function (GH-11335)
by Vladimir Matveev
· 7 years ago
3a8f4fe
bpo-34279: regrtest consider that skipped tests are ran (GH-11132)
by Victor Stinner
· 7 years ago
9724348
bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150)
by Pablo Galindo
· 7 years ago
70f61b9
bpo-35202: Remove unused imports in Lib directory (GH-10450)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 7 years ago
012f5b9
bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099)
by Victor Stinner
· 7 years ago
4ffe9c2
bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686)
by Victor Stinner
· 7 years ago
c45fc76
bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)
by Victor Stinner
· 7 years ago
c3b7a6d
bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654)
by Andrés Delfino
· 7 years ago
a6a4dc8
bpo-31370: Remove support for threads-less builds (#3385)
by Antoine Pitrou
· 8 years ago
302bbbe
bpo-31009: Fix support.fd_count() on Windows (#2862)
by Victor Stinner
· 8 years ago
5b392bb
bpo-30822: Exclude tzdata from regrtest --all (#2775)
by Victor Stinner
· 8 years ago
48b5c42
bpo-30776: reduce regrtest -R false positives (#2422)
by Victor Stinner
· 8 years ago
63f54c6
bpo-30764: regrtest: add --fail-env-changed option (#2402)
by Victor Stinner
· 8 years ago
ace56d5
bpo-30523: regrtest --list-cases --match (#2401)
by Victor Stinner
· 8 years ago
b0c58d3
bpo-30523: Add --list-cases unittest (#2243)
by Louie Lu
· 8 years ago
ef8320c
bpo-30540: regrtest: add --matchfile option (#1909)
by Victor Stinner
· 8 years ago
3d00568
bpo-30263: regrtest: log system load (#1452)
by Victor Stinner
· 8 years ago
5bad70d
regrtest: don't fail immediately if a child does crash
by Victor Stinner
· 8 years ago
e8cfec5
Issue #29035: Simplify a regex in libregrtest
by Victor Stinner
· 9 years ago
772bf2e
Issue #28950: Disallow -j0 combined with -T/-l in regrtest.
by Xiang Zhang
· 9 years ago
270a21f
Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest.
by Xiang Zhang
· 9 years ago
56b2cf5
Issue #28484: Skip tests if GIL is not used or multithreading is disabled
by Martin Panter
· 9 years ago
a506a93
Merge 3.6: Issue #28409: regrtest: fix the parser of command line arguments.
by Victor Stinner
· 9 years ago
1f6b69b
Issue #28409: regrtest: fix the parser of command line arguments.
by Victor Stinner
· 9 years ago
254ad58
Fix test_huntrleaks_fd_leak() of test_regrtest
by Victor Stinner
· 9 years ago
44b548d
#27364: fix "incorrect" uses of escape character in the stdlib.
by R David Murray
· 9 years ago
f2abf5c
regrtest: replace "Result:" with "Tests result:"
by Victor Stinner
· 9 years ago
6368603
regrtest: add a summary of the summary, "Result: xxx"
by Victor Stinner
· 9 years ago
435eaf4
regrtest: nicer output for durations
by Victor Stinner
· 9 years ago
6c44619
regrtest: rename --slow option to --slowest
by Victor Stinner
· 9 years ago
bae75cf
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
by Serhiy Storchaka
· 9 years ago
e437a10
Issue #23277: Remove unused imports in tests.
by Serhiy Storchaka
· 9 years ago
8a34d41
Issue #26295: Enhanc test_regrtest.test_tools_script_run_tests()
by Victor Stinner
· 9 years ago
732599f
Issue #26295: Fix test_regrtest.test_tools_buildbot_test()
by Victor Stinner
· 9 years ago
d6e2502
Issue #26295: test_regrtest now uses a temporary directory
by Victor Stinner
· 9 years ago
5de16e8
regrtest: fix --fromfile feature
by Victor Stinner
· 9 years ago
69649f2
regrtest: display test duration in sequential mode
by Victor Stinner
· 9 years ago
24f949e
regrtest: add time to output
by Victor Stinner
· 9 years ago
da43ee4
Issue #25694: Fix test_regrtest for installed Python
by Victor Stinner
· 10 years ago
3909e58
Close #25373: Fix regrtest --slow with interrupted test
by Victor Stinner
· 10 years ago
14b4662
test_regrtest: catch stderr in test_nowindows()
by Victor Stinner
· 10 years ago
4967146
Close #25369: Fix test_regrtest without thread support
by Victor Stinner
· 10 years ago
20d2118
Issue #25306: Try to fix test_huntrleaks_fd_leak() on Windows
by Victor Stinner
· 10 years ago
33c3013
Issue #25306: Skip test_huntrleaks_fd_leak() of test_regrtest until the bug is
by Victor Stinner
· 10 years ago
46d7535
Issue #18174: Fix test_regrtest when Python is compiled in release mode
by Victor Stinner
· 10 years ago
5f9d3ac
Issue #22806: Add ``python -m test --list-tests`` command to list tests.
by Victor Stinner
· 10 years ago
076fc87
Issue #18174: "python -m test --huntrleaks ..." now also checks for leak of
by Victor Stinner
· 10 years ago
a53a818
Fix regrtest --coverage on Windows
by Victor Stinner
· 10 years ago
9a14214
Issue #25220: Fix "-m test --forever"
by Victor Stinner
· 10 years ago
ecef622
Issue #25220, libregrtest: Call setup_python(ns) in the slaves
by Victor Stinner
· 10 years ago
4277134
Issue #25220: Add test for --wait in test_regrtest
by Victor Stinner
· 10 years ago
feabaed
Oops, revert unwanted change, sorry
by Victor Stinner
· 10 years ago
3f74685
test
by Victor Stinner
· 10 years ago
e143c1f
Fix test_regrtest.test_tools_buildbot_test()
by Victor Stinner
· 10 years ago
6b41510
Issue #25220: Add functional tests to test_regrtest
by Victor Stinner
· 10 years ago
3844fe5
Issue #25220: Move most regrtest.py code to libregrtest
by Victor Stinner
· 10 years ago
98de534
Issue #25220: Create Lib/test/libregrtest/
by Victor Stinner
· 10 years ago
0cca00b
Issue #25220: Backed out changeset eaf9a99b6bb8
by Victor Stinner
· 10 years ago
7b92abf
Issue #25220: Create Lib/test/libregrtest/
by Victor Stinner
· 10 years ago
95536b8
rename some more tests to avoid duplicate names (#19123)
by Benjamin Peterson
· 12 years ago
11f34ca
delete duplicate test (closes #19123)
by Benjamin Peterson
· 12 years ago
833bf1f
Issue #18935: Fix test_regrtest.test_timeout when built --without-threads (the
by Charles-François Natali
· 12 years ago
e8de296
Remove unused --debug option of regrtest.
by Eli Bendersky
· 12 years ago
64f7c4e
Issue #16799: Switched from getopt to argparse style in regrtest's argument
by Serhiy Storchaka
· 12 years ago
1573842
Issue #16854: Fix regrtest.usage() regression introduced in 6e2e5adc0400.
by Chris Jerdonek
· 13 years ago
d6c18dc
Issue #15302: Switch regrtest from using getopt to using argparse.
by Chris Jerdonek
· 13 years ago