Skip to content

Commit 775649d

Browse files
committed
Fix umfIpcTest.AllocFreeAllocTest test
1 parent b6b06bd commit 775649d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/ipcFixtures.hpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,11 +357,8 @@ TEST_P(umfIpcTest, AllocFreeAllocTest) {
357357
get_umf_result_of_free(freeNotSupported, UMF_RESULT_SUCCESS));
358358

359359
pool.reset(nullptr);
360-
// TODO fix it - it does not work in case of IPC cache hit
361-
// EXPECT_EQ(stat.allocCount, stat.getCount);
362360
EXPECT_EQ(stat.getCount, stat.putCount);
363-
// TODO fix it - it does not work in case of IPC cache hit
364-
// EXPECT_EQ(stat.openCount, stat.getCount);
361+
EXPECT_EQ(stat.openCount, stat.getCount);
365362
EXPECT_EQ(stat.openCount, stat.closeCount);
366363
}
367364

0 commit comments

Comments
 (0)