forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GHA] Enable thread sanitizer (openvinotoolkit#26634)
### Details: - Enable thread sanitizer - Fixed protobuf build ### Tickets: - *ticket-id*
- Loading branch information
Showing
8 changed files
with
155 additions
and
116 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright (C) 2018-2024 Intel Corporation | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# This is a ThreadSanitizer (TSan) suppression file which provides a default | ||
# configuration for the builds with -DENABLE_SANITIZER=ON. | ||
# More information about LSan suppressions on | ||
# https://github.com/google/sanitizers/wiki/threadsanitizersuppressions | ||
|
||
# race conditions from thirdparty libs | ||
race:libtbb | ||
mutex:libtbb | ||
race:libhwloc | ||
# race conditions from std libs | ||
race:libstdc++ | ||
race:libc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters