diff options
Diffstat (limited to 'lldb/test/python_api/watchpoint/TestWatchpointIter.py')
-rw-r--r-- | lldb/test/python_api/watchpoint/TestWatchpointIter.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/watchpoint/TestWatchpointIter.py b/lldb/test/python_api/watchpoint/TestWatchpointIter.py index 592c040ea69..1a39062b8ba 100644 --- a/lldb/test/python_api/watchpoint/TestWatchpointIter.py +++ b/lldb/test/python_api/watchpoint/TestWatchpointIter.py @@ -30,6 +30,7 @@ class WatchpointIteratorTestCase(TestBase): @python_api_test @dwarf_test + @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported def test_watch_iter_with_dwarf(self): """Exercise SBTarget.watchpoint_iter() API to iterate on the available watchpoints.""" self.buildDwarf() |