diff options
Diffstat (limited to 'lldb/test/python_api/watchpoint/TestSetWatchpoint.py')
-rw-r--r-- | lldb/test/python_api/watchpoint/TestSetWatchpoint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/watchpoint/TestSetWatchpoint.py b/lldb/test/python_api/watchpoint/TestSetWatchpoint.py index 8c567c196a2..82c2aa94657 100644 --- a/lldb/test/python_api/watchpoint/TestSetWatchpoint.py +++ b/lldb/test/python_api/watchpoint/TestSetWatchpoint.py @@ -30,6 +30,7 @@ class SetWatchpointAPITestCase(TestBase): @python_api_test @dwarf_test + @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported def test_watch_val_with_dwarf(self): """Exercise SBValue.Watch() API to set a watchpoint.""" self.buildDwarf() |