[compiler-rt] 014f8c8 - [test][asan] Disable test on Android
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 14 16:48:58 PST 2023
Author: Vitaly Buka
Date: 2023-12-14T16:48:21-08:00
New Revision: 014f8c8c806f4a40ed17cda43dc352c19bdb511b
URL: https://github.com/llvm/llvm-project/commit/014f8c8c806f4a40ed17cda43dc352c19bdb511b
DIFF: https://github.com/llvm/llvm-project/commit/014f8c8c806f4a40ed17cda43dc352c19bdb511b.diff
LOG: [test][asan] Disable test on Android
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/Posix/fork_threaded.c
Removed:
################################################################################
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 d1ee0f9e6047f3..6c5102049ae8ef 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:
More information about the llvm-commits
mailing list