History log of /external/deqp/framework/common/tcuApp.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f01135590351f4c32aa89702eafe2fc175d880dd 15-Jul-2017 Mika Isojärvi <misojarvi@google.com> Merge Vulkan CTS 1.0.2.4 into aosp/master

Bug: 62712168
Change-Id: Ib5dcdc7645193825171cb93c5a3b8a0820cbc5a1
47046481073b94d1b5ae3d5afae0ed40fa3753a3 20-Mar-2017 Lei Zhang <antiagainst@google.com> Add 32 to 16 bit float conversion w.r.t rounding mode

Component: Framework

Change-Id: I9428f0dc725484b8a2f213157100326a69754cd8
(cherry picked from commit 7c0f5bea1da74f70e549e9a735c9d702c9396084)
/external/deqp/framework/common/tcuApp.cpp
fb2e496ff5f0c81f67052af9f30ad69f63458641 27-Apr-2017 Kalle Raita <kraita@google.com> Log which watchdog timer was exceeded

Test: Timeout failure for max_concurrent.framebuffer on Marlin
Change-Id: Ie8396c6506e09bbe94c6d5dc6c29fd6e20c7f436
/external/deqp/framework/common/tcuApp.cpp
5cc4a22b50c6de73204f92a837c8b38bca3e73e2 22-May-2015 Kalle Raita <kraita@google.com> Merge "Make case list export destination configurable"
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/tcuApp.cpp
09307280328f7fe333960a53cddf8c2962af5536 20-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix -Wconversion warnings in framework/common.

Bug: 21161908
Change-Id: I62a1a2223f3441e88f8a737855aa5075a3c5a3f1
/external/deqp/framework/common/tcuApp.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/tcuApp.cpp
8d071f984dc0009c1ce3ba568ae24748bb88024e 20-Mar-2015 Jarkko Pöyry <jpoyry@google.com> Avoid malloc in App::onCrash.

Bug: 19517387
Change-Id: I50097263b2d732d070315ab08e2059daa94c6a9a
/external/deqp/framework/common/tcuApp.cpp
290f32ab4cdac8866be121c3da33bb187333f4ab 29-Oct-2014 Pyry Haulos <phaulos@google.com> First iteration of new release script

This change restores release script from the grave and adapts it to the
new environment. Releases are now defined by a simple configuration
(source-only, bin-only, or both) and unique name. Android APK and linux64
utility binaries are currently built but not tested.

Additionally, deprecated license checks have been removed from qpInfo and
tcuApp.

Change-Id: If5073f65e7a91ec60fa7d903c9e9cfd196075944
/external/deqp/framework/common/tcuApp.cpp
3c827367444ee418f129b2c238299f49d3264554 02-Sep-2014 Jarkko Poyry <jpoyry@google.com> Import dEQP.

Import drawElements Quality Program from an internal repository.

Bug: 17388917
Change-Id: Ic109fe4a57e31b2a816113d90fbdf51a43e7abeb
/external/deqp/framework/common/tcuApp.cpp