Skip to content

Commit 5e688a1

Browse files
committed
Fix umfIpcTest.AllocFreeAllocTest test
1 parent f77a21f commit 5e688a1

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
@@ -351,11 +351,8 @@ TEST_P(umfIpcTest, AllocFreeAllocTest) {
351351
get_umf_result_of_free(freeNotSupported, UMF_RESULT_SUCCESS));
352352

353353
pool.reset(nullptr);
354-
// TODO fix it - it does not work in case of IPC cache hit
355-
// EXPECT_EQ(stat.allocCount, stat.getCount);
356354
EXPECT_EQ(stat.getCount, stat.putCount);
357-
// TODO fix it - it does not work in case of IPC cache hit
358-
// EXPECT_EQ(stat.openCount, stat.getCount);
355+
EXPECT_EQ(stat.openCount, stat.getCount);
359356
EXPECT_EQ(stat.openCount, stat.closeCount);
360357
}
361358

0 commit comments

Comments
 (0)