Boost C++ Libraries: Ticket #2044: windows debug popups in build slave mode https://svn.boost.org/trac10/ticket/2044 <p> In certain cases tests can trigger an assertion failure in a lower level library which, when compiled debug, can pop up a dialog box and ruin your whole day. </p> <p> Evan dug up that: </p> <p> This code can be used to completely suppress error message popup windows during testing: </p> <pre class="wiki"> SetErrorMode( SEM_NOGPFAULTERRORBOX ); _CrtSetReportMode( _CRT_ASSERT, _CRTDBG_MODE_FILE ); _CrtSetReportFile( _CRT_ASSERT, _CRTDBG_FILE_STDERR ); </pre><p> Unfortunately, python doesn't seem to include the latter two functions yet. </p> <p> Seems like this should go into boost.test itself... but some libraries don't use boost.test. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2044 Trac 1.4.3 troy d. straszheim Sat, 28 Jun 2008 05:24:44 GMT <link>https://svn.boost.org/trac10/ticket/2044#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2044#comment:1</guid> <description> <p> marshal.py now correctly times out subprocesses and kills these, no longer a showstopper. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>troy d. straszheim</dc:creator> <pubDate>Sat, 21 Nov 2009 03:18:11 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/2044#comment:2 https://svn.boost.org/trac10/ticket/2044#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> haven't seen this recently, will leave it around in case it comes up again. </p> Ticket Steven Watanabe Fri, 08 Apr 2011 02:58:29 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2044#comment:3 https://svn.boost.org/trac10/ticket/2044#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">invalid</span> </li> </ul> <p> CMake has not been in the Boost repository for a while. </p> Ticket