forked from OSchip/llvm-project
Add decorator for FreeBSD test failure pr18522
llvm-svn: 199550
This commit is contained in:
parent
e8b2ef56e1
commit
c787822545
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue