Boost C++ Libraries: Ticket #10288: Missing regression tests for Geometry and Spirit master branch https://svn.boost.org/trac10/ticket/10288 <p> There are missing tests on those pages:<br /> <a href="http://www.boost.org/development/tests/master/developer/geometry.html">Geometry</a><br /> <a href="http://www.boost.org/development/tests/master/developer/spirit.html">Spirit</a><br /> for all runners besides one. </p> <p> Initially I thought that this might be caused by the addition of sublibs file in Geometry but since Spirit tests are also missing the cause may be different. </p> <p> All tests are listed when calling: </p> <pre class="wiki">b2 status/ --dump-tests </pre><p> AFAIK when running the tests using the run.py script they're executed and the results are sent to the server. </p> <p> It was suggested in <a class="ext-link" href="http://boost.2283326.n4.nabble.com/What-are-the-things-that-we-HAVE-TO-fix-before-shipping-1-56-0-tt4665631.html#a4665860"><span class="icon">​</span>this thread</a> that the cause may be the lack of <code>test-type</code> and <code>test-program</code> attributes values in the XMLs containing the results: </p> <pre class="wiki">&lt;test-log library="geometry/test" test-name="access" test-type="" test-program="" target-directory="boost/bin.v2/libs/geometry/test/core/access.test/gcc-4.8.2/debug" toolset="gcc-4.8.2" show-run-output="true”&gt; </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10288 Trac 1.4.3 awulkiew Tue, 12 May 2015 11:13:20 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/10288#comment:1 https://svn.boost.org/trac10/ticket/10288#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">invalid</span> </li> </ul> <p> The cause was located in Config. </p> Ticket