2023-11-09 18:47:20 +01:00
|
|
|
# This is an example ignore list.
|
|
|
|
# To enable use of the ignore list add this to configure:
|
|
|
|
# "--extra-cflags=-fsanitize-blacklist=<src path>/tests/tsan/ignore.tsan"
|
2020-06-12 21:02:31 +02:00
|
|
|
# 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
|