From 45a3fd206fb06f77a08968c99a8172cbf2ccdd0f Mon Sep 17 00:00:00 2001 From: Alex Langford Date: Tue, 23 Jul 2019 22:12:16 +0000 Subject: [lldb][test_suite] Update tests with unexpected pass on Android aarch64 Summary: update some test decorates that can actually pass on andriod aarch64 Patch by Wanyi Ye Differential Revision: https://reviews.llvm.org/D64767 llvm-svn: 366858 --- .../test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/python_api') diff --git a/lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py b/lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py index bb32869543c..68b8857e87c 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py @@ -36,6 +36,7 @@ class WatchpointConditionAPITestCase(TestBase): @expectedFailureAll( oslist=["linux"], archs=["aarch64"], + triple=no_match(".*-android"), bugnumber="llvm.org/pr27710") @skipIfWindows # Watchpoints not supported on Windows, and this test hangs def test_watchpoint_cond_api(self): -- cgit v1.2.3