diff options
author | Alex Langford <apl@fb.com> | 2019-07-23 22:12:16 +0000 |
---|---|---|
committer | Alex Langford <apl@fb.com> | 2019-07-23 22:12:16 +0000 |
commit | 45a3fd206fb06f77a08968c99a8172cbf2ccdd0f (patch) | |
tree | 9468b964beac3f7a6e123dd742d782f9696e07e0 /lldb/packages/Python/lldbsuite/test/python_api/watchpoint | |
parent | 511f7f5785e58a75fd82675336fa7fc90ba45c76 (diff) | |
download | bcm5719-llvm-45a3fd206fb06f77a08968c99a8172cbf2ccdd0f.tar.gz bcm5719-llvm-45a3fd206fb06f77a08968c99a8172cbf2ccdd0f.zip |
[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 <kusmour@gmail.com>
Differential Revision: https://reviews.llvm.org/D64767
llvm-svn: 366858
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/watchpoint')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): |