diff options
| author | Tamas Berghammer <tberghammer@google.com> | 2015-07-16 10:00:06 +0000 |
|---|---|---|
| committer | Tamas Berghammer <tberghammer@google.com> | 2015-07-16 10:00:06 +0000 |
| commit | 628365435d0c0815f20707da8da25d0b0c563ce6 (patch) | |
| tree | f3e402c0e83598c5ab01038deea35e4a0bb9fd1f /lldb/test/functionalities | |
| parent | 5abe726911d4e2bf80bbbd93d0a2e2b8064c2fd3 (diff) | |
| download | bcm5719-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.py | 2 |
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.""" |

