summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/platform/TestPlatformCommand.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/platform/TestPlatformCommand.py')
-rw-r--r--lldb/test/functionalities/platform/TestPlatformCommand.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/platform/TestPlatformCommand.py b/lldb/test/functionalities/platform/TestPlatformCommand.py
index 2803e712f8b..3fe776e07d7 100644
--- a/lldb/test/functionalities/platform/TestPlatformCommand.py
+++ b/lldb/test/functionalities/platform/TestPlatformCommand.py
@@ -18,7 +18,6 @@ class PlatformCommandTestCase(TestBase):
self.expect("platform list",
patterns = ['^Available platforms:'])
- @expectedFailureFreeBSD('llvm.org/pr16699') # FreeBSD Host.cpp does not support process list
def test_process_list(self):
self.expect("platform process list",
substrs = ['PID', 'ARCH', 'NAME'])
OpenPOWER on IntegriCloud