summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-07-22 11:00:06 +0000
committerTamas Berghammer <tberghammer@google.com>2015-07-22 11:00:06 +0000
commit050d1e8a348c0afa91e01e07157bfc103ea9e1b4 (patch)
treebf4e35a1e40d005a7e6b9cf1653870b27858b3c8 /lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py
parent23d952b61120393fbd1b27c00b24e675a60be391 (diff)
downloadbcm5719-llvm-050d1e8a348c0afa91e01e07157bfc103ea9e1b4.tar.gz
bcm5719-llvm-050d1e8a348c0afa91e01e07157bfc103ea9e1b4.zip
XFAIL watchpoint tests on Android arm/aarch64
Differential revision: http://reviews.llvm.org/D11409 llvm-svn: 242887
Diffstat (limited to 'lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py')
-rw-r--r--lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py1
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)
OpenPOWER on IntegriCloud