From e6909e78862377934763a511124ec67a85642da7 Mon Sep 17 00:00:00 2001 From: Vince Harron Date: Sat, 28 Feb 2015 01:10:57 +0000 Subject: [PATCH] Temporarily XFAIL TestLaunchWithShellExpand to get the build green llvm-svn: 230832 --- .../functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py b/lldb/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py index a0bbdbd..784b572 100644 --- a/lldb/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py +++ b/lldb/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py @@ -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() -- 2.7.4