This commit is contained in:
Jeremy Rifkin
2025-01-18 10:30:10 -06:00
parent 83cbfb953a
commit 6829ced265
2 changed files with 16 additions and 6 deletions

View File

@@ -491,12 +491,6 @@ set_tests_properties(
PASS_REGULAR_EXPRESSION "passed"
FAIL_REGULAR_EXPRESSION "ThreadSanitizer"
)
if (NOT WIN32)
target_compile_options( Reporters::Multithreading
PUBLIC
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:GNU>,$<CXX_COMPILER_ID:AppleClang>>:-fsanitize=thread>
)
endif()
add_executable(AssertionStartingEventGoesBeforeAssertionIsEvaluated
X20-AssertionStartingEventGoesBeforeAssertionIsEvaluated.cpp