Re: [PATCH] build: Add RTEMS_QUALIFIED

2023-11-03 Thread Sebastian Huber
On 03.11.23 15:08, Joel Sherrill wrote: On Fri, Nov 3, 2023 at 3:58 AM Sebastian Huber > wrote: The goal of the RTEMS pre-qualification activity #3701 is a specified and validated subset of RTEMS.  For users of the pre-qualified subset of

Re: [PATCH] build: Do not use coverage for librtemstest

2023-11-03 Thread Joel Sherrill
Ok. Push this. On Fri, Nov 3, 2023, 9:19 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 03.11.23 14:56, Joel Sherrill wrote: > > Does this mean that anything under tests and bsps will not have coverage? > > The tests itself are built without coverage. The librtemsbsp.a stuff

Re: [PATCH] build: Do not use coverage for librtemstest

2023-11-03 Thread Sebastian Huber
On 03.11.23 14:56, Joel Sherrill wrote: Does this mean that anything under tests and bsps will not have coverage? The tests itself are built without coverage. The librtemsbsp.a stuff is built with coverage enabled. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Ger

Re: [PATCH] build: Do not use coverage for librtemstest

2023-11-03 Thread Joel Sherrill
Seems reasonable. Does this mean that anything under tests and bsps will not have coverage? --joel On Fri, Nov 3, 2023 at 3:58 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > The goal is to get code and branch coverage from actual tests and not > the test support itself. > ---

Re: [PATCH] libtest: Move parts to extra files

2023-11-03 Thread Joel Sherrill
Seems ok. On Fri, Nov 3, 2023 at 3:58 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Move the RTEMS test printer and rtems_test_exit() to separate files, to > remove dependencies from the begin/end test messsage support. > > Update #4963. > --- > cpukit/libtest/testbeginend.c

[PATCH] build: Do not use coverage for librtemstest

2023-11-03 Thread Sebastian Huber
The goal is to get code and branch coverage from actual tests and not the test support itself. --- spec/build/cpukit/grp.yml | 2 -- spec/build/cpukit/libdebugger.yml | 6 -- spec/build/cpukit/libftpfs.yml| 6 -- spec/build/cpukit/libjffs2.yml| 4 +++- spec/

[PATCH] libtest: Move parts to extra files

2023-11-03 Thread Sebastian Huber
Move the RTEMS test printer and rtems_test_exit() to separate files, to remove dependencies from the begin/end test messsage support. Update #4963. --- cpukit/libtest/testbeginend.c | 28 - cpukit/libtest/testexit.c | 47 ++ cpukit/libtest/testprinter