aboutsummaryrefslogtreecommitdiff
path: root/docs/devel/testing.rst
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-11-09 18:47:20 +0100
committerThomas Huth <thuth@redhat.com>2023-11-13 11:35:47 +0100
commitf9a19bd8d23f0048315a60d695857c705988dc05 (patch)
tree2e56643ee29ee0d12514c151ca06d9220404863f /docs/devel/testing.rst
parent2e990d81d9813628148f64b944691b5cbc251fab (diff)
downloadqemu-f9a19bd8d23f0048315a60d695857c705988dc05.zip
qemu-f9a19bd8d23f0048315a60d695857c705988dc05.tar.gz
qemu-f9a19bd8d23f0048315a60d695857c705988dc05.tar.bz2
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 'docs/devel/testing.rst')
-rw-r--r--docs/devel/testing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
index b0680cb..fef64ac 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":