User story #275
Directory Windows
0%
Description
Implement Directory (for Windows) based on the previous MARTe implementation.
Source code files modified¶
Source/Core/BareMetal/L0Types/Architecture/x86_cl/CompilerTypes.h
Source/Core/FileSystem/L1Portability/Directory.h
Source/Core/FileSystem/L1Portability/DirectoryScanner.h
Source/Core/FileSystem/L1Portability/Environment/Linux/DirectoryScanner.cpp
Source/Core/FileSystem/L1Portability/Environment/Windows/BasicSocket.cpp
Source/Core/FileSystem/L1Portability/Environment/Windows/BasicUDPSocket.cpp
Source/Core/FileSystem/L1Portability/Environment/Windows/Directory.cpp
Source/Core/FileSystem/L1Portability/Environment/Windows/DirectoryScanner.cpp
Source/Core/FileSystem/L1Portability/Environment/Windows/Select.cpp
Source/Core/FileSystem/L1Portability/Environment/Windows/SelectProperties.h
Source/Core/FileSystem/L1Portability/Select.h
Test/Core/FileSystem/L1Portability/BasicTCPSocketTest.cpp
Test/Core/FileSystem/L1Portability/DirectoryScannerTest.cpp
Test/Core/FileSystem/L1Portability/DirectoryTest.cpp
Test/Core/FileSystem/L1Portability/SelectTest.cpp
Test/GTest/BasicTCPSocketGTest.cpp
Test/GTest/Makefile.inc
Architecture & design review¶
Date of the review: 11/13/2015
Person who did the review: André Neto
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: 09/12/2015
Person who did the review: André Neto
Result of review: PASS
List of non-conformities:
As a pattern DirectoryScanner should use LinkedListHolder and not inherit from it.
Unit test review¶
Date of the review: 09/12/2015
Person who did the review: André Neto
Result of coverage tests review: N/A
Result of functional tests review: PASS
Result of review: FAIL
List of non-conformities:
[ FAILED ] DirectoryGTest.TestGetLastAccessTime_ReRead
[ FAILED ] DirectoryGTest.TestGetLastAccessTime_ReRead2
[ FAILED ] DirectoryGTest.TestScanFilter
Randome failures in TestScanFilter to be investigated.
These two tests require http://www.groovypost.com/howto/microsoft/enable-last-access-time-stamp-to-files-folder-windows-7/ to be setup (but it needs admin rights)
[ FAILED ] BasicTCPSocketGTest.TestConnect
[ FAILED ] BasicTCPSocketGTest.TestRead
These tests fail randomly and seem to be associated to the quantity of open sockets (to be investigated in a later user-story).
Associated revisions
#275 Directory compiling. DirectoryScanner in progress.
#275 Added directory files for windows implementation
#275 Directory_Windows waiting for BasicFile
#275_Directory_Windows
Unit test done. Accesstime fails.
#275 - Add Directory, DirectoryScanner and test for Windows
Add Select
#275 Directory and Select ready for code revision.
Merge branch 'develop' into #275_Directory_Windows_bis
Conflicts:
Test/GTest/Makefile.inc
History
#1 Updated by Frank Perez over 9 years ago
- Status changed from New to Code: Impl
#2 Updated by Frank Perez over 9 years ago
Note: merged from #253 (console)
#3 Updated by Ivan Herrero over 9 years ago
- Tracker changed from Design to User story
#4 Updated by André Neto over 9 years ago
- Target version changed from 0.8 to 0.9
#5 Updated by André Neto over 9 years ago
- Status changed from Code: Impl to Code: Rev
#6 Updated by André Neto over 9 years ago
- Assignee changed from Frank Perez to André Neto
#7 Updated by André Neto over 9 years ago
- Description updated (diff)
#8 Updated by André Neto over 9 years ago
- Status changed from Code: Rev to Unit: Impl
#9 Updated by André Neto over 9 years ago
- Assignee changed from André Neto to Frank Perez
#10 Updated by André Neto over 9 years ago
- Status changed from Unit: Impl to Unit: Rev
#11 Updated by André Neto over 9 years ago
- Assignee changed from Frank Perez to André Neto
#12 Updated by André Neto over 9 years ago
- Description updated (diff)
#13 Updated by André Neto over 9 years ago
Merged with develop in commit: 5cfc8c0877c6c29cd635d82f15c8488087419c7c
#14 Updated by André Neto over 9 years ago
- Status changed from Unit: Rev to Closed
#15 Updated by Ivan Herrero over 9 years ago
- Description updated (diff)
Merge remote-tracking branch 'origin/#255_Directories' into
#275_Directory_Windows
Conflicts:
Source/Core/FileSystem/L1Portability/Environment/Linux/Makefile.inc
Source/Core/FileSystem/L1Portability/Makefile.inc
Test/Core/FileSystem/L1Portability/Makefile.inc
Test/GTest/Makefile.inc