From 0d31df479fada17234ebea601cdf574e68ad9662 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 5 May 2015 13:48:58 +0000 Subject: [PATCH] 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 --- .../functionalities/embedded_interpreter/TestConvenienceVariables.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py b/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py index e2dc87b..114fb5d 100644 --- a/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py +++ b/lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py @@ -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.""" -- 2.7.4