This is the mail archive of the libc-alpha@sourceware.org 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]

making the testsuite more like real life... ld.so edition


I just finished RCA'ing a bugzilla[*] where the fault depended on
(among other things outside the scope of this email) the fact that we
run ld.so directly, instead of indirectly.  I.e. these two commands
produce different results:

	$ ld.so tst-foo
	$ tst.foo

What are our options for running those types of tests in a more "real
world" way?

Should we modify all the test-in-container tests to drop the explicit
ld.so, and relegate those tests to t-i-c?

Should we modify how we build the tests so that we never need the
explicit ld.so?

Other ideas?


[*] https://bugzilla.redhat.com/show_bug.cgi?id=1653942


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