aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2023-12-12 20:24:36 -0800
committerGitHub <noreply@github.com>2023-12-12 20:24:36 -0800
commit18b41576ca067dc6eecf03ee49b098c1de3d2264 (patch)
tree6dd81e933d790174d5928084b0fedecc4cd7dbdc /compiler-rt
parentb2c7cac3ad0a642bcb5c0805c79d4a6e933112ad (diff)
downloadllvm-18b41576ca067dc6eecf03ee49b098c1de3d2264.zip
llvm-18b41576ca067dc6eecf03ee49b098c1de3d2264.tar.gz
llvm-18b41576ca067dc6eecf03ee49b098c1de3d2264.tar.bz2
[test][sanitizer] Allow fork_threaded test on Msan, Tsan, Ubsan (#75260)
They already include workarounds.
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/Posix/fork_threaded.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/fork_threaded.cpp b/compiler-rt/test/sanitizer_common/TestCases/Posix/fork_threaded.cpp
index 667f81d..e2d6734 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Posix/fork_threaded.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/fork_threaded.cpp
@@ -1,6 +1,6 @@
// RUN: %clangxx -O0 %s -o %t && %env_tool_opts=die_after_fork=0 %run %t
-// UNSUPPORTED: asan, hwasan, lsan, msan, tsan, ubsan
+// UNSUPPORTED: asan, lsan, hwasan
// Forking in multithread environment is unsupported. However we already have
// some workarounds, and will add more, so this is the test.