Skip to content

Commit d043949

Browse files
authored
gh-117657: Remove remaining TSan suppressions (gh-143499)
1 parent 51a56a3 commit d043949

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

Tools/tsan/suppressions.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# This file contains suppressions for the default (with GIL) build.
2-
# reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
2+
#
3+
# Reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
4+
#
5+
# When adding a suppression, include a comment referencing a GitHub issue
6+
# that describes how to reproduce the race and includes the relevant TSan
7+
# output.
38

4-
# https://gist.github.com/mpage/daaf32b39180c1989572957b943eb665
5-
thread:pthread_create
9+
# There are currently no active suppressions. This file is kept so tooling
10+
# that expects it can still find it.
Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
# This file contains suppressions for the free-threaded build. It contains the
2-
# suppressions for the default build and additional suppressions needed only in
1+
# This file contains suppressions for the free-threaded build. It includes the
2+
# default build suppressions plus any additional suppressions needed only in
33
# the free-threaded build.
44
#
5-
# reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
6-
7-
## Free-threaded suppressions
8-
9-
10-
# These entries are for warnings that trigger in a library function, as called
11-
# by a CPython function.
12-
13-
# These warnings trigger directly in a CPython function.
14-
15-
race_top:_PyObject_TryGetInstanceAttribute
5+
# Reference: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
6+
#
7+
# When adding a suppression, include a comment referencing a GitHub issue
8+
# that describes how to reproduce the race and includes the relevant TSan
9+
# output.
1610

17-
# https://gist.github.com/mpage/6962e8870606cfc960e159b407a0cb40
18-
thread:pthread_create
11+
# There are currently no active suppressions. This file is kept so tooling
12+
# that expects it can still find it.

0 commit comments

Comments
 (0)