diff options
| author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-05-29 22:12:53 +0000 |
|---|---|---|
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-05-29 22:12:53 +0000 |
| commit | bc46d567b74e78fc4b31fd47046163bb7bef4e7f (patch) | |
| tree | 664167be994065c813b258f26c5626a15522a28a /lldb/test/python_api | |
| parent | ae1fbfb740547961dd072aed679993b96d4ab5fc (diff) | |
| download | bcm5719-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.py | 1 |
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): |

