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

Commit 72415bcf authored by Ankit Goyal's avatar Ankit Goyal
Browse files

Do not generate failed status on allocation failure

Bug: 218383959
Test: this
Change-Id: Ibb37d9cad8004d31c3d7cb75ebfa7839f7d07ed0
parent e8919888
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -153,7 +153,6 @@ class GraphicsTestsBase {
            if (error == EX_SERVICE_SPECIFIC) {
                error = status.getServiceSpecificError();
                EXPECT_NE(OK, error) << "Failed to set error properly";
                EXPECT_EQ(OK, error) << "Failed to allocate";
            } else {
                EXPECT_EQ(OK, error) << "Allocation transport failure";
            }