forked from OSchip/llvm-project
XFAIL TestPlatformCommand test failing on the FreeBSD buildbot
llvm.org/pr23747 llvm-svn: 238976
This commit is contained in:
parent
f6dcd2ab6b
commit
dc8dd07e17
|
@ -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'])
|
||||
|
|
Loading…
Reference in New Issue