Decorarte TestInferiorAssert xfails on AArch64 Linux
authorOmair Javaid <omair.javaid@linaro.org>
Wed, 27 Jan 2016 13:57:33 +0000 (13:57 +0000)
committerOmair Javaid <omair.javaid@linaro.org>
Wed, 27 Jan 2016 13:57:33 +0000 (13:57 +0000)
This patch decorates some of TestInferiorAssert test cases with expectedFailureLinux on AArch64.

llvm-svn: 258930

lldb/packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py

index bc82427..63d01c1 100644 (file)
@@ -29,7 +29,7 @@ class AssertingInferiorTestCase(TestBase):
         self.inferior_asserting_registers()
 
     @expectedFailureWindows("llvm.org/pr21793: need to implement support for detecting assertion / abort on Windows")
-    @expectedFailureLinux("llvm.org/pr25338", archs=['arm'])
+    @expectedFailureLinux("llvm.org/pr25338", archs=['aarch64', 'arm'])
     def test_inferior_asserting_disassemble(self):
         """Test that lldb reliably disassembles frames after asserting (command)."""
         self.build()
@@ -43,14 +43,14 @@ class AssertingInferiorTestCase(TestBase):
         self.inferior_asserting_python()
 
     @expectedFailureWindows("llvm.org/pr21793: need to implement support for detecting assertion / abort on Windows")
-    @expectedFailureLinux("llvm.org/pr25338", archs=['arm'])
+    @expectedFailureLinux("llvm.org/pr25338", archs=['aarch64', 'arm'])
     def test_inferior_asserting_expr(self):
         """Test that the lldb expression interpreter can read from the inferior after asserting (command)."""
         self.build()
         self.inferior_asserting_expr()
 
     @expectedFailureWindows("llvm.org/pr21793: need to implement support for detecting assertion / abort on Windows")
-    @expectedFailureLinux("llvm.org/pr25338", archs=['arm'])
+    @expectedFailureLinux("llvm.org/pr25338", archs=['aarch64', 'arm'])
     def test_inferior_asserting_step(self):
         """Test that lldb functions correctly after stepping through a call to assert()."""
         self.build()