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

Commit 076f69aa authored by Michael Butler's avatar Michael Butler
Browse files

Fixed flaky RenderScript VTS Test

Added missing synchronization before context destroy

Bug: 38385848
Test: make vts, does not fail with multiple tests
Change-Id: Ib0d038969e9a1d6f5ea555ccb60fed55b69e05dc
parent 9119d4cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -28,6 +28,7 @@ void RenderscriptHidlTest::SetUp() {
}
}


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