summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-07-16 10:00:06 +0000
committerTamas Berghammer <tberghammer@google.com>2015-07-16 10:00:06 +0000
commit628365435d0c0815f20707da8da25d0b0c563ce6 (patch)
treef3e402c0e83598c5ab01038deea35e4a0bb9fd1f /lldb/test/functionalities
parent5abe726911d4e2bf80bbbd93d0a2e2b8064c2fd3 (diff)
downloadbcm5719-llvm-628365435d0c0815f20707da8da25d0b0c563ce6.tar.gz
bcm5719-llvm-628365435d0c0815f20707da8da25d0b0c563ce6.zip
Improve XFAIL for test_lldb_process_load_and_unload_commands
llvm-svn: 242392
Diffstat (limited to 'lldb/test/functionalities')
-rw-r--r--lldb/test/functionalities/load_unload/TestLoadUnload.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/load_unload/TestLoadUnload.py b/lldb/test/functionalities/load_unload/TestLoadUnload.py
index 6e1f42f135d..df5ae97c5eb 100644
--- a/lldb/test/functionalities/load_unload/TestLoadUnload.py
+++ b/lldb/test/functionalities/load_unload/TestLoadUnload.py
@@ -175,7 +175,7 @@ class LoadUnloadTestCase(TestBase):
@skipIfFreeBSD # llvm.org/pr14424 - missing FreeBSD Makefiles/testcase support
@skipUnlessListedRemote(['android'])
- @unittest2.expectedFailure("rdar://15367406")
+ @expectedFailureAndroid # dlopen and dlclose prefixed with "__dl_" on android causing JIT compilation issues
def test_lldb_process_load_and_unload_commands(self):
"""Test that lldb process load/unload command work correctly."""
OpenPOWER on IntegriCloud