Skip to content

Commit f8e102d

Browse files
committed
Xfail test_dyld_library_path for Android.
Originally, the source for the hidden lib_d and the regular lib_d were the same file, so we always got the "correct" source for each. Splitting them up in D11367 exposed a bug of showing the incorrect source file for the hidden lib_d. llvm-svn: 242862
1 parent d1bac4c commit f8e102d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/functionalities/load_unload/TestLoadUnload.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def test_modules_search_paths(self):
121121

122122
@skipIfFreeBSD # llvm.org/pr14424 - missing FreeBSD Makefiles/testcase support
123123
@skipUnlessListedRemote(['android'])
124+
@expectedFailureAndroid # wrong source file shows up for hidden library
124125
def test_dyld_library_path(self):
125126
"""Test (DY)LD_LIBRARY_PATH after moving libd.dylib, which defines d_function, somewhere else."""
126127

0 commit comments

Comments
 (0)