XFAIL TestPlatformCommand test failing on the FreeBSD buildbot

llvm.org/pr23747

llvm-svn: 238976
This commit is contained in:
Ed Maste 2015-06-03 21:21:00 +00:00
parent f6dcd2ab6b
commit dc8dd07e17
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ 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'])