summaryrefslogtreecommitdiff
path: root/renderscript/1.0/vts/functional/VtsHalRenderscriptV1_0TargetTest.cpp
AgeCommit message (Collapse)Author
2020-07-28Suppress gtest error for tests without any instanceDan Shi
Bug: 162052785 Test: m -j vts Change-Id: I8c1a48e6fbd7c8161137902b5332911fa0d7b8b3
2019-12-11Convert VtsHalRenderscriptV1_0TargetTest to be parameterized testDan Shi
Bug: 142397658 Test: atest VtsHalRenderscriptV1_0TargetTest Change-Id: I319f113d2c80afc75a28a480e3dd1c7739c5f2d7
2017-11-13Convert Renderscript Hal test to test against each of the service names.Zhuoyao Zhang
Bug:64203181 Test: vts-tradefed run vts -m VtsHalRenderscriptV1_0Target Change-Id: I40bb519f901a553363837a42ee7450db32d22e27
2017-07-14Added protections to RenderScript VTS class teardown.Michael Butler
If RenderScript HIDL server does not exist or cannot be opened, currently it results in a nullptr dereference when the VTS test is torn down. This CL adds a check before the cleanup. Test: mm -j40 Bug: 63711002 Change-Id: I11a226a78b31444e7b198b2ff1dfa3794963caa0
2017-05-22Fixed flaky RenderScript VTS TestMichael Butler
Added missing synchronization before context destroy Bug: 38385848 Test: make vts, does not fail with multiple tests Change-Id: Ib0d038969e9a1d6f5ea555ccb60fed55b69e05dc
2017-03-16RenderScript VTS implementationMichael Butler
Contains the gtest for the vts-hidl-hal test. The goal is to have 1 test case for each HIDL HAL entry by 3/15/17. There are still a few tests with bugs, so they have been commented out and will be fixed by 3/17/17. Bug: 34396220 Bug: 35915961 Test: mm and run on angler Change-Id: I20462432a42e3aa307b98e728f30f20f5aa1e921