diff options
| author | Vince Harron <vince@nethacker.com> | 2015-03-31 17:44:37 +0000 |
|---|---|---|
| committer | Vince Harron <vince@nethacker.com> | 2015-03-31 17:44:37 +0000 |
| commit | 3d2979ee2fb3ec9f22bacbc509d06203350df982 (patch) | |
| tree | 937f5c7b05a2e6fee2dd6b29df1148b18436df91 /lldb/test/functionalities/inferior-assert | |
| parent | 7a0d89153f197c57039f36400ebab11bdb604784 (diff) | |
| download | bcm5719-llvm-3d2979ee2fb3ec9f22bacbc509d06203350df982.tar.gz bcm5719-llvm-3d2979ee2fb3ec9f22bacbc509d06203350df982.zip | |
Enabled a bunch of tests on Linux
Removed expectedFailureLinux from failures that I was unable to
reproduce, updated and improved some other comments near XFAIL tests
Differential Revision: http://reviews.llvm.org/D8676
llvm-svn: 233716
Diffstat (limited to 'lldb/test/functionalities/inferior-assert')
| -rw-r--r-- | lldb/test/functionalities/inferior-assert/TestInferiorAssert.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py b/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py index 3e4aae746a3..152bdf3ad4c 100644 --- a/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py +++ b/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py @@ -38,7 +38,6 @@ class AssertingInferiorTestCase(TestBase): @expectedFailurei386("llvm.org/pr17384: lldb needs to be aware of linux-vdso.so to unwind stacks properly") @expectedFailureFreeBSD('llvm.org/pr18533 - PC in __assert frame is outside of function') - @expectedFailureLinux("PC in __GI___assert_fail frame is just after the function (this is a no-return so there is no epilogue afterwards)") @expectedFailureWindows("llvm.org/pr21793: need to implement support for detecting assertion / abort on Windows") def test_inferior_asserting_disassemble(self): """Test that lldb reliably disassembles frames after asserting (command).""" |

