Xfail test_dyld_library_path for Android.
authorChaoren Lin <chaorenl@google.com>
Wed, 22 Jul 2015 01:17:51 +0000 (01:17 +0000)
committerChaoren Lin <chaorenl@google.com>
Wed, 22 Jul 2015 01:17:51 +0000 (01:17 +0000)
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

lldb/test/functionalities/load_unload/TestLoadUnload.py

index df5ae97..3c05d68 100644 (file)
@@ -121,6 +121,7 @@ class LoadUnloadTestCase(TestBase):
 
     @skipIfFreeBSD # llvm.org/pr14424 - missing FreeBSD Makefiles/testcase support
     @skipUnlessListedRemote(['android'])
+    @expectedFailureAndroid # wrong source file shows up for hidden library
     def test_dyld_library_path(self):
         """Test (DY)LD_LIBRARY_PATH after moving libd.dylib, which defines d_function, somewhere else."""