User story #289
Fix windows Directory and TCP tests
0%
Description
Fix the Windows implementation of Directory and TCP tests.
Source code files modified¶
Architecture & design review¶
Date of the review: 09/12/2015
Person who did the review: André Neto
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: 18/12/2015
Person who did the review: Andre' Neto
Result of review: PASS
List of non-conformities: N/A.
Unit test review¶
Date of the review: 18/12/2015
Person who did the review: Andre' Neto
Result of coverage tests review: PASS
Result of functional tests review: N/A
Result of review: PASS
List of non-conformities:
Note the usual tests continue to fail in Windows:
[ FAILED ] 12 tests, listed below:
[ FAILED ] BasicConsoleGTest.TestRead
[ FAILED ] BasicFileGTest.TestOpen_FLAG_CREAT_EXCLUSIVE
[ FAILED ] DirectoryGTest.TestGetLastAccessTime_ReRead
[ FAILED ] DirectoryGTest.TestGetLastAccessTime_ReRead2
[ FAILED ] LoadableLibraryGTest.TestOpenCloseLibrary
[ FAILED ] LoadableLibraryGTest.TestCloseLibrary
[ FAILED ] LoadableLibraryGTest.TestLoadFunction
[ FAILED ] LoadableLibraryGTest.TestLoadFunctionSquareBracketsOperator
[ FAILED ] LoadableLibraryGTest.TestGetModule
[ FAILED ] MutexSemGTest.TestIsRecursive
[ FAILED ] MutexSemGTest.TestRecursiveOff
[ FAILED ] ThreadsGTest.TestBeginThreadStacksize0
Associated revisions
#289 - Fix directory error on test and change port to TCPSocket test
#289 minor cosmetic changes
History
#1 Updated by Frank Perez over 9 years ago
- Status changed from Code: Impl to Code: Rev
#2 Updated by Frank Perez over 9 years ago
- Status changed from Code: Rev to Code: Impl
- Assignee deleted (
Frank Perez)
#3 Updated by Frank Perez over 9 years ago
- Status changed from Code: Impl to Code: Rev
#4 Updated by André Neto over 9 years ago
- Assignee set to André Neto
#5 Updated by André Neto over 9 years ago
- Description updated (diff)
- Status changed from Code: Rev to Closed
- Assignee deleted (
André Neto)
Merged with develop in commit df0aaefa40a51a2f4ce7f8a6755ee87e274f0922
#289 - WIP