Skip to content

[test][sanitizer] Allow fork_threaded test on Msan, Tsan, Ubsan #75260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Original file line number Diff line number Diff line change
@@ -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.
Expand Down