diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-06-16 21:04:22 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-06-16 21:04:22 +0000 |
commit | 4befb1f96d641a958548654b2c3b674f0ce8404c (patch) | |
tree | 664480204c546e55b123766a30e6fcf022c5486e /packages/Python/lldbsuite/test/functionalities/unwind | |
parent | f1d04915a666728c241bedb36bd99aafee3ea444 (diff) |
Notes
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/unwind')
-rw-r--r-- | packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py b/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py index d54e62887ce1..c41600462561 100644 --- a/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py +++ b/packages/Python/lldbsuite/test/functionalities/unwind/noreturn/TestNoreturnUnwind.py @@ -19,6 +19,7 @@ class NoreturnUnwind(TestBase): @skipIfWindows # clang-cl does not support gcc style attributes. # clang does not preserve LR in noreturn functions, making unwinding impossible @skipIf(compiler="clang", archs=['arm'], oslist=['linux']) + @expectedFailureAll(bugnumber="llvm.org/pr33452", triple='^mips') def test(self): """Test that we can backtrace correctly with 'noreturn' functions on the stack""" self.build() |