Do not generate failed status on allocation failure
Bug: 218383959 Test: this Change-Id: Ibb37d9cad8004d31c3d7cb75ebfa7839f7d07ed0
This commit is contained in:
parent
e8919888ad
commit
72415bcfa3
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
}
|
||||
|
@ -375,4 +374,4 @@ INSTANTIATE_TEST_CASE_P(
|
|||
[](auto info) -> std::string {
|
||||
std::string name = std::to_string(info.index) + "/" + std::get<2>(info.param).name;
|
||||
return Sanitize(name);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue