From 1776986d7557dfec7037896b72248ec76ee2ee03 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 28 Nov 2016 14:06:56 +0000 Subject: [PATCH] XFAIL: TestNoreturnUnwind on android x86_64 llvm-svn: 288032 --- .../lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py | 1 + 1 file changed, 1 insertion(+) 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 e5c9c90..5946f3f 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() -- 2.7.4