]> git.proxmox.com Git - mirror_qemu.git/blob - tests/tsan/suppressions.tsan
b3ef59c27c04b5ac3a9084ceedac226455dba4a2
[mirror_qemu.git] / tests / tsan / suppressions.tsan
1 # This is the set of runtime suppressions of TSan warnings.
2 # The goal would be to have here only items we do not
3 # plan to fix, and to explain why for each item.
4
5 # TSan reports a double lock on RECURSIVE mutexes.
6 # Since the recursive lock is intentional, we choose to ignore it.
7 mutex:pthread_mutex_lock
8
9 # TSan reports a race between pthread_mutex_init() and
10 # pthread_mutex_lock(). Since this is outside of QEMU,
11 # we choose to ignore it.
12 race:pthread_mutex_init
13 race:pthread_mutex_lock