XFAIL TestInferiorAssert for Android API <= 16.

llvm-svn: 243922
This commit is contained in:
Chaoren Lin 2015-08-03 23:59:41 +00:00
parent 53e30aec46
commit 845f40ada6
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class AssertingInferiorTestCase(TestBase):
self.inferior_asserting_registers()
@expectedFailureWindows("llvm.org/pr21793: need to implement support for detecting assertion / abort on Windows")
@expectedFailureAndroid(api_levels=range(16 + 1)) # b.android.com/179836
def test_inferior_asserting_register_dwarf(self):
"""Test that lldb reliably reads registers from the inferior after asserting (command)."""
self.buildDwarf()