Temporarily XFAIL TestLaunchWithShellExpand to get the build green
authorVince Harron <vharron@google.com>
Sat, 28 Feb 2015 01:10:57 +0000 (01:10 +0000)
committerVince Harron <vharron@google.com>
Sat, 28 Feb 2015 01:10:57 +0000 (01:10 +0000)
llvm-svn: 230832

lldb/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py

index a0bbdbd..784b572 100644 (file)
@@ -22,6 +22,7 @@ class LaunchWithShellExpandTestCase(TestBase):
 
 
     @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()