Author: tfiala Date: Wed Jul 9 15:42:14 2014 New Revision: 212647 URL: http://llvm.org/viewvc/llvm-project?rev=212647&view=rev Log: Marked failing Darwin TestProcessLaunch tests as XFAIL
See http://llvm.org/bugs/show_bug.cgi?id=20265 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=212647&r1=212646&r2=212647&view=diff ============================================================================== --- lldb/trunk/test/functionalities/process_launch/TestProcessLaunch.py (original) +++ lldb/trunk/test/functionalities/process_launch/TestProcessLaunch.py Wed Jul 9 15:42:14 2014 @@ -112,6 +112,7 @@ class ProcessLaunchTestCase(TestBase): @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") @dsym_test + @expectedFailureDarwin("llvm.org/pr20265") def test_set_working_dir_with_dsym (self): """Test that '-w dir' sets the working dir when running the inferior.""" self.buildDsym(dictionary=self.d) @@ -120,6 +121,7 @@ class ProcessLaunchTestCase(TestBase): @skipIfFreeBSD # llvm.org/pr16684 @dwarf_test + @expectedFailureDarwin("llvm.org/pr20265") 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) _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
