Marked failing Darwin TestProcessLaunch tests as XFAIL

See http://llvm.org/bugs/show_bug.cgi?id=20265

llvm-svn: 212647
This commit is contained in:
Todd Fiala 2014-07-09 20:42:14 +00:00
parent 6667e1192a
commit 90198a81e0
1 changed files with 2 additions and 0 deletions

View 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)