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
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip