[llvm-branch-commits] [compiler-rt] [test][sanitizer] Allow fork_threaded test on Msan, Tsan (PR #75260)

Thurston Dang via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Dec 12 16:40:20 PST 2023


================
@@ -1,6 +1,6 @@
 // RUN: %clangxx -O0 %s -o %t && %env_tool_opts=die_after_fork=0 %run %t
 
-// UNSUPPORTED: *
+// UNSUPPORTED: asan, lsan, hwasan
----------------
thurstond wrote:

This would also enable the test for ubsan, which is not mentioned in the title

https://github.com/llvm/llvm-project/pull/75260


More information about the llvm-branch-commits mailing list