[Lldb-commits] [PATCH] D11378: Xfail TestGdbRemoteAbort for Android API <= 16.

Chaoren Lin chaorenl at google.com
Mon Jul 20 17:58:32 PDT 2015


chaoren created this revision.
chaoren added a reviewer: sivachandra.
chaoren added a subscriber: lldb-commits.
Herald added subscribers: srhines, danalbert, tberghammer.

http://reviews.llvm.org/D11378

Files:
  test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py

Index: test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py
===================================================================
--- test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py
+++ test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py
@@ -33,7 +33,7 @@
 
     @llgs_test
     @dwarf_test
-    @skipIfTargetAndroid(api_levels=[16]) # abort() on API 16 raises SIGSEGV!
+    @expectedFailureAndroid(api_levels=range(9, 16 + 1)) # abort() below API 16 raises SIGSEGV!
     def test_inferior_abort_received_llgs_dwarf(self):
         self.init_llgs_test()
         self.buildDwarf()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11378.30224.patch
Type: text/x-patch
Size: 606 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150721/1680f721/attachment.bin>


More information about the lldb-commits mailing list