diff options
author | Pavel Labath <labath@google.com> | 2016-11-28 14:06:56 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-11-28 14:06:56 +0000 |
commit | 1776986d7557dfec7037896b72248ec76ee2ee03 (patch) | |
tree | a97bf1479be606319bfbb77c5c488d6ce4200294 /lldb/packages/Python/lldbsuite | |
parent | 84404f30b311e7943ff4997a11fb0602207392fc (diff) | |
download | bcm5719-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.py | 1 |
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() |