This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Bad elf/tst-dlopenrpath.c test?


I don't see how elf/tst-dlopenrpath.c will work in a fresh build
directory. $ORIGIN/test-subdir is added to DT_RPATH in
elf/tst-dlopenrpathmod.so. But if elf/test-subdir doesn't exist
when elf/tst-dlopenrpath starts, elf/test-subdir will be ignored
even if it is created by elf/tst-dlopenrpath.c later. I always get

couldn't open in-subdir.so from foo

in a fresh build directory.

Also those new tests don't use dlerror to report dlopen error.



H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]