Some LD_PRELOAD-ed libraries tend to interact badly with --nodefaultlib,
particularly Gentoo sandbox. Do not run this test if LD_PRELOAD is
present in the running environment.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
What does the preloaded library do ? Is it actually necessary for the (other) tests to run? I'm wondering if we shouldn't strip the variable from the environment instead...
Comment Actions
It detects accesses to files outside the build tree. Stripping the variable won't help because it will readd itself on fork.