summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-07-25 18:36:09 +0000
committerEd Maste <emaste@freebsd.org>2013-07-25 18:36:09 +0000
commit6c00f6d54a216e2ba17d89238539ab8141cc41ee (patch)
tree3d9f1e889e4be7798a6e7e6b47697ef3f9b64fd1 /lldb/test/python_api
parentf4b1ee3492c7518a706235645c28ce3111f05f58 (diff)
downloadbcm5719-llvm-6c00f6d54a216e2ba17d89238539ab8141cc41ee.tar.gz
bcm5719-llvm-6c00f6d54a216e2ba17d89238539ab8141cc41ee.zip
tests: Mark expected FreeBSD failures due to pr16699
FreeBSD's Host class doesn't yet return a list of running processes, so 'platform process list' fails and attach by process name does not work. llvm-svn: 187142
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r--lldb/test/python_api/hello_world/TestHelloWorld.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/hello_world/TestHelloWorld.py b/lldb/test/python_api/hello_world/TestHelloWorld.py
index 3daf128ac23..0fcfacb65f0 100644
--- a/lldb/test/python_api/hello_world/TestHelloWorld.py
+++ b/lldb/test/python_api/hello_world/TestHelloWorld.py
@@ -67,6 +67,7 @@ class HelloWorldTestCase(TestBase):
self.setTearDownCleanup(dictionary=self.d)
self.hello_world_attach_with_name_api()
+ @expectedFailureFreeBSD('llvm.org/pr16699') # attach by name not on FreeBSD yet
@python_api_test
@dwarf_test
def test_with_dwarf_and_attach_to_process_with_name_api(self):
OpenPOWER on IntegriCloud