From jchris.fillionr at kitware.com Sun Feb 1 14:52:22 2015 From: jchris.fillionr at kitware.com (Jean-Christophe Fillion-Robin) Date: Sun, 1 Feb 2015 14:52:22 -0500 Subject: [Cdash] Some issues with github/master version In-Reply-To: References: Message-ID: Hi Volkan, Thanks for your patches. On Fri, Jan 30, 2015 at 4:42 AM, Volkan Gezer wrote: > So the fix is here: https://github.com/Kitware/CDash/pull/16 > > Basically, it was overridden by !important by common.css. > > > Based on your contribution, Zack created an other PR. I just tested and fixes the issue. See https://github.com/Kitware/CDash/pull/17 > > Just a quick question to work on it. Why do we have jquery.mobile? > If you use url like: https://open.cdash.org/iphone/ You can see the mobile version. As a first step, it would be great to generalize this and be able to use the following url : https://open.cdash.org/mobile/ > Currently it seems we do not have a mobile theme. Can we make the > design responsive so that it does not include jquery.mobile when we > are using desktop browsers? > Including jquery.mobile only when needed makes sense. Thanks for your help, Jc -- +1 919 869 8849 -------------- next part -------------- An HTML attachment was scrubbed... URL: From guillaume.jacquenot at gmail.com Wed Feb 4 04:23:46 2015 From: guillaume.jacquenot at gmail.com (Guillaume Jacquenot) Date: Wed, 4 Feb 2015 10:23:46 +0100 Subject: [Cdash] How to send a JUnit result file to CDash server with CTest? Message-ID: I would like to send the results of my C/C++ unit tests to CDash server and see all of them, not just the aggregated result produced with an add_test command in the CMakeLists.txt. If I include all my tests in a single executable, a CMake add_test command will only show one test, and so does CDash. I use Google Test unit testing framework . I have found a workaround with a GTest CMake macro: GTEST_ADD_TESTS , that creates a add_test command for each of unit test. It works fine, however execution times increases a lot, because of the large number of calls to the unit testing program. So my question is how to send a JUnit XML result file (generated with a Google Test program for example) to a CDash server, so that all tests appear in CDash? Apparently, it is possible to do it with CDash 2.2.* , but I could not find out how it was working PS1: I know some people have tried to convert the XML CTest test file to XML JUnit for Jenkins integration. PS2: I have asked this question on stackoverflow also http://stackoverflow.com/questions/27459551/how-to-send-a-junit-result-file-to-cdash-server-with-ctest Best regards Guillaume Jacquenot -------------- next part -------------- An HTML attachment was scrubbed... URL: From jchris.fillionr at kitware.com Sun Feb 1 19:52:22 2015 From: jchris.fillionr at kitware.com (Jean-Christophe Fillion-Robin) Date: Sun, 1 Feb 2015 14:52:22 -0500 Subject: [Cdash] Some issues with github/master version In-Reply-To: References: Message-ID: Hi Volkan, Thanks for your patches. On Fri, Jan 30, 2015 at 4:42 AM, Volkan Gezer wrote: > So the fix is here: https://github.com/Kitware/CDash/pull/16 > > Basically, it was overridden by !important by common.css. > > > Based on your contribution, Zack created an other PR. I just tested and fixes the issue. See https://github.com/Kitware/CDash/pull/17 > > Just a quick question to work on it. Why do we have jquery.mobile? > If you use url like: https://open.cdash.org/iphone/ You can see the mobile version. As a first step, it would be great to generalize this and be able to use the following url : https://open.cdash.org/mobile/ > Currently it seems we do not have a mobile theme. Can we make the > design responsive so that it does not include jquery.mobile when we > are using desktop browsers? > Including jquery.mobile only when needed makes sense. Thanks for your help, Jc -- +1 919 869 8849 -------------- next part -------------- An HTML attachment was scrubbed... URL: From guillaume.jacquenot at gmail.com Wed Feb 4 09:23:46 2015 From: guillaume.jacquenot at gmail.com (Guillaume Jacquenot) Date: Wed, 4 Feb 2015 10:23:46 +0100 Subject: [Cdash] How to send a JUnit result file to CDash server with CTest? Message-ID: I would like to send the results of my C/C++ unit tests to CDash server and see all of them, not just the aggregated result produced with an add_test command in the CMakeLists.txt. If I include all my tests in a single executable, a CMake add_test command will only show one test, and so does CDash. I use Google Test unit testing framework . I have found a workaround with a GTest CMake macro: GTEST_ADD_TESTS , that creates a add_test command for each of unit test. It works fine, however execution times increases a lot, because of the large number of calls to the unit testing program. So my question is how to send a JUnit XML result file (generated with a Google Test program for example) to a CDash server, so that all tests appear in CDash? Apparently, it is possible to do it with CDash 2.2.* , but I could not find out how it was working PS1: I know some people have tried to convert the XML CTest test file to XML JUnit for Jenkins integration. PS2: I have asked this question on stackoverflow also http://stackoverflow.com/questions/27459551/how-to-send-a-junit-result-file-to-cdash-server-with-ctest Best regards Guillaume Jacquenot -------------- next part -------------- An HTML attachment was scrubbed... URL: From jchris.fillionr at kitware.com Sun Feb 1 19:52:22 2015 From: jchris.fillionr at kitware.com (Jean-Christophe Fillion-Robin) Date: Sun, 1 Feb 2015 14:52:22 -0500 Subject: [Cdash] Some issues with github/master version In-Reply-To: References: Message-ID: Hi Volkan, Thanks for your patches. On Fri, Jan 30, 2015 at 4:42 AM, Volkan Gezer wrote: > So the fix is here: https://github.com/Kitware/CDash/pull/16 > > Basically, it was overridden by !important by common.css. > > > Based on your contribution, Zack created an other PR. I just tested and fixes the issue. See https://github.com/Kitware/CDash/pull/17 > > Just a quick question to work on it. Why do we have jquery.mobile? > If you use url like: https://open.cdash.org/iphone/ You can see the mobile version. As a first step, it would be great to generalize this and be able to use the following url : https://open.cdash.org/mobile/ > Currently it seems we do not have a mobile theme. Can we make the > design responsive so that it does not include jquery.mobile when we > are using desktop browsers? > Including jquery.mobile only when needed makes sense. Thanks for your help, Jc -- +1 919 869 8849 -------------- next part -------------- An HTML attachment was scrubbed... URL: From guillaume.jacquenot at gmail.com Wed Feb 4 09:23:46 2015 From: guillaume.jacquenot at gmail.com (Guillaume Jacquenot) Date: Wed, 4 Feb 2015 10:23:46 +0100 Subject: [Cdash] How to send a JUnit result file to CDash server with CTest? Message-ID: I would like to send the results of my C/C++ unit tests to CDash server and see all of them, not just the aggregated result produced with an add_test command in the CMakeLists.txt. If I include all my tests in a single executable, a CMake add_test command will only show one test, and so does CDash. I use Google Test unit testing framework . I have found a workaround with a GTest CMake macro: GTEST_ADD_TESTS , that creates a add_test command for each of unit test. It works fine, however execution times increases a lot, because of the large number of calls to the unit testing program. So my question is how to send a JUnit XML result file (generated with a Google Test program for example) to a CDash server, so that all tests appear in CDash? Apparently, it is possible to do it with CDash 2.2.* , but I could not find out how it was working PS1: I know some people have tried to convert the XML CTest test file to XML JUnit for Jenkins integration. PS2: I have asked this question on stackoverflow also http://stackoverflow.com/questions/27459551/how-to-send-a-junit-result-file-to-cdash-server-with-ctest Best regards Guillaume Jacquenot -------------- next part -------------- An HTML attachment was scrubbed... URL: