Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
03ec4df67d6b4ce93a2da21db7c84dff8259953f
/
Lib
/
test
/
test_regrtest.py
d1f9481
bpo-33873: Backport regrtest from master to 3.7 (GH-7935)
by Victor Stinner
· 7 years ago
463d189
bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)
by Miss Islington (bot)
· 7 years ago
8075868
bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654) (#6656)
by Miss Islington (bot)
· 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