User story #179
Memory testing non-conformities
0%
Description
Solve the list of non-conformities found in #152:
The following functions test more than one thing and shall be broken down into different functions. This has no impact on the coverage/functional aspects of the test, but will greatly increase readability of the tests and in case of problems will greatly simplify the identification of the culprit :
MemoryTest::TestRealloc()
MemoryTest::TestCopy()
MemoryTest::TestMove()
MemoryTest::TestSet()
MemoryTest::TestSearch()
Source code files modified¶
- Test/Core/L0Portability/MemoryTest.cpp
- Test/Core/L0Portability/MemoryTest.h
Architecture & design review¶
Date of the review: as per #152.
Person who did the review: N/A
Version of architecture & design document: N/A
Result of review: N/A
List of non-conformities: N/A
Code and documentation review¶
Date of the review: as per #152.
Person who did the review:
Result of review:
List of non-conformities: N/A.
Unit test review¶
Date of the review: 11/08/2015
Person who did the review: Andre' Neto
Result of coverage tests review: PASS
Result of functional tests review: PASS
Result of review: PASS
List of non-conformities:
Note: I have made some minor changes to the documentation of the tests.
Associated revisions
History
#1 Updated by Riccardo Vitelli over 9 years ago
- Status changed from New to Code: Impl
#2 Updated by Riccardo Vitelli over 9 years ago
- Assignee set to Giuseppe Ferro
#3 Updated by Giuseppe Ferro over 9 years ago
- Status changed from Code: Impl to Code: Rev
- Assignee deleted (
Giuseppe Ferro)
Code implementation done: dd167a4
#4 Updated by André Neto over 9 years ago
- Description updated (diff)
#5 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Code: Rev to Unit: Rev
#6 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Unit: Rev to Closed
#7 Updated by André Neto over 9 years ago
Branch #179_Memory_Testing pruned.
List of Changes:
-Splitted tests accordingly with unit test revision in #152
User Story: #179