Files
Léo Creuse 2b3f0eeda3 Testsuite: various changes to allow native light runtime runs
This commit brings various changes that allow the execution of the
testsuite for a native target with a light runtime:
 - Fix light runtime detection pattern in RuntimeInfo;
 - Add missing RTS_ZFP filters for native only tests that use lagnuage
   features not available in the light runtime;
 - Remove exit code checking on native light runtime program execution,
   as the programs do not set the exit status code, often resulting in
   it being non-zero despite a normal termination of the program.

This is in preparation of the introduction of CCG testing.
2023-12-11 12:28:59 +00:00

4 lines
179 B
Plaintext

!native DEAD Shared libraries exist only for native platforms
bin-traces XFAIL OA05-051: bin-traces and shared libs
RTS_ZFP DEAD can't build shared gnatcov_rts with light runtime