tests/run-tests.py
2013-01-07 Mads Kiilerich run-tests.py: fix handling of symlink to the right python stable
2013-01-07 Mads Kiilerich run-tests.py: don't use console for stdin when running in debug mode stable
2013-01-07 Mads Kiilerich tests: make hghave and run-tests exit on unknown feature requirements stable
2012-12-12 Bryan O'Sullivan run-tests: fix whitespace nonsense stable
2012-12-12 Bryan O'Sullivan run-tests: on windows, put correct python at front of PATH stable
2012-12-09 Mads Kiilerich tests: kill daemons early, making breaking at "Accept" prompt safe stable
2012-12-11 Siddharth Agarwal run-tests: fix exename on Windows stable
2012-12-11 Bryan O'Sullivan run-tests: support running tests in parallel on windows stable
2012-12-10 Bryan O'Sullivan run-tests: use correct python safely under --jobs stable
2012-12-10 Bryan O'Sullivan run-tests: check for the correct python when starting stable
2012-12-10 Bryan O'Sullivan run-tests: use correct python when run with --local stable
2012-11-27 Bryan O'Sullivan run-tests: fix an unnoticed check-code violation stable
2012-11-27 Bryan O'Sullivan run-tests: add a --compiler option stable
2012-11-27 Bryan O'Sullivan run-tests: make build command line less intimidating stable
2012-11-15 Matt Mackall run-tests: backout 4a4173519b63 stable
2012-11-08 Siddharth Agarwal run-tests.py: remove runqueue's results parameter since it is now a global stable
2012-11-10 Siddharth Agarwal run-tests: open child-parent pipes in binary mode stable
2012-11-09 Siddharth Agarwal run-tests: add --time option to log times for each test stable
2012-11-09 Siddharth Agarwal run-tests: remove resultslock since it serves no useful purpose stable
2012-11-09 Siddharth Agarwal run-tests: use pickle to send results from children to parent stable
2012-10-24 Simon Heimberg run-tests: skip unnecessary operations on the args in the child proces stable
2012-10-17 Mads Kiilerich run-tests: remove dead code for supporting old test scripts stable
2012-10-17 Mads Kiilerich run-tests: handle windows crlf in .py tests again stable
2012-10-14 Mads Kiilerich run-tests: make it possible to combine (esc) with (glob) and (re) stable
2012-10-15 Mads Kiilerich run-tests: alternative way of handling \r on Windows stable
2012-10-11 Bryan O'Sullivan tests: correctly report a test killed by a signal stable
2012-09-25 Mads Kiilerich run-tests: allow test output lines to be terminated with \r in addition to \n stable
2012-10-09 Mads Kiilerich run-tests: use more explicit criteria for detecting no-eol stable
2012-10-09 Mads Kiilerich run-tests: drop unused enumerate stable
2012-07-28 Simon Heimberg tests: unset variable HG if it is set stable
2012-08-19 Patrick Mezard run-tests: do not duplicate killdaemons() code stable
2012-06-10 Mads Kiilerich tests: use the right directory for running hghave from run-tests.py stable
2012-06-10 Mads Kiilerich tests: make .t tests stop immediately if a cd fails stable
2012-06-10 Adrian Buehlmann tests/run-tests: avoid C:/ in arguments stable
2012-06-08 Adrian Buehlmann tests/run-tests: use $TMP on Windows (issue3490) stable
2012-06-01 Mads Kiilerich tests: introduce c-style conditional sections in .t tests stable
2012-05-30 Adrian Buehlmann run-tests: don't add python lines to expected dict stable
2012-06-03 Adrian Buehlmann run-test: replace backslashes in TESTDIR stable
2012-05-12 Brodie Rao cleanup: replace naked excepts with more specific ones stable
2012-05-08 Matt Mackall tests: set a standard terminal type stable
2012-04-27 Mads Kiilerich tests: don't require 'hg' without extension on windows stable
2012-04-02 Matt Mackall tests: shorten post-test sleeps stable
2012-01-14 Mads Kiilerich run-tests: expand user in --with-hg stable
2012-01-20 Mads Kiilerich tests: let run-tests.py default to use 'sh' in $PATH instead of '/bin/sh' stable
2012-01-14 Mads Kiilerich tests: add 'set -x' to the .t sh scripts in run-tests.py debug mode stable
2012-01-11 Markus Zapke-Gr?ndemann tests: add htmlcov option stable
2012-01-12 Matt Mackall run-tests: use a list comprehension instead of map stable
2012-01-11 Markus Zapke-Gr?ndemann tests: fix omit path list stable
2011-11-21 Mads Kiilerich tests: use an alias to make msys 'pwd' return paths with forward slashes stable
2011-11-16 Mads Kiilerich tests: use the specified shell for running old fashioned sh tests stable
2011-11-07 Mads Kiilerich run-tests: make $TESTTMP matching case-insensitive on windows stable
2011-11-07 Mads Kiilerich run-tests: don't quote command names - that do apparently not work with msys stable
2011-11-07 Mads Kiilerich tests: ignore \r on windows stable
2011-11-07 Mads Kiilerich run-tests: convert windows paths to unix stable
2011-11-07 Mads Kiilerich tests: make (glob) on windows accept \ instead of / stable
2011-11-07 Mads Kiilerich tests: make '(esc)' matching in run-tests.py work as intended stable
2011-11-07 Matt Mackall run-tests: replace inline python handling with more native scheme stable
2011-11-03 Matt Mackall run-tests: minor cleanups stable
2011-11-03 Matt Mackall run-tests: pull out line matching function stable
2011-11-03 Matt Mackall run-tests: pull out unified matching funcs stable
2011-11-03 Matt Mackall tests: add some comments to the unified test code stable
2011-11-03 Matt Mackall tests: rewrite inline Python support stable
2011-10-22 Thomas Arendsen Hein run-tests: make sure no_proxy/NO_PROXY are empty to fix test-http-proxy.t stable
2011-10-13 Idan Kamara run-tests: end doctest block when seeing a non-command stable
2011-10-12 Idan Kamara tests: add support for inline doctests in test files stable
2011-07-25 Augie Fackler tests: use getattr instead of hasattr stable
2011-07-13 Patrick Mezard run-tests: fix summary when accepting changes interactively stable
2011-06-30 Thomas Arendsen Hein run-test: revert most of 439ed4721a6d, timeout uses fallback for terminate() stable
2011-06-30 Thomas Arendsen Hein run-tests: fallback to SIGTERM if subprocess.Popen does not have terminate() stable
2011-06-12 Idan Kamara run-tests: verbose log ignored test stable
2011-06-01 Augie Fackler run-tests: allow whitelisting tests that should always run stable
2011-05-28 Patrick Mezard run-tests: fix --blacklist (broken by 95715c2f90bf) stable
2011-05-27 Idan Kamara run-tests: fix --blacklist with jobs > 1 stable
2011-05-27 Idan Kamara run-tests: slightly simplify blacklist check stable
2011-05-18 Thomas Arendsen Hein run-tests: print a newline after all warnings stable
2011-05-16 Patrick Mezard run-tests: replace chdir() with Popen cwd option stable
2011-05-16 Patrick Mezard run-tests: make --debug run in the temporary test directory stable
2011-05-16 Patrick Mezard run-tests: use the common test path on Windows and Java stable
2011-05-16 Patrick Mezard run-tests: ignore timeout when Popen.terminate is unavailable stable
2011-05-16 Patrick Mezard run-tests: fix hg.bat python reference stable
2011-05-16 Patrick Mezard run-tests: fix python executable detection and copy on Windows stable
2011-05-09 Martin Geisler run-tests: remove check on --shell argument stable
2011-05-07 Idan Kamara run-tests: take the basepath when constructing the test temp dir stable
2011-05-07 Idan Kamara run-tests: compare absolute paths in _checkhglib stable
2011-05-05 Martin Geisler run-tests: add --shell command line flag stable
2011-05-05 Martin Geisler run-tests: use type of default to convert environment variable stable
2011-05-04 Augie Fackler run-tests.py: correctly handle list options with parallel tasks stable
2011-05-01 Augie Fackler run-tests: add flag to provide extra hgrc options for test runs stable
2011-04-30 Idan Kamara run-tests: print a new line before writing the diff stable
2011-04-29 Idan Kamara run-tests: don't count test as succeeded if it failed stable
2011-04-25 Matt Mackall run-tests: do chdir for tests under a lock for thread safety stable
2011-04-25 Matt Mackall run-tests: add iolock to vlog stable
2011-04-25 Patrick Mezard run-tests: display diff before prompting with --interactive stable
2011-04-24 Matt Mackall run-tests: fix some missing i/o locks stable
2011-04-24 Matt Mackall run-tests: add a lock for console I/O stable
2011-04-24 Matt Mackall run-tests: switch timeout handling from alarm to helper thread stable
2011-04-24 Matt Mackall run-tests: add locking on results struct stable
2011-04-24 Patrick Mezard run-tests: fix --interactive (after 994ad067ac6e) stable
2011-04-22 Matt Mackall run-tests: move test loop into a helper function stable
2011-04-22 Matt Mackall run-tests: use a results dict stable
2011-04-22 Matt Mackall run-tests: move blacklist and retest filtering to runone stable
2011-04-22 Matt Mackall run-tests: keep a list of passed tests stable
2011-04-22 Matt Mackall run-tests: move keyword checking into runone stable
2011-04-22 Matt Mackall run-tests: add ignores list stable
2011-04-21 Matt Mackall run-tests: move existence/name format check into runone stable
2011-04-21 Matt Mackall run-tests: move interactive handling into runone stable
2011-04-09 Matt Mackall tests: better output on timeouts stable
2011-03-25 Idan Kamara tests: set HOME to the test temp dir (issue2707) stable
2011-03-06 Patrick Mezard run-tests: handle mixed comment lines in blacklists stable
2010-12-24 Dan Villiom Podlaski Christiansen explicitly close files stable
2011-02-02 Simon Heimberg run-tests: only call WIFEXITED on systems it exists stable
2011-02-01 Simon Heimberg run-tests: loadable as module stable
2010-11-22 Martin Geisler code style: prefer 'is' and 'is not' tests with singletons stable
2010-11-16 Nicolas Dumazet run-tests: fix --debug for .t tests stable
2010-11-08 Erik Zielke run-test: fixed wrong parenthesis stable
2010-11-08 Mads Kiilerich tests: use (esc) markup for string-escape stable
2010-11-08 Mads Kiilerich tests: (no-eol) markup for command output without trailing LF stable
2010-11-05 Mads Kiilerich tests: handle .t files without trailing LF stable
2010-11-01 Martin Geisler run-tests: use regex when searching for $HGPORT in test output stable
2010-10-02 Yuya Nishihara tests: accept \-escaped test output stable
2010-10-09 Benoit Boissinot run-tests.py: remove support for .bat files stable
2010-10-09 Benoit Boissinot run-tests.py: do not install hg when the tests do no exist stable
2010-10-09 Mads Kiilerich tests: reintroduce ":$HGPORT" in test output stable
2010-10-09 Mads Kiilerich tests: replace test tmp directory with $TESTTMP in test output stable
2010-10-08 Patrick Mezard run-tests: handle .tst not ending with an LF stable
2010-09-27 Thomas Arendsen Hein tests: show skip reason instead of "irrelevant" with unified tests, too stable
2010-09-26 Martin Geisler run-tests: move build/ directory to HGTMP stable
2010-09-22 Matt Mackall tests: various fixes for new unified test pattern format stable
2010-09-22 Brodie Rao tests: add glob matching for unified tests stable
2010-09-22 Brodie Rao tests: require regexes in unified tests to be marked with " (re)" stable
2010-09-22 Brodie Rao tests: ensure regexes match to the end of the string stable
2010-09-22 Brodie Rao tests: don't match blank output lines as regexes in unified tests stable
2010-09-20 Matt Mackall tests: add hack to avoid problem with graphlog in unified tests stable
2010-09-16 Matt Mackall tests: add exit codes to unified tests stable
2010-08-12 Nicolas Dumazet tests: catch re.error if test line is not a valid regular expression stable
2010-08-03 Matt Mackall tests: basic support for unified tests stable
2010-08-02 Matt Mackall tests: move script execution in runner helpers stable
2010-04-30 Matt Mackall run-tests: add --view switch to use external diff viewer stable
2010-04-29 Matt Mackall run-tests: sort options stable
2010-04-29 Matt Mackall run-tests: add -l short option for --local stable
2010-04-15 Benoit Boissinot run-tests.py: can't remove from os.environ on solaris stable
2010-04-14 Nicolas Dumazet pylint, pyflakes: remove unused or duplicate imports stable
2010-04-14 Ry4an Brase Fix --blacklist when --jobs > 1 in run_tests.py. stable
2010-04-14 Benoit Boissinot run-tests.py: reset env variables set by hooks stable
2010-03-23 Ronny Pfannschmidt run-tests: force to test pure on pypy as well stable
2010-03-23 Ronny Pfannschmidt Fix run-tests.py -jX after 2ed667a9dfcb stable
2010-03-23 Ronny Pfannschmidt tests: adapt the test runner to work with jython stable
2010-03-22 Brodie Rao run-tests: make sure GREP_OPTIONS isn't set stable
2010-03-11 Dirkjan Ochtman tests: use external coverage, mandate newer version stable
2010-02-09 Mads Kiilerich run-tests.py: skipped tests shouldn't change working directory stable
2009-12-29 Wagner Bruna run-tests.py: clears http_proxy for all tests stable
2010-02-09 Matt Mackall fix up a bunch of check-code warnings stable
2010-02-06 Brendan Cully run-tests: kill daemons on ^C with -j. stable
2009-12-10 Nicolas Dumazet run-tests: split tests/blacklist in tests/blacklists/* stable
2010-01-25 Matt Mackall many, many trivial check-code fixups stable
2010-01-20 Matt Mackall Update license to GPLv2+ stable
2009-12-24 Christian Ebert run-tests.py: update
2009-06-07 Christian Ebert Add run-tests.py from main and update README
less more (0) tip