summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-11-28 14:06:56 +0000
committerPavel Labath <labath@google.com>2016-11-28 14:06:56 +0000
commit1776986d7557dfec7037896b72248ec76ee2ee03 (patch)
treea97bf1479be606319bfbb77c5c488d6ce4200294 /lldb/packages/Python/lldbsuite
parent84404f30b311e7943ff4997a11fb0602207392fc (diff)
downloadbcm5719-llvm-1776986d7557dfec7037896b72248ec76ee2ee03.tar.gz
bcm5719-llvm-1776986d7557dfec7037896b72248ec76ee2ee03.zip
XFAIL: TestNoreturnUnwind on android x86_64
llvm-svn: 288032
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py
index e5c9c907727..5946f3ffa21 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py
@@ -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()
OpenPOWER on IntegriCloud