aboutsummaryrefslogtreecommitdiff
path: root/tests/tsan/blacklist.tsan
blob: 75e444f5dc6c212e906320b80c2a70c82723583a (plain)
1
2
3
4
5
6
7
8
9
10
# This is an example blacklist.
# To enable use of the blacklist add this to configure:
# "--extra-cflags=-fsanitize-blacklist=<src path>/tests/tsan/blacklist.tsan"
# The eventual goal would be to fix these warnings.

# TSan is not happy about setting/getting of dirty bits,
# for example, cpu_physical_memory_set_dirty_range,
# and cpu_physical_memory_get_dirty.
src:bitops.c
src:bitmap.c