summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorlhchavez <lhchavez@lhchavez.com>2020-08-02 16:26:25 -0700
committerlhchavez <lhchavez@lhchavez.com>2020-11-28 15:12:14 -0800
commit4ae41f9c639d246d34dac89c3f1d9451c9cfa8d3 (patch)
tree5e207fe654fb3c5a7a6a4bbcc490f982e2ececc7 /script
parentef6de8d5d1c0e70f974d9c11e74f87f852b7c3ee (diff)
downloadlibgit2-4ae41f9c639d246d34dac89c3f1d9451c9cfa8d3.tar.gz
Make the odb race-free
This change adds all the necessary locking to the odb to avoid races in the backends. Part of: #5592
Diffstat (limited to 'script')
-rw-r--r--script/thread-sanitizer.supp7
1 files changed, 1 insertions, 6 deletions
diff --git a/script/thread-sanitizer.supp b/script/thread-sanitizer.supp
index 757a0e79c..359a9b35e 100644
--- a/script/thread-sanitizer.supp
+++ b/script/thread-sanitizer.supp
@@ -8,11 +8,6 @@ deadlock:attr_cache_lock
# data races.
called_from_lib:libc.so.6
-# TODO(#5595): Remove these once the fixes land.
-race:src/odb.c
-race:git_repository_odb__weakptr
-race:cache_store
-
-# TODO(#5595): Investigate and fix this. It can be triggered by the `thread`
+# TODO(#5592): Investigate and fix this. It can be triggered by the `thread`
# test suite.
race:git_filter_list__load_ext