tests/run-tests.py
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()
less more (0) -300 -100 -60 tip