We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b06bd commit 775649dCopy full SHA for 775649d
test/ipcFixtures.hpp
@@ -357,11 +357,8 @@ TEST_P(umfIpcTest, AllocFreeAllocTest) {
357
get_umf_result_of_free(freeNotSupported, UMF_RESULT_SUCCESS));
358
359
pool.reset(nullptr);
360
- // TODO fix it - it does not work in case of IPC cache hit
361
- // EXPECT_EQ(stat.allocCount, stat.getCount);
362
EXPECT_EQ(stat.getCount, stat.putCount);
363
364
- // EXPECT_EQ(stat.openCount, stat.getCount);
+ EXPECT_EQ(stat.openCount, stat.getCount);
365
EXPECT_EQ(stat.openCount, stat.closeCount);
366
}
367
0 commit comments