[compiler-rt] 7e15fa9 - [test][sanitizer] Disable new test failing on PPC
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 14 11:14:44 PST 2023
Author: Vitaly Buka
Date: 2023-12-14T11:14:30-08:00
New Revision: 7e15fa9161eda7497a5d6abf0d951a1d12d86550
URL: https://github.com/llvm/llvm-project/commit/7e15fa9161eda7497a5d6abf0d951a1d12d86550
DIFF: https://github.com/llvm/llvm-project/commit/7e15fa9161eda7497a5d6abf0d951a1d12d86550.diff
LOG: [test][sanitizer] Disable new test failing on PPC
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 1b4a0ad6140db4..dac9909638ae1b 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Posix/fork_threaded.c
+++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/fork_threaded.c
@@ -3,6 +3,9 @@
// The test uses pthread barriers which are not available on Darwin.
// UNSUPPORTED: darwin
+// FIXME: It probably hangs on this platform.
+// UNSUPPORTED: ppc
+
// 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