master
tsan 10 lines 383 Bytes
Raw
1 # This is an example ignore list.
2 # To enable use of the ignore list add this to configure:
3 # "--extra-cflags=-fsanitize-blacklist=<src path>/tests/tsan/ignore.tsan"
4 # The eventual goal would be to fix these warnings.
5
6 # TSan is not happy about setting/getting of dirty bits,
7 # for example, physical_memory_set_dirty_range,
8 # and physical_memory_get_dirty.
9 src:bitops.c
10 src:bitmap.c