diff mbox series

tests/tsan: Rename the file with the entries that should be ignored

Message ID 20231109174720.375873-1-thuth@redhat.com
State New
Headers show
Series tests/tsan: Rename the file with the entries that should be ignored | expand

Commit Message

Thomas Huth Nov. 9, 2023, 5:47 p.m. UTC
Let's use a better file name here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 docs/devel/testing.rst                     | 4 ++--
 tests/tsan/{blacklist.tsan => ignore.tsan} | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename tests/tsan/{blacklist.tsan => ignore.tsan} (57%)

Comments

Philippe Mathieu-Daudé Nov. 9, 2023, 7:15 p.m. UTC | #1
On 9/11/23 18:47, Thomas Huth wrote:
> Let's use a better file name here.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   docs/devel/testing.rst                     | 4 ++--
>   tests/tsan/{blacklist.tsan => ignore.tsan} | 6 +++---
>   2 files changed, 5 insertions(+), 5 deletions(-)
>   rename tests/tsan/{blacklist.tsan => ignore.tsan} (57%)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
diff mbox series

Patch

diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
index b0680cbb22..fef64accc1 100644
--- a/docs/devel/testing.rst
+++ b/docs/devel/testing.rst
@@ -668,11 +668,11 @@  suppressing it.  More information on the file format can be found here:
 
 https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
 
-tests/tsan/blacklist.tsan - Has TSan warnings we wish to disable
+tests/tsan/ignore.tsan - Has TSan warnings we wish to disable
 at compile time for test or debug.
 Add flags to configure to enable:
 
-"--extra-cflags=-fsanitize-blacklist=<src path>/tests/tsan/blacklist.tsan"
+"--extra-cflags=-fsanitize-blacklist=<src path>/tests/tsan/ignore.tsan"
 
 More information on the file format can be found here under "Blacklist Format":
 
diff --git a/tests/tsan/blacklist.tsan b/tests/tsan/ignore.tsan
similarity index 57%
rename from tests/tsan/blacklist.tsan
rename to 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,