forked from OSchip/llvm-project
Disabling another watchpoint test with intermittent failure.
llvm-svn: 182952
This commit is contained in:
parent
0f6d5ca0bf
commit
ef7ea33178
|
@ -30,6 +30,7 @@ class TargetWatchAddressAPITestCase(TestBase):
|
|||
self.buildDsym()
|
||||
self.do_set_watchaddress()
|
||||
|
||||
@skipIfLinux # llvm.org/pr14323 - skip due to incomplete multi-threaded debug support
|
||||
@python_api_test
|
||||
@dwarf_test
|
||||
def test_watch_address_with_dwarf(self):
|
||||
|
|
Loading…
Reference in New Issue