Skip to content

Commit

Permalink
tests: mark failing tests "broken_with_enabled_sanitzers"
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and arogge committed Oct 4, 2022
1 parent b1c1429 commit 477602b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/src/tests/CMakeLists.txt
Expand Up @@ -278,6 +278,10 @@ if(NOT client-only)
test_config_parser_dir LINK_LIBRARIES dird_objects bareos bareosfind
bareossql GTest::gtest_main
)
set_tests_properties(
gtest:ConfigParser_Dir.bareos_configparser_tests
PROPERTIES LABELS broken_with_enabled_sanitzers
)
bareos_add_test(
test_crc32
ADDITIONAL_SOURCES ../stored/crc32/crc32.cc
Expand Down Expand Up @@ -399,6 +403,7 @@ bareos_add_test(
)

bareos_add_test(thread_list LINK_LIBRARIES bareos GTest::gtest_main)

set_tests_properties(
gtest:thread_list.thread_list_startup_and_shutdown PROPERTIES LABELS broken
)
Expand Down
12 changes: 12 additions & 0 deletions systemtests/tests/reload/CMakeLists.txt
Expand Up @@ -19,3 +19,15 @@

get_filename_component(BASENAME ${CMAKE_CURRENT_BINARY_DIR} NAME)
create_systemtest(${SYSTEMTEST_PREFIX} ${BASENAME})

get_property(
test_names
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
PROPERTY TESTS
)
set_tests_properties(
system:reload:add-second-director system:reload:add-uncommented-string
system:reload:unchanged-config PROPERTIES LABELS
broken_with_enabled_sanitzers
)
# message(FATAL_ERROR ${test_names})

0 comments on commit 477602b

Please sign in to comment.