[Lldb-commits] [lldb] r247562 - Remove expectedFailureFreeBSD from passing test_process_list
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 14 07:27:06 PDT 2015
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'])
More information about the lldb-commits
mailing list