XFAIL: TestNoreturnUnwind on android x86_64
authorPavel Labath <labath@google.com>
Mon, 28 Nov 2016 14:06:56 +0000 (14:06 +0000)
committerPavel Labath <labath@google.com>
Mon, 28 Nov 2016 14:06:56 +0000 (14:06 +0000)
llvm-svn: 288032

lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py

index e5c9c90..5946f3f 100644 (file)
@@ -17,6 +17,7 @@ class NoreturnUnwind(TestBase):
     mydir = TestBase.compute_mydir(__file__)
 
     @skipIfWindows  # clang-cl does not support gcc style attributes.
+    @expectedFailureAndroid(bugnumber="llvm.org/pr31192", archs=["x86_64"])
     def test(self):
         """Test that we can backtrace correctly with 'noreturn' functions on the stack"""
         self.build()