Fri, 03 Jul 2015 06:56:03 +0900 |
FUJIWARA Katsunori |
run-tests.py: execute hghave by the path relative to run-tests.py
|
Sun, 31 May 2015 16:59:34 -0500 |
Matt Mackall |
tests: add (?) flag for optional lines
|
Tue, 26 May 2015 14:14:36 -0700 |
Pierre-Yves David |
devel: rename 'all' to 'all-warnings' (BC)
|
Fri, 22 May 2015 21:19:08 -0400 |
Augie Fackler |
run-tests: python3.5 now supports mkdtemp using bytes for paths
|
Fri, 22 May 2015 21:15:52 -0400 |
Augie Fackler |
run-tests: use items() instead of iteritems()
|
Mon, 18 May 2015 15:34:42 -0400 |
Matt Harbison |
run-tests: resurrect the wifexited polyfill (backout 6ab5a1c9ea3c)
|
Sun, 17 May 2015 21:47:18 -0400 |
Augie Fackler |
run-tests: replace open-coded .decode()s on paths with a helper (issue4667)
|
Sun, 17 May 2015 21:40:12 -0400 |
Augie Fackler |
run-tests: move unicode-to-bytes operations on paths to a helper (issue4667)
|
Sun, 17 May 2015 21:26:04 -0400 |
Augie Fackler |
run-tests: insist that if people use Python 3, they use 3.5.x
|
Sun, 17 May 2015 21:18:56 -0400 |
Augie Fackler |
run-tests: move all open-coded sys.version_info checks to PYTHON3 (issue4668)
|
Sun, 17 May 2015 21:17:13 -0400 |
Augie Fackler |
run-tests: prefer PYTHON3 constant to many version_info checks (issue4668)
|
Sun, 17 May 2015 21:12:33 -0400 |
Augie Fackler |
run-tests: introduce PYTHON3 boolean constant (issue4668)
|
Sun, 17 May 2015 21:15:45 -0400 |
Augie Fackler |
run-tests: drop subprocess _cleanup monkeypatch
|
Sun, 17 May 2015 21:15:04 -0400 |
Augie Fackler |
run-tests: drop wifexited polyfill
|
Wed, 13 May 2015 11:22:06 -0700 |
Augie Fackler |
run-tests: add a --profile-runner option
|
Thu, 07 May 2015 23:40:29 -0700 |
Pierre-Yves David |
run-tests: include 'start' and 'end' in --time output
|
Thu, 07 May 2015 23:34:58 -0700 |
Pierre-Yves David |
run-tests: track start and end time of tests
|
Fri, 08 May 2015 15:00:07 -0700 |
Pierre-Yves David |
run-test.py: greatly increase the priority of 'check-code' tests
|
Fri, 08 May 2015 00:04:07 -0700 |
Pierre-Yves David |
run-tests: allow different extra weight for slow tests
|
Tue, 14 Apr 2015 16:09:39 -0400 |
Augie Fackler |
run-tests: make sure all script lines are bytes
|
Tue, 14 Apr 2015 10:56:58 -0400 |
Augie Fackler |
run-tests: fix checking a line to see if it needs globbing
|
Tue, 14 Apr 2015 10:14:49 -0400 |
Augie Fackler |
run-tests: unblock running python tests in python 3
|
Mon, 13 Apr 2015 18:07:40 -0400 |
Augie Fackler |
run-tests: os.popen returns a string, make it bytes again
|
Mon, 13 Apr 2015 17:24:10 -0400 |
Augie Fackler |
run-tests: be more paranoid about os.system using bytes
|
Mon, 13 Apr 2015 17:17:17 -0400 |
Augie Fackler |
run-tests: blacklist entries are bytes, use bname to check blacklisting
|
Tue, 14 Apr 2015 16:24:32 -0400 |
Augie Fackler |
run-tests: write bytes to the binary buffer on sys.{stdout,stderr}
|
Tue, 14 Apr 2015 16:21:10 -0400 |
Augie Fackler |
run-tests: record faildata using bytes instead of str
|
Tue, 14 Apr 2015 16:18:11 -0400 |
Augie Fackler |
run-tests: do cdata escaping using bytes instead of str
|
Mon, 13 Apr 2015 16:33:12 -0400 |
Augie Fackler |
run-tests: make sure keyword(s) are in bytes and not str
|
Mon, 13 Apr 2015 16:31:19 -0400 |
Augie Fackler |
run-tests: use items instead of iteritems on dicts
|
Mon, 13 Apr 2015 16:30:40 -0400 |
Augie Fackler |
run-tests: refer to test.bname when sniffing for keywords
|
Mon, 13 Apr 2015 15:57:10 -0400 |
Augie Fackler |
run-tests: string-escape no longer exists in python 3, use unicode_escape
|
Mon, 13 Apr 2015 15:55:48 -0400 |
Augie Fackler |
run-tests: switch all uses of iolock.acquire() to a context manager
|
Tue, 21 Apr 2015 12:24:34 -0400 |
Augie Fackler |
run-tests: use difflib.diff_bytes on Python 3
|
Sun, 12 Apr 2015 16:14:07 -0400 |
Augie Fackler |
run-tests: fix installation of hg by bytesifying more constants
|
Sun, 12 Apr 2015 15:35:57 -0400 |
Augie Fackler |
run-tests: work around with_hg being bytes or string depending on provenance
|
Tue, 14 Apr 2015 16:03:04 -0400 |
Augie Fackler |
run-tests: even more bytestring annotations for Python 3
|
Tue, 14 Apr 2015 16:02:49 -0400 |
Augie Fackler |
run-tests: write bytes to sys.stdout.buffer in python 3
|
Tue, 14 Apr 2015 15:59:59 -0400 |
Augie Fackler |
run-tests: be more judicious about bytes vs string on test attrs
|
Tue, 14 Apr 2015 15:56:44 -0400 |
Augie Fackler |
run-tests: fix _findprogram to reliably return bytes
|
Tue, 14 Apr 2015 15:54:13 -0400 |
Augie Fackler |
run-tests: introduce a name for os.environb
|
Tue, 14 Apr 2015 15:52:45 -0400 |
Augie Fackler |
run-tests: work around chr() producing unicode in Python 3
|
Sat, 11 Apr 2015 18:28:32 -0400 |
Augie Fackler |
run-tests: use bytes when constructing shell script
|
Sat, 11 Apr 2015 18:26:58 -0400 |
Augie Fackler |
run-tests: use bytes explicitly for tmpdir and hgrc construction
|
Sat, 11 Apr 2015 18:22:25 -0400 |
Augie Fackler |
run-tests: work around the rename of xrange to range
|
Sat, 11 Apr 2015 18:20:44 -0400 |
Augie Fackler |
python3: update killdaemons and run-tests print and exception syntax
|
Thu, 07 May 2015 23:25:13 -0700 |
Pierre-Yves David |
run-tests: spread and document the content of time tuple
|
Thu, 07 May 2015 23:16:57 -0700 |
Pierre-Yves David |
run-tests: when building json, get time data in the same order as elsewhere
|
Thu, 07 May 2015 20:45:51 -0700 |
Pierre-Yves David |
run-tests: stop explicit expansion of time data
|
Fri, 08 May 2015 10:51:18 -0700 |
Pierre-Yves David |
run-tests: refactor json entry creation logic
|
Thu, 07 May 2015 23:20:24 -0700 |
Pierre-Yves David |
run-tests: when building json, use result.failures instead of result.faildata
|
Thu, 07 May 2015 17:14:00 -0700 |
Pierre-Yves David |
run-test: ensure the test ports are available before launching test
|
Thu, 07 May 2015 23:18:48 -0700 |
Pierre-Yves David |
run-tests: implement Test._testMethodName
|
Thu, 19 Mar 2015 13:15:20 -0700 |
Pierre-Yves David |
run-test: include test name in the return vlog
|
Fri, 17 Apr 2015 14:12:01 -0700 |
Gregory Szorc |
run-tests: don't error when glob matched line ends with backslash
stable
|
Sun, 12 Apr 2015 09:46:03 -0400 |
Pierre-Yves David |
run-test: enable the devel warning during tests
|
Sat, 11 Apr 2015 14:44:12 -0400 |
Pierre-Yves David |
run-tests: also follow symlink when update PATH with 'run-tests.py' dir
|
Sat, 28 Mar 2015 14:55:28 -0700 |
Gregory Szorc |
run-tests: obtain replacements inside Test._runcommand
|
Sat, 28 Mar 2015 14:28:22 -0700 |
Gregory Szorc |
run-tests: separate newline normalization from replacements
|
Sat, 28 Mar 2015 14:12:57 -0700 |
Gregory Szorc |
run-tests: remove arguments from Test._runcommand
|
Sat, 28 Mar 2015 14:08:25 -0700 |
Gregory Szorc |
run-tests: move run into Test class
|
Sat, 28 Mar 2015 19:39:03 -0700 |
Gregory Szorc |
run-tests: wait for test threads after first error
|
Sat, 28 Mar 2015 00:21:30 -0700 |
Gregory Szorc |
run-tests: report code coverage from source directory
|
Sat, 28 Mar 2015 00:47:58 -0700 |
Gregory Szorc |
run-tests: collect aggregate code coverage
|
Fri, 27 Mar 2015 23:17:19 -0700 |
Gregory Szorc |
run-tests: obtain code coverage via Python API
|
Sun, 29 Mar 2015 10:41:23 -0700 |
Gregory Szorc |
run-tests: explicitly handle unicode when writing xunit file
|
Fri, 13 Mar 2015 13:03:55 -0400 |
Augie Fackler |
run-tests: ignore ENOENT failures when removing old .err results
|
Fri, 13 Mar 2015 12:50:53 -0400 |
Augie Fackler |
run-tests: stop storing start/stop times in a dict by test name
|
Fri, 13 Mar 2015 12:47:16 -0400 |
Augie Fackler |
run-tests: avoid running the same test instance concurrently
|
Fri, 13 Mar 2015 11:21:53 -0400 |
Augie Fackler |
run-tests: add --runs-per-test flag
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi Gutiérrez Hermoso |
style: kill ersatz if-else ternary operators
|
Fri, 06 Feb 2015 16:33:05 -0800 |
Gregory Szorc |
run-tests: ensure install directories exist
|
Fri, 06 Feb 2015 16:15:02 -0800 |
Gregory Szorc |
run-tests: avoid printing extra newlines from install log
|
Thu, 22 Jan 2015 00:07:06 +0900 |
FUJIWARA Katsunori |
run-tests.py: inherit --pure option from outer run-tests.py execution
stable
|
Thu, 22 Jan 2015 00:03:58 +0900 |
FUJIWARA Katsunori |
run-tests.py: execute hghave with same env vars as ones for actual tests
stable
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
run-tests: include testdir in $PATH so tests easily can use helper tools
|
Thu, 27 Nov 2014 02:04:30 +0100 |
Mads Kiilerich |
run-tests: automatically add (glob) to "saved backup bundle to" lines
|
Wed, 19 Nov 2014 23:41:40 -0500 |
Matt Harbison |
run-tests: set a default largefiles usercache in the default hgrc file
|
Tue, 18 Nov 2014 22:02:00 -0500 |
Matt Harbison |
run-tests: don't warn on unnecessary globs mandated by check-code.py
|
Tue, 04 Nov 2014 12:46:00 -0500 |
Matt Harbison |
run-tests: include quotes in the HGEDITOR value when storing sys.executable
|
Mon, 10 Nov 2014 13:20:56 -0500 |
Augie Fackler |
run-tests: use a try/except ladder instead of looking for a specific version
|
Thu, 17 Apr 2014 22:47:38 +0200 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Thu, 23 Oct 2014 13:44:34 -0500 |
Matt Mackall |
run-tests: output diffs with only forward slashes
stable
|
Tue, 21 Oct 2014 23:16:46 +0900 |
Yuya Nishihara |
ui: separate option to show prompt echo, enabled only in tests (issue4417)
stable
|
Sat, 18 Oct 2014 21:52:11 +0900 |
Yuya Nishihara |
run-tests: clean up unused globals that were removed by tests-refactor series
|
Thu, 09 Oct 2014 17:00:29 -0700 |
Kyle Lippincott |
run-tests: more accurate/helpful message than "diff generation failed"
|
Thu, 09 Oct 2014 15:10:40 -0400 |
Augie Fackler |
run-tests: handle --jobs and --first gracefully
|
Fri, 19 Sep 2014 07:23:10 +0530 |
anuraggoel |
run-tests: added 'cuser', 'csys' time info in report.json file
|
Mon, 08 Sep 2014 16:41:00 +0200 |
anuraggoel |
run-tests: added '--json' functionality to store test result in json file
|
Sun, 31 Aug 2014 12:22:44 +0200 |
Gregory Szorc |
run-tests: make --interactive work with --view
|
Tue, 26 Aug 2014 22:03:30 +0200 |
Mads Kiilerich |
run-tests: report skipped tests as "skipped" - they might still be "relevant"
|
Thu, 14 Aug 2014 15:21:48 -0500 |
Matt Mackall |
merge with stable
|
Wed, 13 Aug 2014 18:50:35 -0500 |
Matt Mackall |
run-tests: fix some io ordering
stable
|
Tue, 12 Aug 2014 17:22:57 -0500 |
Matt Mackall |
merge with stable
|
Tue, 12 Aug 2014 11:17:29 -0500 |
Matt Mackall |
run-tests: don't double lines on build failure output
stable
|
Tue, 12 Aug 2014 11:02:30 -0500 |
Matt Mackall |
run-tests: self-test on Windows needs binary streams
stable
|
Tue, 12 Aug 2014 00:33:48 -0500 |
Matt Mackall |
run-tests: don't show 'i' for tests that don't match a keyword
|
Mon, 11 Aug 2014 17:45:50 -0500 |
Matt Mackall |
run-tests: attempt to fix iolock handling
|
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
|
Wed, 17 Jul 2013 12:45:12 -0700 |
Brendan Cully |
run-tests: lock popen wait/poll
|
Tue, 16 Jul 2013 12:44:11 -0500 |
Matt Mackall |
run-tests: patch over py2.4 proc.wait() race
|
Thu, 13 Jun 2013 01:36:58 +0200 |
Simon Heimberg |
cleanup: remove unused imports
|
Tue, 11 Jun 2013 23:39:48 +0200 |
simon |
run-tests: sort missing files first instead of raising an error
|
Sun, 09 Jun 2013 16:49:08 +0200 |
simon |
run-tests: call Threads constructor with keyword arguments
|
Sun, 09 Jun 2013 16:42:55 +0200 |
simon |
run-tests: ignoring tests works again
|
Fri, 07 Jun 2013 16:04:11 -0500 |
Matt Mackall |
run-tests: simplify interrupted message
|
Fri, 07 Jun 2013 15:58:14 -0500 |
Matt Mackall |
run-tests: remove spurious disable of --time with --debug
|
Fri, 07 Jun 2013 15:56:16 -0500 |
Matt Mackall |
run-tests: always gather runtimes
|
Wed, 05 Jun 2013 22:05:29 +0200 |
Simon Heimberg |
run-tests: when interrupted report time in failure message
|
Wed, 05 Jun 2013 22:05:02 +0200 |
Simon Heimberg |
run-tests: report interrupted tests
|
Wed, 05 Jun 2013 22:42:43 +0200 |
Simon Heimberg |
run-tests: open hgrc file only for writing
|
Thu, 06 Jun 2013 14:40:26 -0500 |
Matt Mackall |
run-tests: make --noskips work
|
Sun, 02 Jun 2013 18:09:06 -0500 |
Matt Mackall |
run-tests: add --loop support
|
Sun, 02 Jun 2013 17:58:51 -0500 |
Matt Mackall |
run-tests: --interactive and --jobs no longer conflict
|
Sun, 02 Jun 2013 17:58:49 -0500 |
Matt Mackall |
run-tests: sort certain slow tests earlier by keyword
|
Sun, 02 Jun 2013 17:57:37 -0500 |
Matt Mackall |
run-tests: drop unused resultslock
|
Sun, 02 Jun 2013 17:57:36 -0500 |
Matt Mackall |
run-tests: drop options.child and users
|
Sun, 02 Jun 2013 17:56:53 -0500 |
Matt Mackall |
run-tests: remove runchildren, now unused
|
Sun, 02 Jun 2013 17:56:51 -0500 |
Matt Mackall |
run-tests: schedule largest tests first
|
Sun, 02 Jun 2013 16:58:22 -0500 |
Matt Mackall |
run-tests: introduce thread scheduler
|
Sun, 02 Jun 2013 16:55:19 -0500 |
Matt Mackall |
run-tests: use count to calculate port to use
|
Sun, 02 Jun 2013 16:38:15 -0500 |
Matt Mackall |
run-tests: introduce threadtmp directory
|
Sun, 02 Jun 2013 16:29:35 -0500 |
Matt Mackall |
run-tests: add abort flag
|
Sun, 02 Jun 2013 16:29:22 -0500 |
Matt Mackall |
run-tests: move more variables to env
|
Sun, 02 Jun 2013 16:29:20 -0500 |
Matt Mackall |
run-tests: simplify env deletion
|
Sun, 02 Jun 2013 16:22:51 -0500 |
Matt Mackall |
run-tests: move most of remaining environment tweaks
|
Sun, 02 Jun 2013 16:22:51 -0500 |
Matt Mackall |
run-tests: move environment creation to a separate function
|
Sun, 02 Jun 2013 16:22:51 -0500 |
Matt Mackall |
run-tests: move HGRCPATH to env
|
Sun, 02 Jun 2013 16:22:51 -0500 |
Matt Mackall |
run-tests: move DAEMON_PIDS to env
|
Sun, 02 Jun 2013 16:22:34 -0500 |
Matt Mackall |
run-tests: move HGPORT setting to env
|
Sun, 02 Jun 2013 15:33:41 -0500 |
Matt Mackall |
run-tests: write tmp paths into env copy
|
Sun, 02 Jun 2013 14:04:55 -0500 |
Matt Mackall |
run-tests: use env dict to kill daemons
|
Sun, 02 Jun 2013 13:45:08 -0500 |
Matt Mackall |
run-tests: add env dict to isolate test environment
|
Mon, 27 May 2013 15:24:19 -0500 |
Matt Mackall |
run-tests: remove some unnecessary globals
|
Fri, 24 May 2013 14:30:43 -0500 |
Matt Mackall |
run-tests: add a log function
|
Fri, 24 May 2013 14:30:43 -0500 |
Matt Mackall |
run-tests: make vlog a proper function
|
Fri, 24 May 2013 14:30:43 -0500 |
Matt Mackall |
run-tests: unify marks and result codes
|
Fri, 24 May 2013 14:30:35 -0500 |
Matt Mackall |
run-tests: change return code of runone
|
Fri, 24 May 2013 13:53:56 -0500 |
Matt Mackall |
run-tests: regroup some initialization checks
|
Fri, 24 May 2013 13:52:05 -0500 |
Matt Mackall |
run-tests: fix a path existence check
|
Fri, 24 May 2013 13:51:20 -0500 |
Matt Mackall |
run-tests: regroup some variable initialization
|
Fri, 24 May 2013 13:48:25 -0500 |
Matt Mackall |
run-tests: regroup nested functions
|
Fri, 24 May 2013 13:47:17 -0500 |
Matt Mackall |
run-tests: regroup temp dir creation
|
Fri, 24 May 2013 13:41:20 -0500 |
Matt Mackall |
run-tests: pull hgrc creation out as function
|
Fri, 24 May 2013 13:34:22 -0500 |
Matt Mackall |
tests: simplify handling of unknown test types
|
Fri, 24 May 2013 13:31:44 -0500 |
Matt Mackall |
run-tests: filter out non-tests from default list
|
Fri, 24 May 2013 13:23:19 -0500 |
Matt Mackall |
run-tests: make a table of test types
|
Fri, 24 May 2013 13:02:00 -0500 |
Matt Mackall |
run-tests: don't need to test shebang any more
|
Fri, 03 May 2013 15:18:21 -0700 |
Siddharth Agarwal |
run-tests: when running in parallel, delete tmpdirs immediately
|
Wed, 17 Apr 2013 03:41:34 +0200 |
Mads Kiilerich |
run-tests: introduce --random for running tests in random error
|
Thu, 21 Mar 2013 08:56:21 +0100 |
Simon Heimberg |
run-tests: only sort files when not given as argument
|
Tue, 12 Mar 2013 10:37:48 -0700 |
Durham Goode |
tests: fix test-profile to not depend on HGPROF environment variable
|
Mon, 15 Oct 2012 23:28:45 +0200 |
Simon Heimberg |
tests: inform on Windows about unnecessary glob lines
|
Wed, 13 Feb 2013 21:58:52 +0100 |
Simon Heimberg |
tests: quickly check if the glob line already matches the output
|
Wed, 30 Jan 2013 01:24:04 +0100 |
Pierre-Yves David |
test: display used python hash seed
|
Wed, 24 Oct 2012 23:09:31 +0200 |
Simon Heimberg |
run-tests: do not fail on empty tsttest file
|
Tue, 29 Jan 2013 20:03:51 +0100 |
Mads Kiilerich |
run-tests.py: inherit PYTHONHASHSEED from environment if set
stable
|
Fri, 18 Jan 2013 01:23:51 +0100 |
Mads Kiilerich |
run-tests.py: don't let hg run interactively in debug mode
|
Fri, 18 Jan 2013 01:16:16 +0100 |
Mads Kiilerich |
run-tests.py: backout "don't use console for stdin when running in debug mode"
|
Tue, 15 Jan 2013 23:30:10 +0100 |
Mads Kiilerich |
tests: run with PYTHONHASHSEED=random
|
Tue, 15 Jan 2013 13:33:28 -0800 |
Bryan O'Sullivan |
run-tests: exit cleanly if parallel run is interrupted
|
Mon, 07 Jan 2013 02:14:41 +0100 |
Mads Kiilerich |
run-tests.py: fix handling of symlink to the right python
|
Mon, 07 Jan 2013 02:00:43 +0100 |
Mads Kiilerich |
run-tests.py: don't use console for stdin when running in debug mode
|
Mon, 07 Jan 2013 02:00:43 +0100 |
Mads Kiilerich |
tests: make hghave and run-tests exit on unknown feature requirements
|
Wed, 12 Dec 2012 15:17:18 -0800 |
Bryan O'Sullivan |
run-tests: fix whitespace nonsense
|
Wed, 12 Dec 2012 15:12:28 -0800 |
Bryan O'Sullivan |
merge with mpm
|
Wed, 12 Dec 2012 14:52:58 -0800 |
Bryan O'Sullivan |
run-tests: on windows, put correct python at front of PATH
|
Tue, 11 Dec 2012 15:38:42 -0800 |
Siddharth Agarwal |
run-tests: fix exename on Windows
|
Tue, 11 Dec 2012 15:13:23 -0800 |
Bryan O'Sullivan |
run-tests: support running tests in parallel on windows
|
Sun, 09 Dec 2012 23:33:16 +0100 |
Mads Kiilerich |
tests: kill daemons early, making breaking at "Accept" prompt safe
|
Mon, 10 Dec 2012 12:14:55 -0800 |
Bryan O'Sullivan |
run-tests: use correct python safely under --jobs
|
Mon, 10 Dec 2012 12:09:02 -0800 |
Bryan O'Sullivan |
run-tests: check for the correct python when starting
|
Mon, 10 Dec 2012 12:07:42 -0800 |
Bryan O'Sullivan |
run-tests: use correct python when run with --local
|
Tue, 27 Nov 2012 13:09:05 -0800 |
Bryan O'Sullivan |
run-tests: fix an unnoticed check-code violation
|
Tue, 27 Nov 2012 11:18:33 -0800 |
Bryan O'Sullivan |
run-tests: add a --compiler option
|
Tue, 27 Nov 2012 11:18:31 -0800 |
Bryan O'Sullivan |
run-tests: make build command line less intimidating
|
Wed, 14 Nov 2012 18:08:39 -0600 |
Matt Mackall |
run-tests: backout 4a4173519b63
|
Thu, 08 Nov 2012 14:10:04 -0800 |
Siddharth Agarwal |
run-tests.py: remove runqueue's results parameter since it is now a global
|
Sat, 10 Nov 2012 11:37:41 -0800 |
Siddharth Agarwal |
run-tests: open child-parent pipes in binary mode
|
Fri, 09 Nov 2012 14:49:30 -0800 |
Siddharth Agarwal |
run-tests: add --time option to log times for each test
|
Fri, 09 Nov 2012 15:09:35 -0800 |
Siddharth Agarwal |
run-tests: remove resultslock since it serves no useful purpose
|
Fri, 09 Nov 2012 14:42:36 -0800 |
Siddharth Agarwal |
run-tests: use pickle to send results from children to parent
|
Wed, 24 Oct 2012 23:09:31 +0200 |
Simon Heimberg |
run-tests: skip unnecessary operations on the args in the child proces
|
Thu, 18 Oct 2012 00:44:32 +0200 |
Mads Kiilerich |
run-tests: remove dead code for supporting old test scripts
|
Thu, 18 Oct 2012 00:33:29 +0200 |
Mads Kiilerich |
run-tests: handle windows crlf in .py tests again
|
Sun, 14 Oct 2012 18:30:42 +0200 |
Mads Kiilerich |
run-tests: make it possible to combine (esc) with (glob) and (re)
|
Mon, 15 Oct 2012 02:33:12 +0200 |
Mads Kiilerich |
run-tests: alternative way of handling \r on Windows
|
Thu, 11 Oct 2012 16:05:14 -0700 |
Bryan O'Sullivan |
tests: correctly report a test killed by a signal
|
Wed, 26 Sep 2012 00:56:27 +0200 |
Mads Kiilerich |
run-tests: allow test output lines to be terminated with \r in addition to \n
|
Wed, 10 Oct 2012 01:37:53 +0200 |
Mads Kiilerich |
run-tests: use more explicit criteria for detecting no-eol
|
Wed, 10 Oct 2012 01:30:45 +0200 |
Mads Kiilerich |
run-tests: drop unused enumerate
|
Sat, 28 Jul 2012 23:28:17 +0200 |
Simon Heimberg |
tests: unset variable HG if it is set
|
Sun, 19 Aug 2012 16:41:09 +0200 |
Patrick Mezard |
run-tests: do not duplicate killdaemons() code
|
Sun, 10 Jun 2012 18:50:42 +0200 |
Mads Kiilerich |
tests: use the right directory for running hghave from run-tests.py
|
Sun, 10 Jun 2012 18:50:42 +0200 |
Mads Kiilerich |
tests: make .t tests stop immediately if a cd fails
|
Sun, 10 Jun 2012 03:05:59 +0200 |
Adrian Buehlmann |
tests/run-tests: avoid C:/ in arguments
|
Fri, 08 Jun 2012 15:11:05 +0200 |
Adrian Buehlmann |
tests/run-tests: use $TMP on Windows (issue3490)
|
Fri, 01 Jun 2012 02:25:12 +0200 |
Mads Kiilerich |
tests: introduce c-style conditional sections in .t tests
|
Wed, 30 May 2012 14:28:57 +0200 |
Adrian Buehlmann |
run-tests: don't add python lines to expected dict
|
Sun, 03 Jun 2012 19:35:23 +0200 |
Adrian Buehlmann |
run-test: replace backslashes in TESTDIR
|
Sat, 12 May 2012 16:02:45 +0200 |
Brodie Rao |
cleanup: replace naked excepts with more specific ones
|
Tue, 08 May 2012 15:46:51 -0500 |
Matt Mackall |
tests: set a standard terminal type
|
Sat, 28 Apr 2012 01:22:47 +0200 |
Mads Kiilerich |
tests: don't require 'hg' without extension on windows
stable
|
Mon, 02 Apr 2012 17:02:03 -0500 |
Matt Mackall |
tests: shorten post-test sleeps
|
Sat, 14 Jan 2012 01:56:27 +0100 |
Mads Kiilerich |
run-tests: expand user in --with-hg
stable
|
Fri, 20 Jan 2012 01:24:16 +0100 |
Mads Kiilerich |
tests: let run-tests.py default to use 'sh' in $PATH instead of '/bin/sh'
stable
|
Sat, 14 Jan 2012 01:55:50 +0100 |
Mads Kiilerich |
tests: add 'set -x' to the .t sh scripts in run-tests.py debug mode
stable
|
Wed, 11 Jan 2012 15:38:31 +0100 |
Markus Zapke-Gründemann |
tests: add htmlcov option
|
Thu, 12 Jan 2012 14:39:02 -0600 |
Matt Mackall |
run-tests: use a list comprehension instead of map
|
Wed, 11 Jan 2012 15:37:25 +0100 |
Markus Zapke-Gründemann |
tests: fix omit path list
|
Mon, 21 Nov 2011 01:49:20 +0100 |
Mads Kiilerich |
tests: use an alias to make msys 'pwd' return paths with forward slashes
|
Wed, 16 Nov 2011 03:45:14 +0100 |
Mads Kiilerich |
tests: use the specified shell for running old fashioned sh tests
|
Mon, 07 Nov 2011 03:25:10 +0100 |
Mads Kiilerich |
run-tests: make $TESTTMP matching case-insensitive on windows
|
Mon, 07 Nov 2011 03:25:10 +0100 |
Mads Kiilerich |
run-tests: don't quote command names - that do apparently not work with msys
|
Mon, 07 Nov 2011 03:25:10 +0100 |
Mads Kiilerich |
tests: ignore \r on windows
|
Mon, 07 Nov 2011 03:25:10 +0100 |
Mads Kiilerich |
run-tests: convert windows paths to unix
|
Mon, 07 Nov 2011 03:25:10 +0100 |
Mads Kiilerich |
tests: make (glob) on windows accept \ instead of /
|
Mon, 07 Nov 2011 02:44:04 +0100 |
Mads Kiilerich |
tests: make '(esc)' matching in run-tests.py work as intended
|
Mon, 07 Nov 2011 13:46:41 -0600 |
Matt Mackall |
run-tests: replace inline python handling with more native scheme
|
Thu, 03 Nov 2011 15:18:10 -0500 |
Matt Mackall |
run-tests: minor cleanups
|
Thu, 03 Nov 2011 15:08:45 -0500 |
Matt Mackall |
run-tests: pull out line matching function
|
Thu, 03 Nov 2011 14:51:04 -0500 |
Matt Mackall |
run-tests: pull out unified matching funcs
|
Thu, 03 Nov 2011 14:48:56 -0500 |
Matt Mackall |
tests: add some comments to the unified test code
|
Thu, 03 Nov 2011 14:30:00 -0500 |
Matt Mackall |
tests: rewrite inline Python support
|
Sat, 22 Oct 2011 23:21:38 +0200 |
Thomas Arendsen Hein |
run-tests: make sure no_proxy/NO_PROXY are empty to fix test-http-proxy.t
stable
|
Thu, 13 Oct 2011 17:54:37 +0200 |
Idan Kamara |
run-tests: end doctest block when seeing a non-command
|
Wed, 12 Oct 2011 22:01:14 +0200 |
Idan Kamara |
tests: add support for inline doctests in test files
|
Mon, 25 Jul 2011 16:37:18 -0500 |
Augie Fackler |
tests: use getattr instead of hasattr
|
Wed, 13 Jul 2011 19:23:08 +0200 |
Patrick Mezard |
run-tests: fix summary when accepting changes interactively
|
Thu, 30 Jun 2011 16:36:38 +0200 |
Thomas Arendsen Hein |
run-test: revert most of 439ed4721a6d, timeout uses fallback for terminate()
stable
|
Thu, 30 Jun 2011 16:25:05 +0200 |
Thomas Arendsen Hein |
run-tests: fallback to SIGTERM if subprocess.Popen does not have terminate()
stable
|
Sun, 12 Jun 2011 17:26:20 +0300 |
Idan Kamara |
run-tests: verbose log ignored test
|
Tue, 31 May 2011 20:39:04 -0500 |
Augie Fackler |
run-tests: allow whitelisting tests that should always run
|
Sat, 28 May 2011 11:44:27 +0200 |
Patrick Mezard |
run-tests: fix --blacklist (broken by 95715c2f90bf)
|
Fri, 27 May 2011 17:46:48 +0300 |
Idan Kamara |
run-tests: fix --blacklist with jobs > 1
|
Fri, 27 May 2011 17:46:47 +0300 |
Idan Kamara |
run-tests: slightly simplify blacklist check
|
Wed, 18 May 2011 15:45:57 +0200 |
Thomas Arendsen Hein |
run-tests: print a newline after all warnings
|
Mon, 16 May 2011 21:56:26 +0200 |
Patrick Mezard |
run-tests: replace chdir() with Popen cwd option
|
Mon, 16 May 2011 21:54:43 +0200 |
Patrick Mezard |
run-tests: make --debug run in the temporary test directory
|
Mon, 16 May 2011 21:52:28 +0200 |
Patrick Mezard |
run-tests: use the common test path on Windows and Java
|
Mon, 16 May 2011 21:41:46 +0200 |
Patrick Mezard |
run-tests: ignore timeout when Popen.terminate is unavailable
|