History log of /cts/tests/tests/nativemedia/xa/src/XAObjectCreationTest.cpp
Revision Date Author Comments
aeb1e1a75563641fa948ebab58015fbc6598c5e9 30-Sep-2016 Dan Willemsen <dwillemsen@google.com> Remove LOCAL_CTS_GTEST_LIST_EXECUTABLE

The one user of this is gone, remove everything related to it.

Test: m cts; Only relevant changes before/after is the debug line
information from the changed cpp files.
Change-Id: I1ea5bea229723f44f8752e645e0c86e25a3dee7f
ff0a994dacffeee9c7918401bca7cdd6ae402707 05-Feb-2014 Christopher Ferris <cferris@google.com> Native tests use a text file based test list.

Rewrite the nativescanner to parse the output of --gtest_list_tests.

Modify the rules for the xml test list generation to cat the text file
as the source of the test lists. The text file was generated by running
all three gtest tests with the --gtest_list_tests option and saving it
to a file.

Remove the known failures list for bionic tests.

Bug: 10914944

(partial cherry-pick of 2830d721b4173ac7a91e4fc8b9cc0cafaaf86460 from aosp master)

Change-Id: I0a35f191f050e007d2b657b0ad871f38a8f27a9b
2830d721b4173ac7a91e4fc8b9cc0cafaaf86460 05-Feb-2014 Christopher Ferris <cferris@google.com> Native tests use --gtest_list_tests for test list.

Rewrite the nativescanner to parse the output of --gtest_list_tests.

Modify the rules for the xml test list generation to build the special
host test list executables and pipe the output to the native scanner.

Modify all of the native tests to create a host list executable.

Remove the known failures list for bionic tests.

Bug: 10914944

Change-Id: Ib4d7da0f260eeef08db6fd083cfeecf92459979b
b683513665956ff9a06f84ebd765637491aeb78c 18-Oct-2011 Jean-Michel Trivi <jmtrivi@google.com> Fix 4970300 OpenMAX AL and OpenSL ES libs checked in CTS

This CL reorganizes the native media tests for OpenSL ES and
OpenMAX AL into two independent tests as they cannot share
the same test set up.
The goal of these tests is simply to verify basic presence
of the XA and SL libraries on the device under test by
testing basic object creation.
The existing OpenSL ES tests are only moved, and OpenMAX AL
test of engine and output mix creation are added.

Change-Id: Ic16166393513ef06ce153f4f423c593f80c129a8