Commit 2b3f0ee
committed
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.1 parent 9e2ef02 commit 2b3f0ee
File tree
15 files changed
+28
-5
lines changed- testsuite
- Qualif/Appendix/Testsuite/Selftest/assert-failure
- SUITE
- tests
- C/stmt/NA28-015-default-return
- M724-035-eh-warnings
- U219-010-ali-entry-guard-sloc
- U901-029-estamps
- V309-017-setup-config
- instr-cov
- bin_file_tunings
- default_dump_channel
- expr_func/program_error
- stmt_after_accept
- integrated_instrumentation
- trace_name
15 files changed
+28
-5
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
256 | 259 | | |
257 | 260 | | |
258 | 261 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
852 | 852 | | |
853 | 853 | | |
854 | 854 | | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
855 | 863 | | |
856 | 864 | | |
857 | 865 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
0 commit comments