File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,14 @@ struct memspaceProviderTest : ::memspaceGetTest {
87
87
void SetUp () override {
88
88
::memspaceGetTest::SetUp ();
89
89
90
- auto [isQuerySupported, memspaceGet] = ::memspaceGetTest::GetParam ();
91
- bool restinpiss = isQuerySupported (nodeIds.front ());
92
-
93
- if (!restinpiss || numa_available () == -1 || numa_all_nodes_ptr == nullptr ) {
94
- GTEST_SKIP () << " Dkippig 2222" ;
90
+ // auto [isQuerySupported, memspaceGet] = ::memspaceGetTest::GetParam();
91
+ // bool restinpiss = isQuerySupported(nodeIds.front());
92
+
93
+ // if (!restinpiss || numa_available() == -1 || numa_all_nodes_ptr == nullptr) {
94
+ // GTEST_SKIP() << "Dkippig 2222";
95
+ // }
96
+ if (::memspaceGetTest::IsSkipped ()) {
97
+ GTEST_SKIP () << " SIPPING I WAS WROOONG" ;
95
98
}
96
99
97
100
umf_result_t ret =
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ static bool canQueryLatency(size_t nodeId) {
37
37
}
38
38
ret = hwloc_topology_load (topology);
39
39
// UT_ASSERTeq(ret, 0);
40
- if (!GTEST_OUT_EQ (ret, 0 )) {
40
+ if (!GTEST_OUT_NE (ret, 0 )) {
41
41
return false ;
42
42
}
43
43
You can’t perform that action at this time.
0 commit comments