Add decorator for FreeBSD test failure pr18522

llvm-svn: 199550
This commit is contained in:
Ed Maste 2014-01-18 14:29:57 +00:00
parent e8b2ef56e1
commit c787822545
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class ThreadSpecificBreakTestCase(TestBase):
self.buildDsym()
self.do_thread_specific_break()
@expectedFailureFreeBSD('llvm.org/pr18522') # hits break in another thread in testrun
@python_api_test
@dwarf_test
def test_with_dwarf_python(self):