forked from OSchip/llvm-project
Disabling watchpoint test with intermittent failure.
llvm-svn: 182887
This commit is contained in:
parent
ae1fbfb740
commit
bc46d567b7
|
|
@ -30,6 +30,7 @@ class SetWatchlocationAPITestCase(TestBase):
|
||||||
self.buildDsym()
|
self.buildDsym()
|
||||||
self.do_set_watchlocation()
|
self.do_set_watchlocation()
|
||||||
|
|
||||||
|
@skipIfLinux # Sometimes passes, sometimes not.
|
||||||
@python_api_test
|
@python_api_test
|
||||||
@dwarf_test
|
@dwarf_test
|
||||||
def test_watch_location_with_dwarf(self):
|
def test_watch_location_with_dwarf(self):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue