User story #156
Lint: Processor
0%
Description
Verify and implement coding standard using Flexelint.
Source code files modified¶
- Source/Core/L0Portability/Makefile.inc
- Source/Core/L0Portability/OperatingSystem/Windows/Makefile.inc
- Source/Core/L0Portability/OperatingSystem/Linux/Makefile.inc
- Source/Core/L0Portability/Processor.h
- Source/Core/L0Portability/Architecture/x86_gcc/ProcessorA.h
- Source/Core/L0Portability/Architecture/x86_cl/ProcessorA.h
- Source/Core/L0Portability/OperatingSystem/Linux/ProcessorOS.cpp
- Source/Core/L0Portability/OperatingSystem/Windows/ProcessorOS.cpp
- Test/Core/L0Portability/StringTestHelper.h
- Test/Core/L0Portability/ProcessorTest.cpp
- Test/Core/L0Portability/ProcessorTest.h
- Test/GTest/ProcessorGTest.cpp
Architecture & design review¶
Date of the review: 27/07/2015
Person who did the review: Giuseppe Ferrò
Version of architecture & design document: N/A. As per the original MARTe implementation, this is a support function and does not require formal design in UML.
Result of review: N/A
List of non-conformities: N/A
Code and documentation review¶
Date of the review: 27/07/2015
Person who did the review: Giuseppe Ferrò
Result of review: PASS (MISRA compliant)
List of non-conformities: N/A.
Unit test review¶
Date of the review: 27/07/2015
Person who did the review: Ivan Herrero
Result of coverage tests review: PASS
Result of functional tests review: PASS
Result of review: PASS
List of non-conformities:
Coverage Note: In Processor::Family() the sentences inside the block protected by "if (family == 0xf)" has not been exercised, because the processor's family of the processor used in tests has not reached 0xf, so it does not need to use the Extended Family ID.
Associated revisions
Fixed processor model reported in #123. Implementation of #156.
The bug related to the computation of the processor model was fixed (see
comment in #123).
As part of the linting process (#156) the code structure was slightly
changed in order to delegate the implementation of the Processor
operating system functionality to a .cpp unit. This improves the
consistency with the other operating system classes.
Added ProcessorOS to makefile.
#156
Minor changes to Processor tests implementation.
#156
#156 - Minor formatting corrections (following template rules)
History
#1 Updated by Riccardo Vitelli almost 10 years ago
- Target version set to Backlog
#2 Updated by Riccardo Vitelli almost 10 years ago
- Target version changed from Backlog to 0.2
#3 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from New to Code: Impl
#4 Updated by André Neto almost 10 years ago
- Assignee set to André Neto
#5 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Code: Impl to Code: Rev
#6 Updated by Riccardo Vitelli over 9 years ago
- Assignee deleted (
André Neto)
#7 Updated by André Neto over 9 years ago
- Assignee set to André Neto
#8 Updated by Riccardo Vitelli over 9 years ago
- Assignee deleted (
André Neto)
#9 Updated by Giuseppe Ferro over 9 years ago
- Status changed from Code: Rev to Unit: Impl
#10 Updated by Giuseppe Ferro over 9 years ago
- Assignee set to Giuseppe Ferro
#11 Updated by Giuseppe Ferro over 9 years ago
- Description updated (diff)
#12 Updated by Giuseppe Ferro over 9 years ago
- Status changed from Unit: Impl to Unit: Rev
#13 Updated by Giuseppe Ferro over 9 years ago
Unit test implementation done: 330e478
#14 Updated by Giuseppe Ferro over 9 years ago
- Assignee deleted (
Giuseppe Ferro)
#15 Updated by Ivan Herrero over 9 years ago
- Assignee set to Ivan Herrero
#16 Updated by Ivan Herrero over 9 years ago
- Description updated (diff)
- Status changed from Unit: Rev to Closed
- Assignee deleted (
Ivan Herrero)
Unit test review made on revision 4055caf.
Branch #156_Processor merged on develop branch (commit c3440ee).
Branch #156_Processor deleted.
First linting of the code.
Applied linting rules to stories #144, #146 and #156