aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-07-23 19:19:23 +0000
committerEd Maste <emaste@freebsd.org>2013-07-23 19:19:23 +0000
commit4514d505ac2ca9c2a05136fa3b586a867412b8ad (patch)
tree1a461e0c39bbb1cbec287944a889a9f9ed4e0a6c
parentda46268acaf149c10f5cd0834cb7ec48aab81b81 (diff)
downloadlldb-4514d505ac2ca9c2a05136fa3b586a867412b8ad.tar.gz
Skip test reported to hang the FreeBSD buildbot
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@186979 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/functionalities/process_launch/TestProcessLaunch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functionalities/process_launch/TestProcessLaunch.py b/test/functionalities/process_launch/TestProcessLaunch.py
index 6dc4e3836..82ab22f45 100644
--- a/test/functionalities/process_launch/TestProcessLaunch.py
+++ b/test/functionalities/process_launch/TestProcessLaunch.py
@@ -117,6 +117,7 @@ class ProcessLaunchTestCase(TestBase):
self.setTearDownCleanup(self.d)
self.my_working_dir_test()
+ @skipIfFreeBSD # llvm.org/pr16684
@dwarf_test
def test_set_working_dir_with_dwarf (self):
"""Test that '-w dir' sets the working dir when running the inferior."""