History log of /external/deqp/framework/common/tcuTestHierarchyUtil.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
653ad0e8a4209754304cbd5b5ceb4fdc7b29c01a 16-Aug-2016 Pyry Haulos <phaulos@google.com> Fix merged <space><tab> in C/C++ files

Change-Id: Ice7c1ae46a88c941c5834f9d34fcd4822c30debc
/external/deqp/framework/common/tcuTestHierarchyUtil.cpp
ecdef01798ea6069f21fec14dabe3819622f54c0 18-Feb-2016 Piers Daniell <pdaniell@nvidia.com> Add new --deqp-log-flush command line option

It defaults to enabled. When disabled it skips calling fflush() for
every XML token and line of log.
/external/deqp/framework/common/tcuTestHierarchyUtil.cpp
bb274a4ddafcac39d829208a049e1461d2aa151e 20-May-2015 Kalle Raita <kraita@google.com> Make case list export destination configurable

Added command line parameter --deqp-caselist-export-file for
defining the test case list target file template.

Added new run mode, stdout-caselist, for writing all the test
cases into the stdout.

Split XML export into file handling and XML writing parts
for clarity. Renamed export utility functions to show
that multiple files are potentially created during
export.

Bug: 20890217

Change-Id: Ib6247283824203644a9953391588f1c60347405b
/external/deqp/framework/common/tcuTestHierarchyUtil.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/tcuTestHierarchyUtil.cpp