tests/run-tests.py
Wed, 06 Aug 2014 10:34:54 -0500 Matt Mackall run-tests: add #require to abort full test
Tue, 05 Aug 2014 21:17:11 -0400 Augie Fackler run-tests: add support for xunit test reports
Mon, 28 Jul 2014 19:48:59 -0400 Augie Fackler run-tests: fix test result counts with --keyword specified or skips occurring
Mon, 04 Aug 2014 14:42:24 -0500 Matt Mackall run-tests: add iolock to failure output
Thu, 26 Jun 2014 01:22:50 +0530 anuraggoel run-tests: '--time' option provide more details to Linux users
Fri, 18 Jul 2014 17:52:18 -0500 Matt Mackall run-tests: make --view work again
Sun, 06 Jul 2014 02:56:41 +0900 FUJIWARA Katsunori filemerge: use 'basic' as the default of '[ui] mergemarkers' for safety
Tue, 05 Nov 2013 14:47:35 -0500 Augie Fackler run-tests: write out scripts in binary mode
Wed, 18 Jun 2014 20:51:49 -0500 Matt Mackall run-tests: hold iolock across diff/prompt when interactive
Fri, 13 Jun 2014 14:45:23 +0530 anuraggoel run-tests: fixes the '--interactive' option error
Fri, 13 Jun 2014 14:33:02 +0530 anuraggoel run-tests: checks behaviour of test on failure while testing
Thu, 12 Jun 2014 03:20:28 +0530 anuraggoel run-tests: fixes the number of tests ran when '--retest' is enabled
Thu, 12 Jun 2014 02:36:52 +0530 anuraggoel run-tests: skipped test should not produce 'i' mark while retesting
Fri, 13 Jun 2014 16:36:53 -0500 Matt Mackall run-tests: filter whitespace at end of error diffs
Thu, 12 Jun 2014 01:28:22 +0530 anuraggoel run-tests: produce '!' mark after running a failing test
Thu, 12 Jun 2014 01:36:57 +0530 anuraggoel run-tests: produce error on running a failing test
Tue, 10 Jun 2014 14:32:52 -0700 Pierre-Yves David run-tests: don't check for the mercurial library used when using --with-hg
Tue, 27 May 2014 19:21:12 -0700 Gregory Szorc run-tests: write .err files earlier
Tue, 27 May 2014 19:10:22 -0700 Gregory Szorc run-tests: exit with non-0 exit code when tests fail or warn
Sun, 25 May 2014 13:47:42 +0200 Mads Kiilerich run-tests: assign value to ESCAPEMAP - dict.update do not return self
Sun, 25 May 2014 13:47:19 +0200 Mads Kiilerich run-tests: fix invalid reference to stringescape after a36cc85a5b7b
Fri, 09 May 2014 16:13:14 -0700 Gregory Szorc run-tests: add docstrings
Fri, 09 May 2014 15:55:58 -0700 Gregory Szorc run-tests: avoid duplicate code in vlog()
Fri, 25 Apr 2014 15:34:28 -0700 Gregory Szorc run-tests: make attributes of TestRunner internal
Fri, 25 Apr 2014 15:11:38 -0700 Gregory Szorc run-tests: make testdir an argument of TestSuite.__init__
Fri, 25 Apr 2014 15:08:03 -0700 Gregory Szorc run-tests: move loop to a named argument of TestSuite.__init__
Fri, 25 Apr 2014 15:06:23 -0700 Gregory Szorc run-tests: make keywords a named argument to TestSuite.__init__
Fri, 25 Apr 2014 15:03:06 -0700 Gregory Szorc run-tests: make retest a named argument of TestSuite.__init__
Fri, 25 Apr 2014 15:00:54 -0700 Gregory Szorc run-tests: move whitelist and blacklist to named arguments of TestSuite
Fri, 25 Apr 2014 14:51:53 -0700 Gregory Szorc run-tests: pass jobs into TestSuite constructor
Tue, 22 Apr 2014 13:32:05 -0700 Gregory Szorc run-tests: move interactive test acceptance into TestResult
Tue, 22 Apr 2014 13:25:17 -0700 Gregory Szorc run-tests: raise WarnTest outside of Test.fail()
Tue, 22 Apr 2014 13:16:34 -0700 Gregory Szorc run-tests: move diff generation into TestResult
Tue, 22 Apr 2014 12:35:18 -0700 Gregory Szorc run-tests: remove global abort flag
Tue, 22 Apr 2014 12:20:10 -0700 Gregory Szorc run-tests: remove options from Test.__init__
Tue, 22 Apr 2014 12:17:23 -0700 Gregory Szorc run-tests: move shell to Test.__init__
Tue, 22 Apr 2014 12:15:55 -0700 Gregory Szorc run-tests: move py3kwarnings to Test.__init__
Tue, 22 Apr 2014 12:13:40 -0700 Gregory Szorc run-tests: move extra config options to Test.__init__
Tue, 22 Apr 2014 12:10:25 -0700 Gregory Szorc run-tests: refactor port number declaration
Tue, 22 Apr 2014 12:04:15 -0700 Gregory Szorc run-tests: move timeout into Test.__init__
Tue, 22 Apr 2014 12:01:31 -0700 Gregory Szorc run-tests: move interactive to Test.__init__
Tue, 22 Apr 2014 11:58:32 -0700 Gregory Szorc run-tests: move diff options into arguments of Test.__init__
Tue, 22 Apr 2014 11:44:34 -0700 Gregory Szorc run-tests: move debug into an argument to Test.__init__
Tue, 22 Apr 2014 11:41:10 -0700 Gregory Szorc run-tests: factor options.keep_tmpdir into an argument to Test.__init__
Tue, 22 Apr 2014 12:29:33 -0700 Gregory Szorc run-tests: remove redundant test name filter
Tue, 22 Apr 2014 11:38:14 -0700 Gregory Szorc run-tests: move test filtering into TestSuite.run()
Tue, 22 Apr 2014 10:13:41 -0700 Gregory Szorc run-tests: no longer pass a TestRunner into Test.__init__
Tue, 22 Apr 2014 10:12:19 -0700 Gregory Szorc run-tests: pass abort into Test.__init__
Tue, 22 Apr 2014 10:05:32 -0700 Gregory Szorc run-tests: pass temp dir into Test.__init__
Tue, 22 Apr 2014 10:01:22 -0700 Gregory Szorc run-tests: pass a full test path into Test.__init__
Mon, 21 Apr 2014 16:43:36 -0700 Gregory Szorc run-tests: factor refpath into Test classes
Sun, 20 Apr 2014 18:23:48 -0700 Gregory Szorc run-tests: don't trap exceptions in Test.runTest()
Sun, 20 Apr 2014 18:20:24 -0700 Gregory Szorc run-tests: factor options out of run()
Sun, 20 Apr 2014 18:15:38 -0700 Gregory Szorc run-tests: refactor temporary directories in Test
Sun, 20 Apr 2014 17:42:31 -0700 Gregory Szorc run-tests: move _executetests into TestSuite
Sun, 20 Apr 2014 17:39:26 -0700 Gregory Szorc run-tests: capture execution times in TestResult
Sun, 20 Apr 2014 17:28:24 -0700 Gregory Szorc run-tests: move outputtimes() into unittest runner class
Sun, 20 Apr 2014 17:21:24 -0700 Gregory Szorc run-tests: refactor how times are recorded
Sun, 20 Apr 2014 17:13:10 -0700 Gregory Szorc run-tests: eliminate Test._result
Sun, 20 Apr 2014 17:10:49 -0700 Gregory Szorc run-tests: replace Test.ignore() with raise IgnoreTest
Sun, 20 Apr 2014 17:09:52 -0700 Gregory Szorc run-tests: replace Test.skip() with raise SkipTest
Sun, 20 Apr 2014 17:06:57 -0700 Gregory Szorc run-tests: remove some legacy code around result handling
Sun, 20 Apr 2014 17:04:42 -0700 Gregory Szorc run-tests: merge MercurialTest into Test
Sun, 20 Apr 2014 16:44:45 -0700 Gregory Szorc run-tests: execute tests via unittest
Tue, 22 Apr 2014 13:37:27 -0700 Gregory Szorc run-tests: implement Test.__str__
Mon, 21 Apr 2014 12:15:55 -0700 Gregory Szorc run-tests: make failure reporting in unittest mode equivalent to default
Sun, 20 Apr 2014 16:54:51 -0700 Gregory Szorc run-tests: ignore failures from rmtree
Sun, 20 Apr 2014 16:53:49 -0700 Gregory Szorc run-tests: abort tests after first failure in unittest mode
Sun, 20 Apr 2014 16:39:05 -0700 Gregory Szorc run-tests: print compatible output from TextTestRunner
Sun, 20 Apr 2014 16:17:18 -0700 Gregory Szorc run-tests: don't print results in unittest mode
Sun, 20 Apr 2014 15:53:25 -0700 Gregory Szorc run-tests: move errpath deletion to setUp()
Sun, 20 Apr 2014 15:46:34 -0700 Gregory Szorc run-tests: kill daemons during tearDown()
Mon, 21 Apr 2014 09:30:11 -0700 Gregory Szorc run-tests: move err file writing to tearDown()
Sun, 20 Apr 2014 15:40:22 -0700 Gregory Szorc run-tests: refactor testtmp
Sun, 20 Apr 2014 15:19:21 -0700 Gregory Szorc run-tests: store skipped state on Test
Sun, 20 Apr 2014 15:16:29 -0700 Gregory Szorc run-tests: move some functionality to Test.tearDown()
Sun, 20 Apr 2014 15:08:05 -0700 Gregory Szorc run-tests: store last result in Test._result
Sun, 20 Apr 2014 15:00:13 -0700 Gregory Szorc run-tests: report test duration in Test.tearDown()
Sun, 20 Apr 2014 14:58:36 -0700 Gregory Szorc run-tests: store test return code and output in Test instance
Sun, 20 Apr 2014 14:55:33 -0700 Gregory Szorc run-tests: keep track of test start and stop in MercurialTest.run()
Sun, 20 Apr 2014 14:52:57 -0700 Gregory Szorc run-tests: keep track of test execution state in Test
Sun, 20 Apr 2014 14:41:11 -0700 Gregory Szorc run-tests: support setUp() and tearDown() in TestCase wrapper
Sun, 20 Apr 2014 14:34:03 -0700 Gregory Szorc run-tests: fail tests by raising an exception
Sun, 20 Apr 2014 14:32:03 -0700 Gregory Szorc run-tests: record warnings by raising WarnTest
Sun, 20 Apr 2014 14:28:29 -0700 Gregory Szorc run-tests: record ignored tests by raising IgnoreTest
Sun, 20 Apr 2014 14:23:50 -0700 Gregory Szorc run-tests: record skips by raising SkipTest
Sun, 20 Apr 2014 14:19:59 -0700 Gregory Szorc run-tests: implement TestCase.run()
Sun, 20 Apr 2014 14:04:37 -0700 Gregory Szorc run-tests: don't print progress from Test when in unittest mode
Sun, 20 Apr 2014 13:04:19 -0700 Gregory Szorc run-tests: define a custom TestSuite that uses _executetests()
Sun, 20 Apr 2014 13:00:40 -0700 Gregory Szorc run-tests: pass an optional TestResult into _executetests()
Sun, 20 Apr 2014 12:49:43 -0700 Gregory Szorc run-tests: pass Test instances into TestRunner._executetests()
Sat, 17 May 2014 12:35:44 -0700 Gregory Szorc run-tests: define cleanup() on unittest class
Sun, 20 Apr 2014 12:45:44 -0700 Gregory Szorc run-tests: rename Test._test to Test.name
Sun, 20 Apr 2014 12:19:48 -0700 Gregory Szorc run-tests: teach Test instances whether they are in unittest mode
Sun, 20 Apr 2014 11:55:02 -0700 Gregory Szorc run-tests: teach unittest about warned results
Sun, 20 Apr 2014 11:52:41 -0700 Gregory Szorc run-tests: document how success code is handled
Sun, 20 Apr 2014 11:51:11 -0700 Gregory Szorc run-tests: teach unittest about ignored tests
Sun, 20 Apr 2014 11:48:19 -0700 Gregory Szorc run-tests: teach unittest about skipped tests
Sun, 20 Apr 2014 11:47:40 -0700 Gregory Szorc run-tests: define custom result and runner classes for unittest
Sun, 20 Apr 2014 11:29:39 -0700 Gregory Szorc run-tests: start to report test results against TestResult
Sun, 20 Apr 2014 11:24:37 -0700 Gregory Szorc run-tests: give unittest wrapper a short description
Sun, 20 Apr 2014 11:22:08 -0700 Gregory Szorc run-tests: initial support for running tests with unittest
Sat, 17 May 2014 00:47:42 -0700 Pierre-Yves David run-tests: fix --interactive option
Sat, 17 May 2014 00:38:48 -0700 Pierre-Yves David run-test: fix AttributeError in the --interactive prompt
Sat, 17 May 2014 00:37:06 -0700 Pierre-Yves David run-test: restore the -i prompt by write .err before checking if it exists
Sun, 20 Apr 2014 11:04:25 -0700 Gregory Szorc run-tests: move _gethgpath() into TestRunner
Sun, 20 Apr 2014 10:34:52 -0700 Gregory Szorc run-tests: move string escaping to TTest
Sun, 20 Apr 2014 10:28:35 -0700 Gregory Szorc run-tests: add some docstrings
Sun, 20 Apr 2014 10:24:00 -0700 Gregory Szorc run-tests: move createhgrc into Test
Sun, 20 Apr 2014 10:19:58 -0700 Gregory Szorc run-tests: move SKIPPED_PREFIX and FAILED_PREFIX into TTest
Sun, 20 Apr 2014 10:16:36 -0700 Gregory Szorc run-tests: move SKIPPED_STATUS into Test class
Sun, 20 Apr 2014 10:14:25 -0700 Gregory Szorc run-tests: move parsehghaveoutput() into TTest
Sun, 20 Apr 2014 10:11:46 -0700 Gregory Szorc run-tests: make some methods of TestRunner internal
Sun, 20 Apr 2014 10:09:23 -0700 Gregory Szorc run-tests: eliminate main()
Sun, 20 Apr 2014 10:08:33 -0700 Gregory Szorc run-tests: move option parser logic to TestRunner.run()
Sun, 20 Apr 2014 10:06:19 -0700 Gregory Szorc run-tests: move umask into TestRunner.run()
Sun, 20 Apr 2014 10:05:00 -0700 Gregory Szorc run-tests: move checktools into TestRunner.run()
Sun, 20 Apr 2014 10:04:15 -0700 Gregory Szorc run-tests: move test discovery into TestRunner.run()
Sun, 20 Apr 2014 10:03:08 -0700 Gregory Szorc run-tests: move test shuffling and sorting into TestRunner
Sun, 20 Apr 2014 10:00:59 -0700 Gregory Szorc run-tests: assign testdir in TestRunner
Sun, 20 Apr 2014 09:59:01 -0700 Gregory Szorc run-tests: move hash seed logic to TestRunner
Sun, 20 Apr 2014 09:58:26 -0700 Gregory Szorc run-tests: move tmpdir calculations into TestRunner
Sun, 20 Apr 2014 09:57:02 -0700 Gregory Szorc run-tests: move more path calculations into TestRunner
Sun, 20 Apr 2014 09:54:28 -0700 Gregory Szorc run-tests: move pypath manipulation into TestRunner
Sun, 20 Apr 2014 09:49:33 -0700 Gregory Szorc run-tests: establish TestRunner.run()
Sun, 20 Apr 2014 09:44:39 -0700 Gregory Szorc run-tests: move program searching into TestRunner
Sun, 20 Apr 2014 09:40:27 -0700 Gregory Szorc run-tests: allow TestRunner to be passed into main()
Sun, 20 Apr 2014 00:23:06 -0700 Gregory Szorc run-tests: move test discovery logic into a function
Sun, 20 Apr 2014 00:12:26 -0700 Gregory Szorc run-tests: move scheduletests() into TestRunner
Sun, 20 Apr 2014 00:10:06 -0700 Gregory Szorc run-tests: move abort global to TestRunner
Sun, 20 Apr 2014 00:06:30 -0700 Gregory Szorc run-tests: move runtests() into TestRunner
Sun, 20 Apr 2014 00:03:32 -0700 Gregory Szorc run-tests: move results global into TestRunner
Sat, 19 Apr 2014 23:59:06 -0700 Gregory Szorc run-tests: move times global into TestRunner
Sat, 19 Apr 2014 23:53:23 -0700 Gregory Szorc run-tests: move gettest() into TestRunner
Sat, 19 Apr 2014 23:49:23 -0700 Gregory Szorc run-tests: move outputcoverage() into TestRunner
Sat, 19 Apr 2014 23:47:59 -0700 Gregory Szorc run-tests: move outputtimes() into TestRunner
Sat, 19 Apr 2014 23:44:56 -0700 Gregory Szorc run-tests: move checkhglib into TestRunner
Sat, 19 Apr 2014 23:43:00 -0700 Gregory Szorc run-tests: move installhg() into TestRunner
Sat, 19 Apr 2014 23:39:38 -0700 Gregory Szorc run-tests: move createdfiles out of a global and into TestRunner
Sat, 19 Apr 2014 23:38:10 -0700 Gregory Szorc run-tests: move usecorrectpython() into TestRunner
Sat, 19 Apr 2014 23:35:27 -0700 Gregory Szorc run-tests: move cleanup() into TestRunner
Sat, 19 Apr 2014 23:33:44 -0700 Gregory Szorc run-tests: add options to runner
Sat, 19 Apr 2014 23:28:59 -0700 Gregory Szorc run-tests: add options to runner
Sat, 19 Apr 2014 23:27:11 -0700 Gregory Szorc run-tests: move COVERAGE_FILE out of a global
Sat, 19 Apr 2014 23:26:15 -0700 Gregory Szorc run-tests: move PYTHONDIR out of a global
Sat, 19 Apr 2014 23:24:39 -0700 Gregory Szorc run-tests: move TMPBINDIR out of a global
Sat, 19 Apr 2014 23:22:47 -0700 Gregory Szorc run-tests: move BINDIR out of a global
Sat, 19 Apr 2014 23:20:42 -0700 Gregory Szorc run-tests: move INST out of a global
Sat, 19 Apr 2014 23:19:23 -0700 Gregory Szorc run-tests: move HGTMP out of a global
Sat, 19 Apr 2014 23:15:24 -0700 Gregory Szorc run-tests: move TESTDIR out of a global
Sat, 19 Apr 2014 23:07:17 -0700 Gregory Szorc run-tests: establish a class to hold testing state
Sat, 19 Apr 2014 22:02:55 -0700 Gregory Szorc run-tests: refactor runone() into gettest() and scheduletests()
Sat, 19 Apr 2014 21:53:15 -0700 Gregory Szorc run-tests: move computation of test paths into Test.__init__
Sat, 19 Apr 2014 21:50:23 -0700 Gregory Szorc run-tests: move logging of test start into Test.run()
Sat, 19 Apr 2014 21:21:57 -0700 Gregory Szorc run-tests: remove remaining uses of TestResult
Sat, 19 Apr 2014 21:17:39 -0700 Gregory Szorc run-tests: move output writing to Test.run()
Sat, 19 Apr 2014 21:14:31 -0700 Gregory Szorc run-tests: move err file saving to Test.run()
Sat, 19 Apr 2014 21:10:22 -0700 Gregory Szorc run-tests: emit exception failure result from Test.run()
Sat, 19 Apr 2014 21:08:03 -0700 Gregory Szorc run-tests: move test name filter to Test.run()
Sat, 19 Apr 2014 21:05:50 -0700 Gregory Szorc run-tests: move keyword processing into Test.run()
Sat, 19 Apr 2014 21:04:08 -0700 Gregory Szorc run-tests: move retesting result to Test.run()
Sat, 19 Apr 2014 21:02:51 -0700 Gregory Szorc run-tests: move blacklist skipping to Test.run()
Sat, 19 Apr 2014 21:00:24 -0700 Gregory Szorc run-tests: check for test file existence in Test.run()
Sat, 19 Apr 2014 20:53:45 -0700 Gregory Szorc run-tests: move remaining result processing to Test.run()
Sat, 19 Apr 2014 20:52:58 -0700 Gregory Szorc run-tests: move output difference processing to Test.run()
Sat, 19 Apr 2014 20:48:16 -0700 Gregory Szorc run-tests: generate timeout result in Test.run()
Sat, 19 Apr 2014 20:47:14 -0700 Gregory Szorc run-tests: add skip processing to Test
Sat, 19 Apr 2014 20:41:08 -0700 Gregory Szorc run-tests: move fail() into Test
Sat, 19 Apr 2014 20:35:54 -0700 Gregory Szorc run-tests: move success() into Test
Sat, 19 Apr 2014 20:32:38 -0700 Gregory Szorc run-tests: move err path handling to Test
Sat, 19 Apr 2014 20:27:18 -0700 Gregory Szorc run-tests: handle interrupted in Test.run()
Sat, 19 Apr 2014 20:22:32 -0700 Gregory Szorc run-tests: kill daemons during Test.cleanup()
Sat, 19 Apr 2014 18:50:40 -0700 Gregory Szorc run-tests: capture reference output in Test.__init__
Sat, 19 Apr 2014 16:14:30 -0700 Gregory Szorc run-tests: make globmatch a static method of TTest
Sat, 19 Apr 2014 16:13:02 -0700 Gregory Szorc run-tests: make rematch a static method of TTest
Sat, 19 Apr 2014 16:11:49 -0700 Gregory Szorc run-tests: make linematch a static method of TTest
Sat, 19 Apr 2014 15:37:50 -0700 Gregory Szorc run-tests: finish moving tsttest() into TTest
Sat, 19 Apr 2014 15:28:31 -0700 Gregory Szorc run-tests: move t test execution from tsttest() to TTest.run()
Sat, 19 Apr 2014 15:19:28 -0700 Gregory Szorc run-tests: move t test parsing into its own function
Sat, 19 Apr 2014 14:54:04 -0700 Gregory Szorc run-tests: roll pytest() into PythonTest._run()
Sat, 19 Apr 2014 14:51:43 -0700 Gregory Szorc run-tests: remove threadtmp in Test.cleanup()
Sat, 19 Apr 2014 14:47:34 -0700 Gregory Szorc run-tests: allow Test.run() to run multiple times
Sat, 19 Apr 2014 14:09:46 -0700 Gregory Szorc run-tests: capture reference output in TestResult class
Sat, 19 Apr 2014 14:01:18 -0700 Gregory Szorc run-tests: give TestResult a skipped attribute
Sat, 19 Apr 2014 18:31:22 -0700 Gregory Szorc run-tests: pass TestResult into run()
Sat, 19 Apr 2014 13:50:25 -0700 Gregory Szorc run-tests: capture execution results in a TestResult class
Sat, 19 Apr 2014 13:29:26 -0700 Gregory Szorc run-tests: clean up temp directory variables
Sat, 19 Apr 2014 13:26:12 -0700 Gregory Szorc run-tests: move env into Test
Sat, 19 Apr 2014 13:22:52 -0700 Gregory Szorc run-tests: move killdaemons into Test.run()
Sat, 19 Apr 2014 13:18:55 -0700 Gregory Szorc run-tests: move replacements and port management into Test
Sat, 19 Apr 2014 13:11:49 -0700 Gregory Szorc run-tests: move createhgrc() call into Test.run()
Sat, 19 Apr 2014 13:07:05 -0700 Gregory Szorc run-tests: move createenv() into Test
Sat, 19 Apr 2014 13:03:24 -0700 Gregory Szorc run-tests: move replacements generation into Test
Sat, 19 Apr 2014 12:54:09 -0700 Gregory Szorc run-tests: move testtmp into Test class
Sat, 19 Apr 2014 12:26:34 -0700 Gregory Szorc run-tests: create classes for representing tests
Fri, 02 May 2014 18:25:23 +0900 Yuya Nishihara run-tests: initialize global variables to suppress pyflakes warning
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich tests: warn on invalid #if directive
Mon, 25 Nov 2013 22:00:46 +0100 Simon Heimberg run-tests: test result shows when a failed test could not start a server
Mon, 24 Mar 2014 22:12:37 -0700 Gregory Szorc run-tests: allow test paths in other directories
Mon, 24 Mar 2014 21:52:28 -0700 Gregory Szorc run-tests: allow option parser to be extended
Mon, 24 Mar 2014 21:41:56 -0700 Gregory Szorc run-tests: use return values instead of sys.exit
Mon, 24 Mar 2014 21:37:33 -0700 Gregory Szorc run-tests: Pass arguments into argument parser
Fri, 28 Feb 2014 02:09:00 +0100 Mads Kiilerich tests: add run-tests --changed option for running tests changed in revisions
Wed, 19 Mar 2014 00:19:54 +0100 Mads Kiilerich tests: small refactoring of run-tests' handling of tests list
Wed, 12 Mar 2014 13:19:43 -0400 Augie Fackler run-tests: move from dict() construction to {} literals
Sat, 01 Mar 2014 16:20:15 -0600 Matt Mackall extensions: remove the inotify extension (BC)
Sun, 16 Feb 2014 23:41:24 +0100 Simon Heimberg run-tests: fixed warn detection on failures with too many output
Sun, 16 Feb 2014 23:36:02 +0100 Simon Heimberg run-tests: fixed warn detection on detecting warn only for lines
Wed, 19 Feb 2014 21:32:14 -0800 Siddharth Agarwal run-tests.py: work when --with-hg is set to system hg
Sat, 15 Feb 2014 15:28:32 +0100 Patrick Mezard run-tests: fix heredoctest for out-of-tree extensions
Thu, 13 Feb 2014 08:29:44 +0100 Simon Heimberg run-tests: unnecessary globs also count as warnings
Thu, 13 Feb 2014 08:27:53 +0100 Simon Heimberg run-tests: report a test as warned when only missing globs
Thu, 13 Feb 2014 08:26:13 +0100 Simon Heimberg run-tests: add possibility for test-runners to report a "warned" test result
Thu, 13 Feb 2014 08:17:39 +0100 Simon Heimberg run-tests: separate exit code when no failed tests but warned ones
Thu, 13 Feb 2014 08:14:54 +0100 Simon Heimberg run-tests: introduce 'warned' as test result
Thu, 13 Feb 2014 08:02:06 +0100 Simon Heimberg run-tests: handle sys.exit in main function
Thu, 13 Feb 2014 07:29:28 +0100 Simon Heimberg run-tests: remove unnecessary variable initialisation
Tue, 11 Feb 2014 01:15:07 +0100 Simon Heimberg run-tests: fix typo and print out failing line
Thu, 16 Jan 2014 12:08:57 +0100 Simon Heimberg run-tests: print more information on unnecessary glob matching
Thu, 16 Jan 2014 12:08:29 +0100 Simon Heimberg run-tests: suggest to append glob when only path sep does not match
Thu, 16 Jan 2014 12:06:49 +0100 Simon Heimberg run-tests: test each line matching function on its own
Thu, 16 Jan 2014 11:26:54 +0100 Simon Heimberg run-tests: set the thread name to the test name for info on error
Thu, 16 Jan 2014 18:55:35 +0100 Simon Heimberg run-tests: report tests as failed when run-test raises an error
Mon, 25 Nov 2013 22:00:46 +0100 Simon Heimberg run-tests: better check for python version
Sun, 17 Nov 2013 10:59:35 -0500 Mads Kiilerich tests: python hash seed is only relevant after failures - otherwise keep quiet
Fri, 15 Nov 2013 22:57:11 -0500 Sean Farley run-tests: remove files that we potentially create outside of $TMPDIR
Fri, 15 Nov 2013 22:56:08 -0500 Sean Farley run-tests: remove code that creates a dummy 'diffstat'
Thu, 03 Oct 2013 14:50:47 +0200 Mads Kiilerich run-tests: place the .t shell script next to $TESTTMP and with a useful name
Thu, 29 Aug 2013 09:22:13 -0700 David Soria Parra shelve: add a shelve extension to save/restore working changes
Thu, 19 Sep 2013 15:29:28 -0400 Augie Fackler run-tests: find mercurial path with syntax valid on both py2 and py3
Thu, 19 Sep 2013 15:29:04 -0400 Augie Fackler run-tests: if run by python3, execute setup.py with --c2to3
Fri, 26 Jul 2013 21:18:40 -0400 Simon Heimberg run-tests: only check the common criteria once per test
Thu, 18 Jul 2013 23:22:59 -0500 Matt Mackall run-tests: backout 4f32747879d1 line endings change
Thu, 18 Jul 2013 09:42:44 -0700 Brendan Cully run-tests: revert previous commit, run() waits after a timeout
Thu, 18 Jul 2013 09:39:01 -0700 Brendan Cully run-tests: reap timed-out zombies
Sat, 13 Jul 2013 23:58:01 +0200 Simon Heimberg run-tests: generally handle line endings on windows by re
Sat, 13 Jul 2013 23:57:55 +0200 Simon Heimberg run-tests: test for os.altsep instead of os.name when checking \ for /
Wed, 17 Jul 2013 13:42:08 -0700 Brendan Cully run-tests: replace popen locking with a noop _cleanup handler on py24
Wed, 17 Jul 2013 13:02:12 -0700 Brendan Cully run-tests: only lock Popen wait/poll on python 2.4
less more (0) -240 tip