]> Git Repo - qemu.git/blame - tests/tsan/suppressions.tsan
Acceptance Tests: set up SSH connection by default after boot for LinuxTest
[qemu.git] / tests / tsan / suppressions.tsan
CommitLineData
df79fd56
RF
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.
7mutex:aio_context_acquire
8mutex:pthread_mutex_lock
9
10# TSan reports a race betwen pthread_mutex_init() and
11# pthread_mutex_lock(). Since this is outside of QEMU,
12# we choose to ignore it.
13race:pthread_mutex_init
14race:pthread_mutex_lock
This page took 0.097558 seconds and 4 git commands to generate.