Boost C++ Libraries: Ticket #8591: Incremental test runs do not detect test removal or configuration changes https://svn.boost.org/trac10/ticket/8591 <p> There are two problems that can be seen on <a href="http://www.boost.org/development/tests/trunk/developer/log.html">this</a> page that stem from the same source: </p> <ol><li>The util_dynamic_type_dispatcher and util_static_type_dispatcher tests were renamed to util_dynamic_type_disp and util_static_type_disp in SVN, but they are still present in the test matrix for incremental runners. </li></ol><ol start="2"><li>The RDC-VC10 test runner shows test failures that correspond to an older revision than the tests were reportedly run. When clicking on the failed tests it can be seen that there are several test variants and the failed one should not be built according to the current library configuration. </li></ol><p> I believe both problems are because incremental test runs don't detect that a certain test or configuration no longer exist (or run) and re-collect the outdated results into the test matrix. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8591 Trac 1.4.3 René Rivera Fri, 02 Jan 2015 17:34:49 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8591#comment:1 https://svn.boost.org/trac10/ticket/8591#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> </ul> <p> This is somewhat of an intractable problem.. Or rather really hard to fix. </p> Ticket