Add decorator for process launch w/ glob not working on FreeBSD

llvm-svn: 229738
This commit is contained in:
Ed Maste 2015-02-18 20:17:21 +00:00
parent f490804227
commit c566b59a56
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class LaunchWithGlobTestCase(TestBase):
self.do_test () self.do_test ()
@expectedFailureFreeBSD("llvm.org/pr22627 process launch w/ glob not working")
@dwarf_test @dwarf_test
def test_with_dwarf (self): def test_with_dwarf (self):
self.buildDwarf() self.buildDwarf()