From a1f0ba7d3816cba3237b1541e826b4a24782dbaf Mon Sep 17 00:00:00 2001 From: Chaoren Lin Date: Tue, 3 Feb 2015 01:51:28 +0000 Subject: [PATCH] Mark TestProcessLaunch.test_set_working_dir_with_dwarf as expected to fail in LLGS mode due llvm.org/pr20265 llvm-svn: 227927 --- lldb/test/functionalities/process_launch/TestProcessLaunch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lldb/test/functionalities/process_launch/TestProcessLaunch.py b/lldb/test/functionalities/process_launch/TestProcessLaunch.py index dd287c2..82ba817 100644 --- a/lldb/test/functionalities/process_launch/TestProcessLaunch.py +++ b/lldb/test/functionalities/process_launch/TestProcessLaunch.py @@ -120,8 +120,9 @@ class ProcessLaunchTestCase(TestBase): self.my_working_dir_test() @skipIfFreeBSD # llvm.org/pr16684 - @dwarf_test @expectedFailureDarwin("llvm.org/pr20265") + @expectedFailureLLGS("llvm.org/pr20265") + @dwarf_test def test_set_working_dir_with_dwarf (self): """Test that '-w dir' sets the working dir when running the inferior.""" self.buildDwarf(dictionary=self.d) -- 2.7.4