From 628365435d0c0815f20707da8da25d0b0c563ce6 Mon Sep 17 00:00:00 2001 From: Tamas Berghammer Date: Thu, 16 Jul 2015 10:00:06 +0000 Subject: [PATCH] Improve XFAIL for test_lldb_process_load_and_unload_commands llvm-svn: 242392 --- lldb/test/functionalities/load_unload/TestLoadUnload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/functionalities/load_unload/TestLoadUnload.py b/lldb/test/functionalities/load_unload/TestLoadUnload.py index 6e1f42f135de..df5ae97c5eb0 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."""