summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/load_unload
diff options
context:
space:
mode:
authorAlex Langford <apl@fb.com>2019-07-23 22:12:16 +0000
committerAlex Langford <apl@fb.com>2019-07-23 22:12:16 +0000
commit45a3fd206fb06f77a08968c99a8172cbf2ccdd0f (patch)
tree9468b964beac3f7a6e123dd742d782f9696e07e0 /lldb/packages/Python/lldbsuite/test/functionalities/load_unload
parent511f7f5785e58a75fd82675336fa7fc90ba45c76 (diff)
downloadbcm5719-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/functionalities/load_unload')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py b/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py
index 59412cbf85f..cc633dcc14b 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py
@@ -363,7 +363,7 @@ class LoadUnloadTestCase(TestBase):
# We can't find a breakpoint location for d_init before launching because
# executable dependencies are resolved relative to the debuggers PWD. Bug?
- @expectedFailureAll(oslist=["linux"])
+ @expectedFailureAll(oslist=["linux"], triple=no_match('aarch64-.*-android'))
@skipIfFreeBSD # llvm.org/pr14424 - missing FreeBSD Makefiles/testcase support
@skipIfWindows # Windows doesn't have dlopen and friends, dynamic libraries work differently
@expectedFailureNetBSD
OpenPOWER on IntegriCloud