[Lldb-commits] [lldb] r236498 - Enable TestConvenienceVariables on Linux
Pavel Labath
labath at google.com
Tue May 5 06:48:58 PDT 2015
Author: labath
Date: Tue May 5 08:48:58 2015
New Revision: 236498
URL: http://llvm.org/viewvc/llvm-project?rev=236498&view=rev
Log:
Enable TestConvenienceVariables on Linux
The test has passed in the last 300 runs for me, enabling to see what the buildbot says.
Modified:
lldb/trunk/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
Modified: lldb/trunk/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/embedded_interpreter/TestConvenienceVariables.py?rev=236498&r1=236497&r2=236498&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/embedded_interpreter/TestConvenienceVariables.py (original)
+++ lldb/trunk/test/functionalities/embedded_interpreter/TestConvenienceVariables.py Tue May 5 08:48:58 2015
@@ -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."""
More information about the lldb-commits
mailing list