[Lldb-commits] [lldb] r189667 - Remove annotation for a test that now passes on FreeBSD

Ed Maste emaste at freebsd.org
Fri Aug 30 06:25:37 PDT 2013


Author: emaste
Date: Fri Aug 30 08:25:37 2013
New Revision: 189667

URL: http://llvm.org/viewvc/llvm-project?rev=189667&view=rev
Log:
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

Modified:
    lldb/trunk/test/functionalities/platform/TestPlatformCommand.py

Modified: lldb/trunk/test/functionalities/platform/TestPlatformCommand.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/platform/TestPlatformCommand.py?rev=189667&r1=189666&r2=189667&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/platform/TestPlatformCommand.py (original)
+++ lldb/trunk/test/functionalities/platform/TestPlatformCommand.py Fri Aug 30 08:25:37 2013
@@ -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'])





More information about the lldb-commits mailing list