Re: [CMake] using ctest launchers leads to empty warning/error messages on the dashboard

2015-07-24 Thread Matthias Kretz
On Friday 24 July 2015 10:23:48 Matthias Kretz wrote: set(ENV{CTEST_USE_LAUNCHERS_DEFAULT} ON) I don't get any output on the CDash dashboard anymore. AFAICT the Build directory in Testing/tag/ is removed but never recreated. With the following patch I get output back to the dashboard

[CMake] using ctest launchers leads to empty warning/error messages on the dashboard

2015-07-24 Thread Matthias Kretz
-- ── Matthias Kretz SIMD easy and portable: https://github.com/VcDevel/Vc ── -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various

Re: [CMake] using ctest launchers leads to empty warning/error messages on the dashboard

2015-07-24 Thread Matthias Kretz
OK, this patch is bogus. Because cmCTestBuildHandler::LaunchHelper::LaunchHelper should call MakeDirectory already if this-Handler-UseCTestLaunch is true. Makes my test results even more strange then. On Friday 24 July 2015 11:28:13 Matthias Kretz wrote: On Friday 24 July 2015 10:23:48

Re: [CMake] using ctest launchers leads to empty warning/error messages on the dashboard

2015-07-24 Thread Matthias Kretz
On Friday 24 July 2015 10:23:48 Matthias Kretz wrote: set(ENV{CTEST_USE_LAUNCHERS_DEFAULT} ON) I don't get any output on the CDash dashboard anymore. AFAICT the Build directory in Testing/tag/ is removed but never recreated. I.e. if I call Maybe the better lead: I made the UseLaunchers

Re: [CMake] turning inverting dashboard interpretation of FATAL_ERRORs at cmake

2013-05-03 Thread Matthias Kretz
On Thursday 25 April 2013 20:09:09 Alexander Neundorf wrote: On Thursday 25 April 2013, Matthias Kretz wrote: On Thursday 25 April 2013 09:46:03 Bill Hoffman wrote: On 4/25/2013 9:15 AM, Matthias Kretz wrote: I have several checks in my project that make cmake error out

Re: [CMake] turning inverting dashboard interpretation of FATAL_ERRORs at cmake

2013-04-26 Thread Matthias Kretz
On Thursday 25 April 2013 10:30:14 Bill Hoffman wrote: On 4/25/2013 10:05 AM, Matthias Kretz wrote: I'm not sure we're talking about the same thing. I'm talking about ctest_configure - i.e. before build or tests. IIUC you're talking about regex matching at ctest_test? But, if you have

[CMake] turning inverting dashboard interpretation of FATAL_ERRORs at cmake

2013-04-25 Thread Matthias Kretz
-- Matthias Kretz (Germany) http://kretzfamily.de/ -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org

Re: [CMake] turning inverting dashboard interpretation of FATAL_ERRORs at cmake

2013-04-25 Thread Matthias Kretz
On Thursday 25 April 2013 09:46:03 Bill Hoffman wrote: On 4/25/2013 9:15 AM, Matthias Kretz wrote: I have several checks in my project that make cmake error out with FATAL_ERROR. This is submitted as error to the dashboard. In reality it would be an error if this error would not appear

Re: [CMake] How to ignore configure warnings in a ctest run?

2012-05-29 Thread Matthias Kretz
warning on dashboard) endif() That environment variable is set by ctest only when it is running a dashboard via the -D command line options, or via a -S script. HTH, David On Fri, May 25, 2012 at 5:38 AM, Matthias Kretz kr...@kde.org wrote: Hi, in my project I added a few warnings

[CMake] How to ignore configure warnings in a ctest run?

2012-05-25 Thread Matthias Kretz
-- Matthias Kretz (Germany) http://kretzfamily.de/ -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http

Re: [CMake] many false positives in ctest error/warning reporting

2011-05-23 Thread Matthias Kretz
Hi, On Saturday 21 May 2011 12:38:58 Alexander Neundorf wrote: On Thursday 19 May 2011, Matthias Kretz wrote: On Tuesday 10 May 2011 21:47:41 Alexander Neundorf wrote: Are you using cmake = 2.8 ? If so, there the switch CTEST_USE_LAUNCHERS. If this is set in your ctest- script

Re: [CMake] many false positives in ctest error/warning reporting

2011-05-19 Thread Matthias Kretz
-debug.log Cheers, Matthias -- Matthias Kretz (Germany) http://kretzfamily.de/ ___ Powered by www.kitware.com Visit other Kitware open-source projects at http

Re: [CMake] cdash build name

2011-05-17 Thread Matthias Kretz
branch lsb_release -b uname -m g++ --version|head - n1 CXXFLAGS. Cheers, Matthias -- Matthias Kretz (Germany) http://kretzfamily.de/ ___ Powered

[CMake] many false positives in ctest error/warning reporting

2011-05-10 Thread Matthias Kretz
-- Matthias Kretz (Germany) http://kretzfamily.de/ ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic

Re: [CMake] many false positives in ctest error/warning reporting

2011-05-10 Thread Matthias Kretz
Hi Alex! On Tuesday 10 May 2011 21:47:41 Alexander Neundorf wrote: On Tuesday 10 May 2011, Matthias Kretz wrote: Are you using cmake = 2.8 ? If so, there the switch CTEST_USE_LAUNCHERS. If this is set in your ctest- script, the output parsing works better. Are you already using this ? Yes