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:
Pavel Labath 2015-05-05 13:48:58 +00:00
parent 2aa8cafaf6
commit 0d31df479f
1 changed files with 0 additions and 1 deletions

View File

@ -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."""