diff options
Diffstat (limited to 'lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py')
-rw-r--r-- | lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py b/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py index ae48e843fd1..64abb36eee1 100644 --- a/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py +++ b/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py @@ -34,6 +34,7 @@ class WatchpointConditionAPITestCase(TestBase): self.watchpoint_condition_api() @dwarf_test + @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported def test_watchpoint_cond_api_with_dwarf(self): """Test watchpoint condition API.""" self.buildDwarf(dictionary=self.d) |