mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-27 11:55:49 +00:00
Enable TestExitDuringBreak.test_with_dwarf on Linux.
This test passed 50 out of 50 times for me on Unbuntu 12.04 LTS x86_64 with lldb built using gcc 4.8.2 and July 2013 libedit. This is related to: http://llvm.org/bugs/show_bug.cgi?id=16170 llvm-svn: 202512
This commit is contained in:
parent
9ce4a73c89
commit
4c523d3f8d
@ -22,7 +22,6 @@ class ExitDuringBreakpointTestCase(TestBase):
|
||||
|
||||
@expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
|
||||
@expectedFailureFreeBSD("llvm.org/pr18190") # thread states not properly maintained
|
||||
@skipIfLinux # llvm.org/pr16170 -- this test causes LLDB to hang in waitpid() and the inferior is left in the Sleeping (S) state
|
||||
@dwarf_test
|
||||
def test_with_dwarf(self):
|
||||
"""Test thread exit during breakpoint handling."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user