[compiler-rt] 18b4157 - [test][sanitizer] Allow fork_threaded test on Msan, Tsan, Ubsan (#75260)

via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 12 20:24:40 PST 2023


Author: Vitaly Buka
Date: 2023-12-12T20:24:36-08:00
New Revision: 18b41576ca067dc6eecf03ee49b098c1de3d2264

URL: https://github.com/llvm/llvm-project/commit/18b41576ca067dc6eecf03ee49b098c1de3d2264
DIFF: https://github.com/llvm/llvm-project/commit/18b41576ca067dc6eecf03ee49b098c1de3d2264.diff

LOG: [test][sanitizer] Allow fork_threaded test on Msan, Tsan, Ubsan (#75260)

They already include workarounds.

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/Posix/fork_threaded.cpp

Removed: 
    


################################################################################
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 667f81d298533..e2d67341846c7 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.


        


More information about the llvm-commits mailing list