summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2014-07-09 20:42:14 +0000
committerTodd Fiala <todd.fiala@gmail.com>2014-07-09 20:42:14 +0000
commit90198a81e082cb352d5a052426a85fdbfa120252 (patch)
tree306dbf1156d98ba4cc38188c40e4ae3b2f88339e
parent6667e1192ae81858b6e4bec5c51a53d88bd7f2c7 (diff)
downloadbcm5719-llvm-90198a81e082cb352d5a052426a85fdbfa120252.tar.gz
bcm5719-llvm-90198a81e082cb352d5a052426a85fdbfa120252.zip
Marked failing Darwin TestProcessLaunch tests as XFAIL
See http://llvm.org/bugs/show_bug.cgi?id=20265 llvm-svn: 212647
-rw-r--r--lldb/test/functionalities/process_launch/TestProcessLaunch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/process_launch/TestProcessLaunch.py b/lldb/test/functionalities/process_launch/TestProcessLaunch.py
index a648978862a..dd287c2c281 100644
--- a/lldb/test/functionalities/process_launch/TestProcessLaunch.py
+++ b/lldb/test/functionalities/process_launch/TestProcessLaunch.py
@@ -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)
OpenPOWER on IntegriCloud