diff options
author | Thomas Huth <thuth@redhat.com> | 2023-11-09 18:47:20 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-11-13 11:35:47 +0100 |
commit | f9a19bd8d23f0048315a60d695857c705988dc05 (patch) | |
tree | 2e56643ee29ee0d12514c151ca06d9220404863f /tests/tsan | |
parent | 2e990d81d9813628148f64b944691b5cbc251fab (diff) |
tests/tsan: Rename the file with the entries that should be ignored
Let's use a better file name here.
Message-ID: <20231109174720.375873-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/tsan')
-rw-r--r-- | tests/tsan/ignore.tsan (renamed from tests/tsan/blacklist.tsan) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tsan/blacklist.tsan b/tests/tsan/ignore.tsan index 75e444f5dc..423e482d2f 100644 --- a/tests/tsan/blacklist.tsan +++ b/tests/tsan/ignore.tsan @@ -1,6 +1,6 @@ -# 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" +# 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" # The eventual goal would be to fix these warnings. # TSan is not happy about setting/getting of dirty bits, |