diff options
author | myaaaaaaaaa <103326468+myaaaaaaaaa@users.noreply.github.com> | 2023-02-22 14:20:29 -0500 |
---|---|---|
committer | myaaaaaaaaa <103326468+myaaaaaaaaa@users.noreply.github.com> | 2023-06-26 11:47:42 -0400 |
commit | 8b78ad5fc4f6c6cb955df9a11adf58f20c9ae29e (patch) | |
tree | 9eab5eed5e3e2e4609ef07d092d4d5b536fb9edc /misc/error_suppressions/tsan.txt | |
parent | e74bf831c2d3ece79b849405f03999281f807648 (diff) | |
download | redot-engine-8b78ad5fc4f6c6cb955df9a11adf58f20c9ae29e.tar.gz |
Add a Linux ThreadSanitizer job to CI
Diffstat (limited to 'misc/error_suppressions/tsan.txt')
-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 + |