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 f77a21f commit 5e688a1Copy full SHA for 5e688a1
test/ipcFixtures.hpp
@@ -351,11 +351,8 @@ TEST_P(umfIpcTest, AllocFreeAllocTest) {
351
get_umf_result_of_free(freeNotSupported, UMF_RESULT_SUCCESS));
352
353
pool.reset(nullptr);
354
- // TODO fix it - it does not work in case of IPC cache hit
355
- // EXPECT_EQ(stat.allocCount, stat.getCount);
356
EXPECT_EQ(stat.getCount, stat.putCount);
357
358
- // EXPECT_EQ(stat.openCount, stat.getCount);
+ EXPECT_EQ(stat.openCount, stat.getCount);
359
EXPECT_EQ(stat.openCount, stat.closeCount);
360
}
361
0 commit comments