[compiler-rt] r315602 - [asan] Disable a flaky test on android.
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 12 11:34:21 PDT 2017
Author: eugenis
Date: Thu Oct 12 11:34:20 2017
New Revision: 315602
URL: http://llvm.org/viewvc/llvm-project?rev=315602&view=rev
Log:
[asan] Disable a flaky test on android.
Modified:
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc
Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc?rev=315602&r1=315601&r2=315602&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc Thu Oct 12 11:34:20 2017
@@ -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>
More information about the llvm-commits
mailing list