Project

General

Profile

User story #294

Updated by André Neto over 9 years ago

Fix the Select TestClearAllHandles in Windows.

h1. Source code files modified

h1. 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

h1. Code and documentation review

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

*Person who did the review:* Andre' Neto

*Result of review:* PASS FAIL

*List of non-conformities:* N/A.

# In Select::IsSet is only checking if reinterpret_cast<int32>(hr) >= 0. What about hw?
# In Select::IsSet (readHandle.selectedHandle == hw) should return false, as well as (writeHandle.selectedHandle == hr)
# In Select::WaitUntil it is assumed that the handle which has returned belongs to readHandle.selectedHandle = readHandle.selectHandles[ret]; The ret is an index related allHandles and NOT to the readHandle. Furthermore, what about the writeHandle?

h1. Unit test review

*Date of the review:* 18/12/2015 --/--/2015

*Person who did the review:* Andre' Neto -----

*Result of coverage tests review:* N/A [PASS/FAIL]

*Result of functional tests review:* PASS [PASS/FAIL]

*Result of review:* PASS [PASS/FAIL]

*List of non-conformities:*

Back