[Lldb-commits] [lldb] r230832 - Temporarily XFAIL TestLaunchWithShellExpand to get the build green
Vince Harron
vharron at google.com
Fri Feb 27 17:10:57 PST 2015
Author: vharron
Date: Fri Feb 27 19:10:57 2015
New Revision: 230832
URL: http://llvm.org/viewvc/llvm-project?rev=230832&view=rev
Log:
Temporarily XFAIL TestLaunchWithShellExpand to get the build green
Modified:
lldb/trunk/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py
Modified: lldb/trunk/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py?rev=230832&r1=230831&r2=230832&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py (original)
+++ lldb/trunk/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py Fri Feb 27 19:10:57 2015
@@ -22,6 +22,7 @@ class LaunchWithShellExpandTestCase(Test
@expectedFailureFreeBSD("llvm.org/pr22627 process launch w/ shell expansion not working")
+ @expectedFailureLinux("llvm.org/pr22627 process launch w/ shell expansion not working")
@dwarf_test
def test_with_dwarf (self):
self.buildDwarf()
More information about the lldb-commits
mailing list