Boost C++ Libraries: Ticket #8905: boost/test/impl/debug.ipp: Ignores return value from WaitForSingleObject
https://svn.boost.org/trac10/ticket/8905
<p>
boost/test/impl/debug.ipp ignores the return value from <a class="missing wiki">WaitForSingleObject</a> at line 848. I understand this is just a test module, but test modules fail too.
</p>
<p>
Perhaps it would be a good idea to verify WAIT_OBJECT_0 was returned, and not something unexpected like WAIT_FAILED or WAIT_TIMEOUT (even with INFINITE).
</p>
en-usBoost C++ Libraries/htdocs/site/boost.png
https://svn.boost.org/trac10/ticket/8905
Trac 1.4.3Raffi EnficiaudWed, 08 Jul 2015 08:47:29 GMTowner, status changed
https://svn.boost.org/trac10/ticket/8905#comment:1
https://svn.boost.org/trac10/ticket/8905#comment:1
<ul>
<li><strong>owner</strong>
changed from <span class="trac-author">Gennadiy Rozental</span> to <span class="trac-author">Raffi Enficiaud</span>
</li>
<li><strong>status</strong>
<span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span>
</li>
</ul>
TicketRaffi EnficiaudTue, 12 Jan 2016 08:37:19 GMTmilestone changed
https://svn.boost.org/trac10/ticket/8905#comment:2
https://svn.boost.org/trac10/ticket/8905#comment:2
<ul>
<li><strong>milestone</strong>
<span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.61.0</span>
</li>
</ul>
TicketRaffi EnficiaudTue, 02 Feb 2016 08:19:56 GMTstatus changed; resolution set
https://svn.boost.org/trac10/ticket/8905#comment:3
https://svn.boost.org/trac10/ticket/8905#comment:3
<ul>
<li><strong>status</strong>
<span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span>
</li>
<li><strong>resolution</strong>
→ <span class="trac-field-new">fixed</span>
</li>
</ul>
<p>
Merged in master: a0cfbd0a2ae6b22ed3d587733c09ff5e46dff107 / merged 2b918d0bd56cd2add28a1e35c6a2d0fd8c60cf90
</p>
Ticket