Enable TestConvenienceVariables on Linux
authorPavel Labath <labath@google.com>
Tue, 5 May 2015 13:48:58 +0000 (13:48 +0000)
committerPavel Labath <labath@google.com>
Tue, 5 May 2015 13:48:58 +0000 (13:48 +0000)
The test has passed in the last 300 runs for me, enabling to see what the buildbot says.

llvm-svn: 236498

lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py

index e2dc87b..114fb5d 100644 (file)
@@ -20,7 +20,6 @@ class ConvenienceVariablesCase(TestBase):
     @dwarf_test
     @skipIfFreeBSD # llvm.org/pr17228
     @skipIfRemote
-    @expectedFailureLinux("llvm.org/pr20276") # intermittent failure on Linux
     @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
     def test_with_dwarf_and_run_commands(self):
         """Test convenience variables lldb.debugger, lldb.target, lldb.process, lldb.thread, and lldb.frame."""