XFAIL step after crash tests on android-aarch64 API 21

Android-aarch64 for API21 uses sa_restore to return from a signal handler
what have no eh_frame specified.

llvm-svn: 247879
This commit is contained in:
Tamas Berghammer 2015-09-17 10:05:21 +00:00
parent 18add764f0
commit b4bcbb192f
2 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,7 @@ class CrashingInferiorTestCase(TestBase):
@skipIfFreeBSD # llvm.org/pr16684
@expectedFailureWindows("llvm.org/pr24778")
@expectedFailureAndroid(archs=['aarch64'], api_levels=range(21 + 1)) # No eh_frame for sa_restorer
def test_inferior_crashing_step_after_break_dwarf(self):
"""Test that lldb functions correctly after stepping through a crash."""
self.buildDwarf()

View File

@ -74,6 +74,7 @@ class CrashingRecursiveInferiorTestCase(TestBase):
@skipIfFreeBSD # llvm.org/pr16684
@expectedFailureWindows("llvm.org/pr24778")
@expectedFailureAndroid(archs=['aarch64'], api_levels=range(21 + 1)) # No eh_frame for sa_restorer
def test_recursive_inferior_crashing_step_after_break_dwarf(self):
"""Test that lldb functions correctly after stepping through a crash."""
self.buildDwarf()