History log of /external/deqp/framework/common/tcuTestSessionExecutor.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
59b012e2836ef8b3aaf7d9070b3a8b6d50a66135 07-Apr-2015 Jarkko Pöyry <jpoyry@google.com> Terminate session execution if fatal error is caught.

Bug: 20095156
Change-Id: If6b4b255fda1e89710c7b5c695858306575fe95b
/external/deqp/framework/common/tcuTestSessionExecutor.cpp
ed56e09b004d0e4300467b051b5ec748a735b615 26-Mar-2015 Pyry Haulos <phaulos@google.com> Fix test session completion status

tcu::TestSessionExecutor failed to mark test run as completed, which made
tcu::App to always report run as aborted. This change fixes this issue.

Change-Id: Ifa70442ce9578e9d58db51ecd4557f2cb575d9af
/external/deqp/framework/common/tcuTestSessionExecutor.cpp
4e3ea87b79b12195e79d28ef6ab2be0a847b5d9a 20-Mar-2015 Pyry Haulos <phaulos@google.com> Refactor tcu::TestExecutor

tcu::TestExecutor used to provide all functionality required for
traversing hierarchy, executing tests, and even generating test case
lists. This change splits TestExecutor into three separate utilities:

1) TestHierarchyIterator provides test hierarchy traversal.
2) TestSessionExecutor provides test session execution.
3) Utility functions for generating test case list files.

In addition TestCaseWrapper has been replaced by package-specific
TestCaseExecutor with TestSessionExecutor-managed lifetime.

Change-Id: Idb8090964a80cd64892231798710547e84e2989b
/external/deqp/framework/common/tcuTestSessionExecutor.cpp