You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: skip tests requiring NUMA if NUMA is not supported
Substitute GTEST_FAIL() with GTEST_SKIP() or add GTEST_SKIP().
Remove UT_ASSERTs checking for NUMA.
Enable skipping tests in CMakeLists.txt.
Add UMF_TEST_SKIP_RETURN_CODE (=125) to CMakeLists.txt.
Add test_skip_error_code (=125) to helper header files
for examples and tests.
Allow uninstantiated tests in
/test/provider_os_memory_multiple_numa_nodes.cpp.
Make get_available_numa_nodes() return an empty vector
in the environment without NUMA.
Fixes: #635
Signed-off-by: Agata Momot <[email protected]>
0 commit comments