summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-05-29 22:12:53 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-05-29 22:12:53 +0000
commitbc46d567b74e78fc4b31fd47046163bb7bef4e7f (patch)
tree664167be994065c813b258f26c5626a15522a28a /lldb/test/python_api
parentae1fbfb740547961dd072aed679993b96d4ab5fc (diff)
downloadbcm5719-llvm-bc46d567b74e78fc4b31fd47046163bb7bef4e7f.tar.gz
bcm5719-llvm-bc46d567b74e78fc4b31fd47046163bb7bef4e7f.zip
Disabling watchpoint test with intermittent failure.
llvm-svn: 182887
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r--lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py b/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
index 2310fdc7489..f77e1e26a71 100644
--- a/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
+++ b/lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
@@ -30,6 +30,7 @@ class SetWatchlocationAPITestCase(TestBase):
self.buildDsym()
self.do_set_watchlocation()
+ @skipIfLinux # Sometimes passes, sometimes not.
@python_api_test
@dwarf_test
def test_watch_location_with_dwarf(self):
OpenPOWER on IntegriCloud