Skip 2 android test what is broken because of debuggerd
authorTamas Berghammer <tberghammer@google.com>
Fri, 12 Aug 2016 14:17:05 +0000 (14:17 +0000)
committerTamas Berghammer <tberghammer@google.com>
Fri, 12 Aug 2016 14:17:05 +0000 (14:17 +0000)
commit3785393def95f2b52ef28e9bcb3985066812d2db
tree3ea79a1b5698acd13410c587449cdae32037116b
parent4223dd8559ec307eb57e018ec614c65a363e5d4a
Skip 2 android test what is broken because of debuggerd

debuggerd is a crash reporting system on android what installs some
signal handler for SEGV to print a backtrace in the log. Its behavior
breaks tests where the test tries to continue after a SEGV so we skip
them as this behavior isn't required on android anyway.

llvm-svn: 278510
lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/TestInferiorCrashing.py
lldb/packages/Python/lldbsuite/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py