Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64ac76b2 authored by Michael Butler's avatar Michael Butler
Browse files

Fixed flaky RenderScript VTS Test

Added missing synchronization before context destroy

Bug: 62535730
Bug: 38385848
Test: make vts, does not fail with multiple tests
Change-Id: Ib0d038969e9a1d6f5ea555ccb60fed55b69e05dc
(cherry picked from commit 076f69aa)
parent 02b745ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ void RenderscriptHidlTest::SetUp() {
}

void RenderscriptHidlTest::TearDown() {
    context->contextFinish();
    context->contextDestroy();
}