Skip to content

Commit

Permalink
Merge pull request #3316 from williamfgc/lingering-noasan
Browse files Browse the repository at this point in the history
Remove lingering noasan label for fixed tests
  • Loading branch information
ye-luo authored Jul 27, 2021
2 parents bdef538 + 9012718 commit 9dfd387
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
8 changes: 0 additions & 8 deletions src/Containers/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,3 @@ set_tests_properties(${UTEST_NAME} PROPERTIES WORKING_DIRECTORY ${UTEST_DIR})
if(USE_OBJECT_TARGET)
target_link_libraries(${UTEST_EXE} platform_omptarget)
endif()

if("${ENABLE_SANITIZER}" STREQUAL "asan")
set_property(
TEST ${UTEST_NAME}
APPEND
PROPERTY LABELS noasan)
endif()

6 changes: 0 additions & 6 deletions src/QMCDrivers/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ endif()

add_unit_test(${UTEST_NAME} 1 1 "${QMCPACK_UNIT_TEST_DIR}/${UTEST_EXE}")
set_tests_properties(${UTEST_NAME} PROPERTIES WORKING_DIRECTORY ${UTEST_DIR})
if("${ENABLE_SANITIZER}" STREQUAL "asan")
set_property(
TEST ${UTEST_NAME}
APPEND
PROPERTY LABELS noasan)
endif()

if(NOT QMC_CUDA)
# New Driver Only test program
Expand Down

0 comments on commit 9dfd387

Please sign in to comment.