Re: [PATCH] tests: Handle system-wide tunables in rseq tests
Yury Khrustalev <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <[email protected]> |
Hi Michael, On Thu, Jul 02, 2026 at 04:23:34PM -0400, DJ Delorie wrote: > Michael Jeanson <[email protected]> writes: > > I had a quick look and I'm not quite sure how to combine the > > 'tests-internal' and 'tests-container' targets to allow running > > tst-rseq/tst-rseq-disable. > > I seem to recall in the past, I've just added the one test to both lists > and it seemed to work. It might depend on which two lists you're adding > it to. The elf/tst-tunconf1 test is added to both tests-internal and tests-container in elf/Makefile. This test also has 'elf/tst-tunconf1.root' folder for the container and it uses custom tunables. I think you could do the same with the rseq tests. Thanks, Yury