[Lldb-commits] [lldb] r236500 - Revert "Enable TestConvenienceVariables on Linux"
Pavel Labath
labath at google.com
Tue May 5 07:54:23 PDT 2015
Author: labath
Date: Tue May 5 09:54:23 2015
New Revision: 236500
URL: http://llvm.org/viewvc/llvm-project?rev=236500&view=rev
Log:
Revert "Enable TestConvenienceVariables on Linux"
This reverts commit 193ac6993b64a502db6dc7f2d69dafc47c318407.
The buildbot says the test still fails. :)
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=236500&r1=236499&r2=236500&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/embedded_interpreter/TestConvenienceVariables.py (original)
+++ lldb/trunk/test/functionalities/embedded_interpreter/TestConvenienceVariables.py Tue May 5 09:54:23 2015
@@ -20,6 +20,7 @@ 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