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

llvm-svn: 247562
This commit is contained in:
Ed Maste 2015-09-14 14:27:05 +00:00
parent 1b3f13d776
commit 149a352eb3
1 changed files with 0 additions and 1 deletions

View File

@ -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'])