forked from OSchip/llvm-project
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:
parent
6667e1192a
commit
90198a81e0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue