Skip to content

Commit 999266a

Browse files
committed
XFail TestNoreturnUnwind for arm targets
TestNoreturnUnwind fails on arm/aarch32 linux targets. Bug is already described for x86_64 android targets in llvm.org/pr31192. llvm-svn: 290821
1 parent 25f05b0 commit 999266a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class NoreturnUnwind(TestBase):
1818

1919
@skipIfWindows # clang-cl does not support gcc style attributes.
2020
@expectedFailureAndroid(bugnumber="llvm.org/pr31192", archs=["x86_64"])
21+
@expectedFailureAll(bugnumber="llvm.org/pr31192", oslist=['linux'], compiler="gcc", archs=['arm'])
2122
def test(self):
2223
"""Test that we can backtrace correctly with 'noreturn' functions on the stack"""
2324
self.build()

0 commit comments

Comments
 (0)