forked from OSchip/llvm-project
Enable TestConvenienceVariables on Linux
The test has passed in the last 300 runs for me, enabling to see what the buildbot says. llvm-svn: 236498
This commit is contained in:
parent
2aa8cafaf6
commit
0d31df479f
|
@ -20,7 +20,6 @@ class ConvenienceVariablesCase(TestBase):
|
||||||
@dwarf_test
|
@dwarf_test
|
||||||
@skipIfFreeBSD # llvm.org/pr17228
|
@skipIfFreeBSD # llvm.org/pr17228
|
||||||
@skipIfRemote
|
@skipIfRemote
|
||||||
@expectedFailureLinux("llvm.org/pr20276") # intermittent failure on Linux
|
|
||||||
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
|
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
|
||||||
def test_with_dwarf_and_run_commands(self):
|
def test_with_dwarf_and_run_commands(self):
|
||||||
"""Test convenience variables lldb.debugger, lldb.target, lldb.process, lldb.thread, and lldb.frame."""
|
"""Test convenience variables lldb.debugger, lldb.target, lldb.process, lldb.thread, and lldb.frame."""
|
||||||
|
|
Loading…
Reference in New Issue