Skip to content

Commit

Permalink
iox-eclipse-iceoryx#692 Update suppression file
Browse files Browse the repository at this point in the history
Signed-off-by: Ibrahim Kuru <[email protected]>
  • Loading branch information
ibrhmkuru committed Feb 17, 2023
1 parent fced2e4 commit 002c083
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions iceoryx_hoofs/cmake/IceoryxPlatform.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ function(iox_create_tsan_runtime_blacklist BLACKLIST_FILE_PATH)
# called_from_lib suppresses all interceptors in a particular library
if(NOT EXISTS ${BLACKLIST_FILE_PATH})
file(WRITE ${BLACKLIST_FILE_PATH} "# This file is auto-generated from iceoryx_hoofs/cmake/IceoryxPlatform.cmake\n")
file(APPEND ${BLACKLIST_FILE_PATH} "mutex:*\n")
file(APPEND ${BLACKLIST_FILE_PATH} "mutex:*MutexWithDeadlockDetectionsFailsWhenSameThreadTriesToUnlockItTwice*\n")
file(APPEND ${BLACKLIST_FILE_PATH} "mutex:*MutexWithDeadlockDetectionsFailsWhenAnotherThreadTriesToUnlock*\n")
file(APPEND ${BLACKLIST_FILE_PATH} "mutex:*MutexWithStallWhenLockedBehaviorDoesntUnlockMutexWhenThreadTerminates*\n")
file(APPEND ${BLACKLIST_FILE_PATH} "race:*\n")
file(APPEND ${BLACKLIST_FILE_PATH} "deadlock:*\n")
file(APPEND ${BLACKLIST_FILE_PATH} "deadlock:*TimingTest_AttachingInCallbackWorks*\n")
file(APPEND ${BLACKLIST_FILE_PATH} "# End of file\n")
endif()
endfunction()
Expand Down

0 comments on commit 002c083

Please sign in to comment.