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
This commit is contained in:
Omair Javaid 2017-01-02 18:40:20 +00:00
parent 25f05b0ab7
commit 999266abc7
1 changed files with 1 additions and 0 deletions

View File

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