[Lldb-commits] [lldb] r227927 - Mark TestProcessLaunch.test_set_working_dir_with_dwarf as expected to fail in LLGS mode due llvm.org/pr20265

Chaoren Lin chaorenl at google.com
Mon Feb 2 17:51:28 PST 2015


Author: chaoren
Date: Mon Feb  2 19:51:28 2015
New Revision: 227927

URL: http://llvm.org/viewvc/llvm-project?rev=227927&view=rev
Log:
Mark TestProcessLaunch.test_set_working_dir_with_dwarf as expected to fail in LLGS mode due llvm.org/pr20265

Modified:
    lldb/trunk/test/functionalities/process_launch/TestProcessLaunch.py

Modified: lldb/trunk/test/functionalities/process_launch/TestProcessLaunch.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/process_launch/TestProcessLaunch.py?rev=227927&r1=227926&r2=227927&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/process_launch/TestProcessLaunch.py (original)
+++ lldb/trunk/test/functionalities/process_launch/TestProcessLaunch.py Mon Feb  2 19:51:28 2015
@@ -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)





More information about the lldb-commits mailing list