Skip to content

Commit 18b4157

Browse files
authored
[test][sanitizer] Allow fork_threaded test on Msan, Tsan, Ubsan (#75260)
They already include workarounds.
1 parent b2c7cac commit 18b4157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %clangxx -O0 %s -o %t && %env_tool_opts=die_after_fork=0 %run %t
22

3-
// UNSUPPORTED: asan, hwasan, lsan, msan, tsan, ubsan
3+
// UNSUPPORTED: asan, lsan, hwasan
44

55
// Forking in multithread environment is unsupported. However we already have
66
// some workarounds, and will add more, so this is the test.

0 commit comments

Comments
 (0)