forked from OSchip/llvm-project
Add decorator for process launch w/ glob not working on FreeBSD
llvm-svn: 229738
This commit is contained in:
parent
f490804227
commit
c566b59a56
|
@ -21,6 +21,7 @@ class LaunchWithGlobTestCase(TestBase):
|
|||
self.do_test ()
|
||||
|
||||
|
||||
@expectedFailureFreeBSD("llvm.org/pr22627 process launch w/ glob not working")
|
||||
@dwarf_test
|
||||
def test_with_dwarf (self):
|
||||
self.buildDwarf()
|
||||
|
|
Loading…
Reference in New Issue