Marked failing Darwin TestProcessLaunch tests as XFAIL
authorTodd Fiala <todd.fiala@gmail.com>
Wed, 9 Jul 2014 20:42:14 +0000 (20:42 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Wed, 9 Jul 2014 20:42:14 +0000 (20:42 +0000)
See http://llvm.org/bugs/show_bug.cgi?id=20265

llvm-svn: 212647

lldb/test/functionalities/process_launch/TestProcessLaunch.py

index a648978..dd287c2 100644 (file)
@@ -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)