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