<div class="gmail_quote">On Fri, Jun 8, 2012 at 12:52 PM, Brad King <span dir="ltr"><<a href="mailto:brad.king@kitware.com" target="_blank">brad.king@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 06/08/2012 11:16 AM, Stephen Kelly wrote:<br>
> David Cole wrote:<br>
><br>
>> Please eradicate that, and then this topic will be ready for merging.<br>
>><br>
><br>
> It looks like the unit test is not being executed on the FarAway linux<br>
> continuous build.<br>
><br>
> That started yesterday, and as it is continuous (unclean?), I thought a<br>
> clean build today would resolve it, but it is still not being executed<br>
> today.<br>
><br>
> Can we find out why that is?<br>
<br>
</div>This change:<br>
<br>
  <a href="http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f65b5083" target="_blank">http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f65b5083</a><br>
<br>
means that the test won't run if CMAKE_CXX_COMPILER_VERSION<br>
is not set while CMake itself is configuring.  The value<br>
will only be set if CMake is built by another CMake that<br>
is 2.8.8 or later.  Currently our minimum required version<br>
is 2.8.2, so anything in between will not run this test.<br>
<span class="HOEnZb"><font color="#888888"><br>
-Brad<br>
</font></span><div class="HOEnZb"><div class="h5">--<br>
<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers</a><br>
</div></div></blockquote></div><br><div><br></div><div>And most of the dashboards are driven by pre-2.8.8, so this means that this change unintentionally/accidentally stopped it from running on a bunch of dashboards.</div>
<div><br></div><div>You can see where it stopped running today where all the "-1" values are in the Test/Pass column on the dashboard.</div><div><br></div><div>Bleeehhhhhhhh.</div><div><br></div><div><br></div><div>
;-)</div><div>David</div><div><br></div>