Disabling another watchpoint test with intermittent failure.

llvm-svn: 182952
This commit is contained in:
Matt Kopec 2013-05-30 18:54:48 +00:00
parent 0f6d5ca0bf
commit ef7ea33178
1 changed files with 1 additions and 0 deletions

View File

@ -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):