History log of /external/deqp/framework/common/tcuTestHierarchyIterator.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c5cf5cb5dd01910d08bb5e600fea7179d89f9a68 14-Nov-2016 Pyry Haulos <phaulos@google.com> Upstream common framework changes from OpenGL CTS

* Refactor case list filtering logic into tcu::CaseListFilter from
tcu::CommandLine.

* Add --deqp-caselist-resource command line option that allows sourcing
test case list from asset archive instead of filesystem directly. This
allows packaging test case lists in the Android APK for example.

* Add tcu::transpose() to tcuMatrixUtil.hpp

* Add tcu::DVecN typedefs

* Add support for QNX

* Add tcu::App::getResult()

* Add -Wno-delete-non-virtual-dtor to default gcc/clang flags

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