diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/fork_threaded.c b/compiler-rt/test/sanitizer_common/TestCases/Posix/fork_threaded.c index d1ee0f9e6047..6c5102049ae8 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Posix/fork_threaded.c +++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/fork_threaded.c @@ -9,6 +9,9 @@ // FIXME: TSAN does not lock allocator. // UNSUPPORTED: tsan +// FIXME: False stack overflow report +// UNSUPPORTED: android && asan + // Forking in multithread environment is unsupported. However we already have // some workarounds, and will add more, so this is the test. // The test try to check two things: