Project

General

Profile

User story #109

Updated by Llorenc Capella over 9 years ago

Implement requirement MARTe-EX-F-1.2.4 based on the original MARTe implementation

Note: This priority will be operating system dependent and the framework shall guarantee that a uniform interface is provided to all operating systems, so that the same relative priority has the same meaning independently of the operating system.

h1. Source code files modified

* Source/Core/L0Portability/ThreadsDatabase.h
* Source/Core/L0Portability/ThreadsDatabase.cpp
* Source/Core/L0Portability/Threads.h
* Source/Core/L0Portability/Threads.cpp
* Source/Core/L0Portability/OperatingSystem/Linux/ThreadsOS.h
* Source/Core/L0Portability/OperatingSystem/Windows/ThreadsOS.h
* Test/Core/L0Portability/ThreadsTest.cpp
* Test/Core/L0Portability/ThreadsTest.h
* Test/GTest/ThreadsGTest.cpp


h1. Architecture & design review

*Date of the review:* 08/06/2015

*Person who did the review:* André Neto

*Version of architecture & design document:* N/A. As per the original MARTe implementation, this is a function of a support class and does not require formal design in UML.

*Result of review:* N/A

*List of non-conformities:* N/A

h1. Code and documentation review

*Date of the review:* 18/06/2015

*Person who did the review:* Ivan Herrero

*Result of review:* PASS

*List of non-conformities:* N/A

h1. Unit test review

*Date of the review:* 01/07/2015

*Person who did the review:* Ivan Herrero

*Result of coverage tests review:* FAIL

*Result of functional tests review:* FAIL

*Result of review:* FAIL

*List of non-conformities:*

The unit tests do not follow the convention of a testing method for each target class method.

Back