diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2023-08-04 21:28:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-04 21:28:42 +0200 |
commit | 16a93563bfd3b02ca0a8f6df2026f3a3217f5571 (patch) | |
tree | 39bfd3eb1f56f23fbfcd01c26462a1cd6adce7bb /misc/error_suppressions | |
parent | c244903c3dbc7b8178a735d1e0cc938ba91312ce (diff) | |
parent | 8b78ad5fc4f6c6cb955df9a11adf58f20c9ae29e (diff) | |
download | redot-engine-16a93563bfd3b02ca0a8f6df2026f3a3217f5571.tar.gz |
Merge pull request #73777 from myaaaaaaaaa/enable-tsan
Add a Linux ThreadSanitizer job to CI
Diffstat (limited to 'misc/error_suppressions')
-rw-r--r-- | misc/error_suppressions/tsan.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/error_suppressions/tsan.txt b/misc/error_suppressions/tsan.txt new file mode 100644 index 0000000000..a67a22810b --- /dev/null +++ b/misc/error_suppressions/tsan.txt @@ -0,0 +1,7 @@ +# See the below link for an explanation of this file's format +# https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions + +deadlock:tests/core/templates/test_command_queue.h +deadlock:modules/text_server_adv/text_server_adv.cpp +deadlock:modules/text_server_fb/text_server_fb.cpp + |