Re: RFE: Allow for execution output to influence test result

2024-05-22 Thread Jacob Bachmeyer
DejaGnu already has the requested feature as far as I can tell. Rainer Orth wrote: In the GCC testsuite, there's quite a number of tests (mostly in gcc/testsuite/gcc.target/i386, but also on powerpc and x86_64) that check if the host CPU supports some ISA extension at runtime and currently just

RFE: Allow for execution output to influence test result

2024-05-21 Thread Rainer Orth
In the GCC testsuite, there's quite a number of tests (mostly in gcc/testsuite/gcc.target/i386, but also on powerpc and x86_64) that check if the host CPU supports some ISA extension at runtime and currently just exit (0) if that support is missing, producing a PASS result. That's not only highly