Skip to content

Commit

Permalink
Update TSAN suppressions file
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 12, 2023
1 parent 9b81008 commit 57750c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tsan
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ race:crossbeam_deque*push
race:crossbeam_deque*steal

# Non-lock-free AtomicCell uses SeqLock which uses fences.
race:crossbeam_utils::atomic::atomic_cell::AtomicCell<T>::compare_exchange
race:crossbeam_utils::atomic::atomic_cell::atomic_compare_exchange_weak

0 comments on commit 57750c2

Please sign in to comment.