David Cole wrote: > Hi Stephen, > > So... this topic is in 'next', and today, it only fails on 4 > dashboards in total. I will try to get output for you on the "wcl" > (Watcom) compiler dashboard -- since it timed out, there is no test > output reported on CDash... > > http://www.cdash.org/CDash/testSummary.php?project=1&name=Module.GenerateExportHeader&date=2011-08-23 > > Can you take a look at the CDash output of the other platforms where > this test is still failing, and recommend changes that might eliminate > all the test failures?
Yep, I've just had a look and possibily fixed the Intel and HPUX cases. The AIX one fails because the visibility test passes, because check_cxx_compiler_flag does not have a FAIL_REGEX for its warning: http://www.cdash.org/CDash/testDetails.php?test=109778717&build=1458523 http://www.cdash.org/CDash/testDetails.php?test=110283056&build=1458523 I've also pushed a possible fix for that to check_cxx_compiler_flag on the branch. The CentOS machine seems to have problems unrelated to this test: http://www.cdash.org/CDash/testDetails.php?test=109887854&build=1457339 http://www.cdash.org/CDash/viewTest.php?buildid=1457339 All have ' undefined reference to `_Unwind_Resume'' in their output. That only leaves Watcom as you say, and I've just tried to simplify the tests for that compiler. If the timeouts persist, I can start just disabling some tests for that compiler. > > We can't really merge this to 'master' and include it in the upcoming > CMake 2.8.6 until we've resolved, worked-around or avoided the test > failures on the remaining dashboard submissions. > Hopefully that will be resolved in the next few days then :) Thanks, Steve. _______________________________________________ cmake-developers mailing list cmake-developers@cmake.org http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers