diff options
author | Ed Maste <emaste@freebsd.org> | 2013-08-30 13:25:37 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2013-08-30 13:25:37 +0000 |
commit | 119ce5320228a89bd2f73935837ee49136a3c617 (patch) | |
tree | 34801d4957d51146160e0d6b7d5bfd1c08e86aee | |
parent | 7dcb77de0640f50a8eb2b06b7f04d2fba0ccafe5 (diff) | |
download | bcm5719-llvm-119ce5320228a89bd2f73935837ee49136a3c617.tar.gz bcm5719-llvm-119ce5320228a89bd2f73935837ee49136a3c617.zip |
Remove annotation for a test that now passes on FreeBSD
A FreeBSD implementation of Host::FindProcesses was added in r189295.
Note that some tests still fail as the implementation returns a truncated
name for processes with long names.
http://www.llvm.org/pr16699
llvm-svn: 189667
-rw-r--r-- | lldb/test/functionalities/platform/TestPlatformCommand.py | 1 |
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']) |