From 014f8c8c806f4a40ed17cda43dc352c19bdb511b Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Thu, 14 Dec 2023 16:48:21 -0800 Subject: [PATCH] [test][asan] Disable test on Android --- .../test/sanitizer_common/TestCases/Posix/fork_threaded.c | 3 +++ 1 file changed, 3 insertions(+) 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: