Lines Matching refs:TestRunner
284 into TestRunner2, bringing it to parity with TestRunner.
6319 This change splits out the TestRunner class into its own file.
6321 TestRunner, and this change will allow that to be more modular.
6344 TestRunner class so we can easily fork it to run either the
8634 the logic the TestRunner class uses, and more generic.
8642 back to the TestRunner (Manager), and the logic for checking if
8643 the threads are done or wedged is moved back to TestRunner. We
8648 TestRunner._run_tests(); it only needs to exist while actually
9958 the TestRunner to the TestShellThread.
22180 Land a patched version of r66542 - change TestRunner to have an
22182 TestRunner and the printing module, and then wrap everything in a
22184 rely on stuff happening in the destructor of the TestRunner.
22188 the TestRunner class.
24040 to make the contract between TestRunner and TestShellThread clearer.