summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-10-12 18:34:20 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-10-12 18:34:20 +0000
commitc0ec5c621d76199dd09f2ff75160f29b5e17b014 (patch)
tree6548a9613b62fbcb196d0bc1b64f8c323197faf1 /test/sanitizer_common/TestCases/Linux/allow_user_segv.cc
parent389cffef8d650b3dd60e9f76badb083c241fbd0b (diff)
[asan] Disable a flaky test on android.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@315602 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/sanitizer_common/TestCases/Linux/allow_user_segv.cc')
-rw-r--r--test/sanitizer_common/TestCases/Linux/allow_user_segv.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc b/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc
index 201407923..6e0977faf 100644
--- a/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc
+++ b/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 <signal.h>
#include <stdio.h>
#include <stdlib.h>