source: rtems-tools/tester/rtems/testing/coverage/Explanations.txt @ 3e187ba

5
Last change on this file since 3e187ba was 3e187ba, checked in by Cillian O'Donnell <cpodonnell8@…>, on 04/25/18 at 20:33:58

covoar: Add symbol set reader and ELF data parser to covoar.

Add ability to organize symbol sets of libraries in INI file
and then read them with covoar and load the symbols directly from the
libraries.

rtems-tools/../testing: Add configuration files for coverage analysis.

A number of covoar options are not required and are defaulted.

Co-author: Krzysztof Miesowicz <krzysztof.miesowicz@…>
Co-author: Vijay Kumar Banerjee <vijaykumar9597@…>
Co-author: Chris Johns <chrisj@…>

  • Property mode set to 100644
File size: 850 bytes
Line 
1schedulerpriorityyield.c:47
2Simple Test Case
3Branch Never Taken
4New test where there is more than one thread at a priority with the
5executing thread being non-preemptive.  Create a higher priority thread
6and then yield.
7
8   init task at priority 2, non-preemptive
9   create task at priority 2
10   create task at priority 1
11   yield
12+++
13
14schedulerpriorityyield.c:51
15Simple Test Case
16Branch Always Taken
17New test where only one thread at a priority (non-preemptive), create a
18thread at higher priority, then yield.
19
20   init task at priority 2, non-preemptive
21   create task at priority 1
22   yield
23+++
24
25schedulerpriorityyield.c:52
26Simple Test Case
27Not Executed
28Same test case as schedulerpriorityyield.c:51
29+++
30
31coremsg.c:86
32Simple Test Case
33We need to request enough messages of a certain size that the math
34overflows to less than a single message.
35+++
Note: See TracBrowser for help on using the repository browser.