From fe35898b424244c4ba6e8e98863b1283eecbac80 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Thu, 12 Oct 2017 18:34:20 +0000 Subject: [PATCH] [asan] Disable a flaky test on android. llvm-svn: 315602 --- .../test/sanitizer_common/TestCases/Linux/allow_user_segv.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc index 201407923184..6e0977faff77 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc @@ -21,6 +21,9 @@ // XFAIL: msan // XFAIL: tsan +// Flaky errors in debuggerd with "waitpid returned unexpected pid (0)" in logcat. +// UNSUPPORTED: android + #include #include #include