Author: emaste Date: Mon Sep 14 09:27:05 2015 New Revision: 247562 URL: http://llvm.org/viewvc/llvm-project?rev=247562&view=rev Log: Remove expectedFailureFreeBSD from passing test_process_list
This test passes locally but was marked XFAIL due to failures on the FreeBSD buildbot. That buildbot has been retired as it was overloaded, and we will investigate again if this fails once a new buildbot is in place. llvm.org/pr23747 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=247562&r1=247561&r2=247562&view=diff ============================================================================== --- lldb/trunk/test/functionalities/platform/TestPlatformCommand.py (original) +++ lldb/trunk/test/functionalities/platform/TestPlatformCommand.py Mon Sep 14 09:27:05 2015 @@ -18,7 +18,6 @@ class PlatformCommandTestCase(TestBase): self.expect("platform list", patterns = ['^Available platforms:']) - @expectedFailureFreeBSD("llvm.org/pr23747 failing on the buildbot") def test_process_list(self): self.expect("platform process list", substrs = ['PID', 'TRIPLE', 'NAME']) _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits