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 b169e18
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions iceoryx_hoofs/cmake/IceoryxPlatform.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,12 @@ 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} "# End of file\n")
file(APPEND ${BLACKLIST_FILE_PATH} "deadlock:*TimingTest_AttachingInCallbackWorks*\n")
file(APPEND ${BLACKLIST_FILE_PATH} "# End of filen")
endif()
endfunction()

Expand Down

0 comments on commit b169e18

Please sign in to comment.