[RTEMS Project] #4971: Report that nested validation test cases did run
RTEMS trac
trac at rtems.org
Wed Nov 22 13:50:41 UTC 2023
#4971: Report that nested validation test cases did run
------------------------------+-----------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: assigned
Priority: normal | Milestone: 6.1
Component: test | Version: 6
Severity: normal | Keywords: qualification
Blocked By: | Blocking:
------------------------------+-----------------------------
Some validation test cases use parameterized nested test cases. For
example, the rtems_semaphore_obtain() test uses a parameterized test case
to seize a mutex. The nested mutex seize test case uses a parameterized
thread queue enqueue test case. Currently, there is no indication that
these nested test cases did actually run. Some of these nested test cases
run in a tight loop, so printing a hint on every run could lead to a
massive amount of test output.
Add test case remarks to the RTEMS Test Framework which may be used to
give such an indication.
--
Ticket URL: <http://devel.rtems.org/ticket/4971>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list