From allen at transpireinc.com Mon Oct 6 09:43:08 2014 From: allen at transpireinc.com (Allen Barnett) Date: Mon, 6 Oct 2014 09:43:08 -0400 Subject: [Cdash] Interpreting CTEST_USE_LAUNCHERS Output Message-ID: We recently tried turning on CTEST_USE_LAUNCHERS for our CTest posts to CDash. We're using CMake 2.8.12.2 and CDash 2.0.2. I guess I'm not sure what I'm looking at now on the CDash warning pages. For example, we run a pdflatex step during our build. This has always produced a mountain of messages like: LaTeX Warning: Citation `Tobin' on page 88 undefined on input line 313. as LaTeX struggles to complete the cross references. It seems like CTest used to ignore these warnings but CDash is now saying that there is 1 warning from our pdflatex step and showing the entire output of the program. Of course if you look at the output from pdflatex, there are 100 lines with the text "warning" on them. Is this what I should expect? Each program step that produces a warning now counts as 1 warning in the CDash report? And that the entire output from the step which causes a warning shows up on the warnings page? (Instead of a few lines around the detected warning as it before.) Also, is there a way to stop CTest from flagging all the warnings from pdflatex? Thanks, Allen -------------- next part -------------- An HTML attachment was scrubbed... URL: From mathias.gaunard at ens-lyon.org Mon Oct 6 10:40:55 2014 From: mathias.gaunard at ens-lyon.org (Mathias Gaunard) Date: Mon, 06 Oct 2014 16:40:55 +0200 Subject: [Cdash] Interpreting CTEST_USE_LAUNCHERS Output In-Reply-To: References: Message-ID: <5432A9F7.6010400@ens-lyon.org> On 06/10/14 15:43, Allen Barnett wrote: > We recently tried turning on CTEST_USE_LAUNCHERS for our CTest posts to > CDash. We're using CMake 2.8.12.2 and CDash 2.0.2. I guess I'm not sure > what I'm looking at now on the CDash warning pages. For example, we run > a pdflatex step during our build. This has always produced a mountain of > messages like: > > LaTeX Warning: Citation `Tobin' on page 88 undefined on input line 313. > > as LaTeX struggles to complete the cross references. It seems like CTest > used to ignore these warnings but CDash is now saying that there is 1 > warning from our pdflatex step and showing the entire output of the > program. Of course if you look at the output from pdflatex, there are > 100 lines with the text "warning" on them. > > Is this what I should expect? Yes. With CTEST_USE_LAUNCHERS, you get at most one error or one warning per target. This is the desired behaviour. From allen at transpireinc.com Tue Oct 7 07:05:39 2014 From: allen at transpireinc.com (Allen Barnett) Date: Tue, 7 Oct 2014 07:05:39 -0400 Subject: [Cdash] Interpreting CTEST_USE_LAUNCHERS Output In-Reply-To: <5432A9F7.6010400@ens-lyon.org> References: <5432A9F7.6010400@ens-lyon.org> Message-ID: Hi Zach and Mathias: Thanks for the explanations and suggestions. Allen On Mon, Oct 6, 2014 at 10:40 AM, Mathias Gaunard < mathias.gaunard at ens-lyon.org> wrote: > On 06/10/14 15:43, Allen Barnett wrote: > >> We recently tried turning on CTEST_USE_LAUNCHERS for our CTest posts to >> CDash. We're using CMake 2.8.12.2 and CDash 2.0.2. I guess I'm not sure >> what I'm looking at now on the CDash warning pages. For example, we run >> a pdflatex step during our build. This has always produced a mountain of >> messages like: >> >> LaTeX Warning: Citation `Tobin' on page 88 undefined on input line 313. >> >> as LaTeX struggles to complete the cross references. It seems like CTest >> used to ignore these warnings but CDash is now saying that there is 1 >> warning from our pdflatex step and showing the entire output of the >> program. Of course if you look at the output from pdflatex, there are >> 100 lines with the text "warning" on them. >> >> Is this what I should expect? >> > > Yes. > With CTEST_USE_LAUNCHERS, you get at most one error or one warning per > target. > This is the desired behaviour. -------------- next part -------------- An HTML attachment was scrubbed... URL: From DLRdave at aol.com Tue Oct 7 14:37:39 2014 From: DLRdave at aol.com (David Cole) Date: Tue, 7 Oct 2014 14:37:39 -0400 Subject: [Cdash] CDash 2.2 regression: Show Filters not available on pages where it used to be... Message-ID: As of the new UI changes in CDash 2.2, the "Show Filters" link is inside the little drop-down menu attached to the settings "gear" icon. That's a fine place for it, but that icon does not appear on the queryTests.php and viewTest.php pages, and it should. The pages listed in this part of the code...: https://github.com/GArik/CDash/blob/f131c38b/filterdataFunctions.php#L574 ...are these: 'index.php' 'project.php' 'queryTests.php' 'viewCoverage.php' 'getviewcoverage.php' 'viewTest.php' But grepping for "Show Filters" only shows hits on index.xsl, queryTests.xsl and viewCoverage.xsl. Despite the grep hit in queryTests.xsl, there's no gear icon on the queryTests page, and the queryTests page is quite useless without being able to filter the results... Also: there's no way to show the filters on the viewTest.php page anymore either. Could whoever changed the UI please enable showing the filters on the queryTests and viewTest pages again? (Either with the gear settings icon, or just the old-fashioned hyperlink like they used to have... (It still has a hyperlink on the viewCoverage page...)) Thanks, David C. From julien.jomier at kitware.com Wed Oct 8 07:56:17 2014 From: julien.jomier at kitware.com (Julien Jomier) Date: Wed, 08 Oct 2014 13:56:17 +0200 Subject: [Cdash] CDash 2.2 regression: Show Filters not available on pages where it used to be... In-Reply-To: References: Message-ID: <54352661.50408@kitware.com> My bad... I'm putting a fix right now. Thanks for the report Dave. Julien On 07/10/2014 20:37, David Cole via Cdash wrote: > As of the new UI changes in CDash 2.2, the "Show Filters" link is > inside the little drop-down menu attached to the settings "gear" icon. > That's a fine place for it, but that icon does not appear on the > queryTests.php and viewTest.php pages, and it should. > > The pages listed in this part of the code...: > https://github.com/GArik/CDash/blob/f131c38b/filterdataFunctions.php#L574 > > ...are these: > 'index.php' > 'project.php' > 'queryTests.php' > 'viewCoverage.php' > 'getviewcoverage.php' > 'viewTest.php' > > But grepping for "Show Filters" only shows hits on index.xsl, > queryTests.xsl and viewCoverage.xsl. > > Despite the grep hit in queryTests.xsl, there's no gear icon on the > queryTests page, and the queryTests page is quite useless without > being able to filter the results... > > Also: there's no way to show the filters on the viewTest.php page > anymore either. > > Could whoever changed the UI please enable showing the filters on the > queryTests and viewTest pages again? (Either with the gear settings > icon, or just the old-fashioned hyperlink like they used to have... > (It still has a hyperlink on the viewCoverage page...)) > > > Thanks, > David C. > _______________________________________________ > Cdash mailing list > Cdash at public.kitware.com > http://public.kitware.com/mailman/listinfo/cdash > From DLRdave at aol.com Wed Oct 8 11:20:42 2014 From: DLRdave at aol.com (David Cole) Date: Wed, 8 Oct 2014 11:20:42 -0400 Subject: [Cdash] CDash 2.2 regression: Show Filters not available on pages where it used to be... In-Reply-To: <54352661.50408@kitware.com> References: <54352661.50408@kitware.com> Message-ID: Great, thanks! Hopefully when you've got it done, it won't take too long to propagate the fix onto the VTK dashboard.... Big projects like that are where I find the queryTests filters most useful. Cheers, D On Wed, Oct 8, 2014 at 7:56 AM, Julien Jomier wrote: > My bad... I'm putting a fix right now. Thanks for the report Dave. > > Julien > > > On 07/10/2014 20:37, David Cole via Cdash wrote: >> >> As of the new UI changes in CDash 2.2, the "Show Filters" link is >> inside the little drop-down menu attached to the settings "gear" icon. >> That's a fine place for it, but that icon does not appear on the >> queryTests.php and viewTest.php pages, and it should. >> >> The pages listed in this part of the code...: >> https://github.com/GArik/CDash/blob/f131c38b/filterdataFunctions.php#L574 >> >> ...are these: >> 'index.php' >> 'project.php' >> 'queryTests.php' >> 'viewCoverage.php' >> 'getviewcoverage.php' >> 'viewTest.php' >> >> But grepping for "Show Filters" only shows hits on index.xsl, >> queryTests.xsl and viewCoverage.xsl. >> >> Despite the grep hit in queryTests.xsl, there's no gear icon on the >> queryTests page, and the queryTests page is quite useless without >> being able to filter the results... >> >> Also: there's no way to show the filters on the viewTest.php page >> anymore either. >> >> Could whoever changed the UI please enable showing the filters on the >> queryTests and viewTest pages again? (Either with the gear settings >> icon, or just the old-fashioned hyperlink like they used to have... >> (It still has a hyperlink on the viewCoverage page...)) >> >> >> Thanks, >> David C. >> _______________________________________________ >> Cdash mailing list >> Cdash at public.kitware.com >> http://public.kitware.com/mailman/listinfo/cdash >> > From julien.jomier at kitware.com Wed Oct 8 11:30:54 2014 From: julien.jomier at kitware.com (Julien Jomier) Date: Wed, 08 Oct 2014 17:30:54 +0200 Subject: [Cdash] CDash 2.2 regression: Show Filters not available on pages where it used to be... In-Reply-To: References: <54352661.50408@kitware.com> Message-ID: <543558AE.5040409@kitware.com> We just updated open.cdash.org. Julien On 08/10/2014 17:20, David Cole wrote: > Great, thanks! > > Hopefully when you've got it done, it won't take too long to propagate > the fix onto the VTK dashboard.... Big projects like that are where I > find the queryTests filters most useful. > > Cheers, > D > > > > On Wed, Oct 8, 2014 at 7:56 AM, Julien Jomier wrote: >> My bad... I'm putting a fix right now. Thanks for the report Dave. >> >> Julien >> >> >> On 07/10/2014 20:37, David Cole via Cdash wrote: >>> >>> As of the new UI changes in CDash 2.2, the "Show Filters" link is >>> inside the little drop-down menu attached to the settings "gear" icon. >>> That's a fine place for it, but that icon does not appear on the >>> queryTests.php and viewTest.php pages, and it should. >>> >>> The pages listed in this part of the code...: >>> https://github.com/GArik/CDash/blob/f131c38b/filterdataFunctions.php#L574 >>> >>> ...are these: >>> 'index.php' >>> 'project.php' >>> 'queryTests.php' >>> 'viewCoverage.php' >>> 'getviewcoverage.php' >>> 'viewTest.php' >>> >>> But grepping for "Show Filters" only shows hits on index.xsl, >>> queryTests.xsl and viewCoverage.xsl. >>> >>> Despite the grep hit in queryTests.xsl, there's no gear icon on the >>> queryTests page, and the queryTests page is quite useless without >>> being able to filter the results... >>> >>> Also: there's no way to show the filters on the viewTest.php page >>> anymore either. >>> >>> Could whoever changed the UI please enable showing the filters on the >>> queryTests and viewTest pages again? (Either with the gear settings >>> icon, or just the old-fashioned hyperlink like they used to have... >>> (It still has a hyperlink on the viewCoverage page...)) >>> >>> >>> Thanks, >>> David C. >>> _______________________________________________ >>> Cdash mailing list >>> Cdash at public.kitware.com >>> http://public.kitware.com/mailman/listinfo/cdash >>> >> > From DLRdave at aol.com Wed Oct 8 13:32:11 2014 From: DLRdave at aol.com (David Cole) Date: Wed, 8 Oct 2014 13:32:11 -0400 Subject: [Cdash] CDash 2.2 regression: Show Filters not available on pages where it used to be... In-Reply-To: <543558AE.5040409@kitware.com> References: <54352661.50408@kitware.com> <543558AE.5040409@kitware.com> Message-ID: Excellent! Merci! On Wed, Oct 8, 2014 at 11:30 AM, Julien Jomier wrote: > We just updated open.cdash.org. > > Julien > > > On 08/10/2014 17:20, David Cole wrote: >> >> Great, thanks! >> >> Hopefully when you've got it done, it won't take too long to propagate >> the fix onto the VTK dashboard.... Big projects like that are where I >> find the queryTests filters most useful. >> >> Cheers, >> D >> >> >> >> On Wed, Oct 8, 2014 at 7:56 AM, Julien Jomier >> wrote: >>> >>> My bad... I'm putting a fix right now. Thanks for the report Dave. >>> >>> Julien >>> >>> >>> On 07/10/2014 20:37, David Cole via Cdash wrote: >>>> >>>> >>>> As of the new UI changes in CDash 2.2, the "Show Filters" link is >>>> inside the little drop-down menu attached to the settings "gear" icon. >>>> That's a fine place for it, but that icon does not appear on the >>>> queryTests.php and viewTest.php pages, and it should. >>>> >>>> The pages listed in this part of the code...: >>>> >>>> https://github.com/GArik/CDash/blob/f131c38b/filterdataFunctions.php#L574 >>>> >>>> ...are these: >>>> 'index.php' >>>> 'project.php' >>>> 'queryTests.php' >>>> 'viewCoverage.php' >>>> 'getviewcoverage.php' >>>> 'viewTest.php' >>>> >>>> But grepping for "Show Filters" only shows hits on index.xsl, >>>> queryTests.xsl and viewCoverage.xsl. >>>> >>>> Despite the grep hit in queryTests.xsl, there's no gear icon on the >>>> queryTests page, and the queryTests page is quite useless without >>>> being able to filter the results... >>>> >>>> Also: there's no way to show the filters on the viewTest.php page >>>> anymore either. >>>> >>>> Could whoever changed the UI please enable showing the filters on the >>>> queryTests and viewTest pages again? (Either with the gear settings >>>> icon, or just the old-fashioned hyperlink like they used to have... >>>> (It still has a hyperlink on the viewCoverage page...)) >>>> >>>> >>>> Thanks, >>>> David C. >>>> _______________________________________________ >>>> Cdash mailing list >>>> Cdash at public.kitware.com >>>> http://public.kitware.com/mailman/listinfo/cdash >>>> >>> >> > From vlkngzr at gmail.com Fri Oct 17 08:32:00 2014 From: vlkngzr at gmail.com (Volkan Gezer) Date: Fri, 17 Oct 2014 14:32:00 +0200 Subject: [Cdash] Zoom out bug in NamedMeasurements Message-ID: Hello, If you have NamedMeasurements, in testDetails.php, showing the graph and clicking on Zoom out twice throws an error and freezes the page. In firefox this error is: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindow.getComputedStyle] This is due to an abnormal call of plot function twice in ajax/showtestmeasurementdatagraph.php. The following patch should solve the issue: --- ajax/showtestmeasurementdatagraph.php 2014-10-17 14:06:36.686145349 +0200 @@ -156,9 +157,9 @@ - plot = $.plot($(divnplot = $.plot($(divname), - [{label: ,data: d1}], options,{xaxis: { min: , max: }, yaxis: { min: 0}})) - ); + plot = $.plot($(divname), + [{label: ,data: d1}], options,{xaxis: { min: , max: }, yaxis: { min: 0}}); + plot = $.plot($(divname), [{label: ,data: d1}], Best regards, Volkan GEZER volkangezer at gmail.com From intergalactic.anonymous at gmail.com Mon Oct 20 07:43:15 2014 From: intergalactic.anonymous at gmail.com (Igor Murzov) Date: Mon, 20 Oct 2014 15:43:15 +0400 Subject: [Cdash] Recent regressions in CDash Message-ID: <20141020154315.3d5ca2c5@garik-laptop.0x.no> Hi list. There are two recent regressions in CDash i want to report: * testDetails page is broken. When it's opened it displays weird big "loading" word below the footer. And when i try to follow any link from this page, the old content is not getting replaced by the new one, but the destination content is displayed below the footer. This is a regression since r3460: Author: Julien Jomier Date: Fri Apr 25 16:01:49 2014 +0000 ENH: Added support for interactive image difference using je_compare from Francois Bertel The issue may be solved by the following change: ------------------------------------------ --- a/testDetails.xsl +++ b/testDetails.xsl @@ -42,7 +42,6 @@ - ------------------------------------------ * The drop down menu that is shown when little gear icon in the top right corner is clicked looks bad. This is a regression since r3521: Author: Zack Galbreath Date: Thu Jun 12 20:41:57 2014 +0000 ENH: improve appearance of some new features The issue may be fixed by the following change: ------------------------------------------ --- a/index.xsl +++ b/index.xsl @@ -802,7 +802,7 @@ - ------------------------------------------ -- Igor From julien.jomier at kitware.com Mon Oct 20 07:48:11 2014 From: julien.jomier at kitware.com (Julien Jomier) Date: Mon, 20 Oct 2014 13:48:11 +0200 Subject: [Cdash] Recent regressions in CDash In-Reply-To: <20141020154315.3d5ca2c5@garik-laptop.0x.no> References: <20141020154315.3d5ca2c5@garik-laptop.0x.no> Message-ID: <5444F67B.7070500@kitware.com> Thanks Igor. We are in the process of transitionning the current repository from SVN to GIT. Once the transition is done, we'll push the fixes. Thanks again, Julien On 20/10/2014 13:43, Igor Murzov wrote: > Hi list. > > There are two recent regressions in CDash i want to report: > > * testDetails page is broken. When it's opened it displays > weird big "loading" word below the footer. And when i try > to follow any link from this page, the old content is not > getting replaced by the new one, but the destination content > is displayed below the footer. > > This is a regression since r3460: > > Author: Julien Jomier > Date: Fri Apr 25 16:01:49 2014 +0000 > > ENH: Added support for interactive image difference using > je_compare from Francois Bertel > > > The issue may be solved by the following change: > ------------------------------------------ > --- a/testDetails.xsl > +++ b/testDetails.xsl > @@ -42,7 +42,6 @@ > > > > - > > > > ------------------------------------------ > > > * The drop down menu that is shown when little gear icon > in the top right corner is clicked looks bad. > > This is a regression since r3521: > > Author: Zack Galbreath > Date: Thu Jun 12 20:41:57 2014 +0000 > > ENH: improve appearance of some new features > > > The issue may be fixed by the following change: > ------------------------------------------ > --- a/index.xsl > +++ b/index.xsl > @@ -802,7 +802,7 @@ > > > > - > > > > ------------------------------------------ > > > -- Igor > _______________________________________________ > Cdash mailing list > Cdash at public.kitware.com > http://public.kitware.com/mailman/listinfo/cdash > From intergalactic.anonymous at gmail.com Mon Oct 20 08:00:55 2014 From: intergalactic.anonymous at gmail.com (Igor Murzov) Date: Mon, 20 Oct 2014 16:00:55 +0400 Subject: [Cdash] Recent regressions in CDash In-Reply-To: <5444F67B.7070500@kitware.com> References: <20141020154315.3d5ca2c5@garik-laptop.0x.no> <5444F67B.7070500@kitware.com> Message-ID: <20141020160055.3dbe8e7d@garik-laptop.0x.no> Oh, nice! Those are not real fixes, they more like indication of the issues. I have no idea what second jquery file is needed for, or the css file. When i dropped those lines, i haven't seen any breakage, but i assume you know better how to fix regressions properly :) -- Igor On Mon, 20 Oct 2014 13:48:11 +0200 Julien Jomier wrote: > Thanks Igor. > > We are in the process of transitionning the current repository from SVN > to GIT. Once the transition is done, we'll push the fixes. > > Thanks again, > Julien > > On 20/10/2014 13:43, Igor Murzov wrote: > > Hi list. > > > > There are two recent regressions in CDash i want to report: > > > > * testDetails page is broken. When it's opened it displays > > weird big "loading" word below the footer. And when i try > > to follow any link from this page, the old content is not > > getting replaced by the new one, but the destination content > > is displayed below the footer. > > > > This is a regression since r3460: > > > > Author: Julien Jomier > > Date: Fri Apr 25 16:01:49 2014 +0000 > > > > ENH: Added support for interactive image difference using > > je_compare from Francois Bertel > > > > > > The issue may be solved by the following change: > > ------------------------------------------ > > --- a/testDetails.xsl > > +++ b/testDetails.xsl > > @@ -42,7 +42,6 @@ > > > > > > > > - > > > > > > > > ------------------------------------------ > > > > > > * The drop down menu that is shown when little gear icon > > in the top right corner is clicked looks bad. > > > > This is a regression since r3521: > > > > Author: Zack Galbreath > > Date: Thu Jun 12 20:41:57 2014 +0000 > > > > ENH: improve appearance of some new features > > > > > > The issue may be fixed by the following change: > > ------------------------------------------ > > --- a/index.xsl > > +++ b/index.xsl > > @@ -802,7 +802,7 @@ > > > > > > > > - > > > > > > > > ------------------------------------------ > > > > > > -- Igor > > _______________________________________________ > > Cdash mailing list > > Cdash at public.kitware.com > > http://public.kitware.com/mailman/listinfo/cdash > > From allen at transpireinc.com Mon Oct 6 13:43:08 2014 From: allen at transpireinc.com (Allen Barnett) Date: Mon, 6 Oct 2014 09:43:08 -0400 Subject: [Cdash] Interpreting CTEST_USE_LAUNCHERS Output Message-ID: We recently tried turning on CTEST_USE_LAUNCHERS for our CTest posts to CDash. We're using CMake 2.8.12.2 and CDash 2.0.2. I guess I'm not sure what I'm looking at now on the CDash warning pages. For example, we run a pdflatex step during our build. This has always produced a mountain of messages like: LaTeX Warning: Citation `Tobin' on page 88 undefined on input line 313. as LaTeX struggles to complete the cross references. It seems like CTest used to ignore these warnings but CDash is now saying that there is 1 warning from our pdflatex step and showing the entire output of the program. Of course if you look at the output from pdflatex, there are 100 lines with the text "warning" on them. Is this what I should expect? Each program step that produces a warning now counts as 1 warning in the CDash report? And that the entire output from the step which causes a warning shows up on the warnings page? (Instead of a few lines around the detected warning as it before.) Also, is there a way to stop CTest from flagging all the warnings from pdflatex? Thanks, Allen -------------- next part -------------- An HTML attachment was scrubbed... URL: From mathias.gaunard at ens-lyon.org Mon Oct 6 14:40:55 2014 From: mathias.gaunard at ens-lyon.org (Mathias Gaunard) Date: Mon, 06 Oct 2014 16:40:55 +0200 Subject: [Cdash] Interpreting CTEST_USE_LAUNCHERS Output In-Reply-To: References: Message-ID: <5432A9F7.6010400@ens-lyon.org> On 06/10/14 15:43, Allen Barnett wrote: > We recently tried turning on CTEST_USE_LAUNCHERS for our CTest posts to > CDash. We're using CMake 2.8.12.2 and CDash 2.0.2. I guess I'm not sure > what I'm looking at now on the CDash warning pages. For example, we run > a pdflatex step during our build. This has always produced a mountain of > messages like: > > LaTeX Warning: Citation `Tobin' on page 88 undefined on input line 313. > > as LaTeX struggles to complete the cross references. It seems like CTest > used to ignore these warnings but CDash is now saying that there is 1 > warning from our pdflatex step and showing the entire output of the > program. Of course if you look at the output from pdflatex, there are > 100 lines with the text "warning" on them. > > Is this what I should expect? Yes. With CTEST_USE_LAUNCHERS, you get at most one error or one warning per target. This is the desired behaviour. From allen at transpireinc.com Tue Oct 7 11:05:39 2014 From: allen at transpireinc.com (Allen Barnett) Date: Tue, 7 Oct 2014 07:05:39 -0400 Subject: [Cdash] Interpreting CTEST_USE_LAUNCHERS Output In-Reply-To: <5432A9F7.6010400@ens-lyon.org> References: <5432A9F7.6010400@ens-lyon.org> Message-ID: Hi Zach and Mathias: Thanks for the explanations and suggestions. Allen On Mon, Oct 6, 2014 at 10:40 AM, Mathias Gaunard < mathias.gaunard at ens-lyon.org> wrote: > On 06/10/14 15:43, Allen Barnett wrote: > >> We recently tried turning on CTEST_USE_LAUNCHERS for our CTest posts to >> CDash. We're using CMake 2.8.12.2 and CDash 2.0.2. I guess I'm not sure >> what I'm looking at now on the CDash warning pages. For example, we run >> a pdflatex step during our build. This has always produced a mountain of >> messages like: >> >> LaTeX Warning: Citation `Tobin' on page 88 undefined on input line 313. >> >> as LaTeX struggles to complete the cross references. It seems like CTest >> used to ignore these warnings but CDash is now saying that there is 1 >> warning from our pdflatex step and showing the entire output of the >> program. Of course if you look at the output from pdflatex, there are >> 100 lines with the text "warning" on them. >> >> Is this what I should expect? >> > > Yes. > With CTEST_USE_LAUNCHERS, you get at most one error or one warning per > target. > This is the desired behaviour. -------------- next part -------------- An HTML attachment was scrubbed... URL: From DLRdave at aol.com Tue Oct 7 18:37:39 2014 From: DLRdave at aol.com (David Cole) Date: Tue, 7 Oct 2014 14:37:39 -0400 Subject: [Cdash] CDash 2.2 regression: Show Filters not available on pages where it used to be... Message-ID: As of the new UI changes in CDash 2.2, the "Show Filters" link is inside the little drop-down menu attached to the settings "gear" icon. That's a fine place for it, but that icon does not appear on the queryTests.php and viewTest.php pages, and it should. The pages listed in this part of the code...: https://github.com/GArik/CDash/blob/f131c38b/filterdataFunctions.php#L574 ...are these: 'index.php' 'project.php' 'queryTests.php' 'viewCoverage.php' 'getviewcoverage.php' 'viewTest.php' But grepping for "Show Filters" only shows hits on index.xsl, queryTests.xsl and viewCoverage.xsl. Despite the grep hit in queryTests.xsl, there's no gear icon on the queryTests page, and the queryTests page is quite useless without being able to filter the results... Also: there's no way to show the filters on the viewTest.php page anymore either. Could whoever changed the UI please enable showing the filters on the queryTests and viewTest pages again? (Either with the gear settings icon, or just the old-fashioned hyperlink like they used to have... (It still has a hyperlink on the viewCoverage page...)) Thanks, David C. From julien.jomier at kitware.com Wed Oct 8 11:56:17 2014 From: julien.jomier at kitware.com (Julien Jomier) Date: Wed, 08 Oct 2014 13:56:17 +0200 Subject: [Cdash] CDash 2.2 regression: Show Filters not available on pages where it used to be... In-Reply-To: References: Message-ID: <54352661.50408@kitware.com> My bad... I'm putting a fix right now. Thanks for the report Dave. Julien On 07/10/2014 20:37, David Cole via Cdash wrote: > As of the new UI changes in CDash 2.2, the "Show Filters" link is > inside the little drop-down menu attached to the settings "gear" icon. > That's a fine place for it, but that icon does not appear on the > queryTests.php and viewTest.php pages, and it should. > > The pages listed in this part of the code...: > https://github.com/GArik/CDash/blob/f131c38b/filterdataFunctions.php#L574 > > ...are these: > 'index.php' > 'project.php' > 'queryTests.php' > 'viewCoverage.php' > 'getviewcoverage.php' > 'viewTest.php' > > But grepping for "Show Filters" only shows hits on index.xsl, > queryTests.xsl and viewCoverage.xsl. > > Despite the grep hit in queryTests.xsl, there's no gear icon on the > queryTests page, and the queryTests page is quite useless without > being able to filter the results... > > Also: there's no way to show the filters on the viewTest.php page > anymore either. > > Could whoever changed the UI please enable showing the filters on the > queryTests and viewTest pages again? (Either with the gear settings > icon, or just the old-fashioned hyperlink like they used to have... > (It still has a hyperlink on the viewCoverage page...)) > > > Thanks, > David C. > _______________________________________________ > Cdash mailing list > Cdash at public.kitware.com > http://public.kitware.com/mailman/listinfo/cdash > From DLRdave at aol.com Wed Oct 8 15:20:42 2014 From: DLRdave at aol.com (David Cole) Date: Wed, 8 Oct 2014 11:20:42 -0400 Subject: [Cdash] CDash 2.2 regression: Show Filters not available on pages where it used to be... In-Reply-To: <54352661.50408@kitware.com> References: <54352661.50408@kitware.com> Message-ID: Great, thanks! Hopefully when you've got it done, it won't take too long to propagate the fix onto the VTK dashboard.... Big projects like that are where I find the queryTests filters most useful. Cheers, D On Wed, Oct 8, 2014 at 7:56 AM, Julien Jomier wrote: > My bad... I'm putting a fix right now. Thanks for the report Dave. > > Julien > > > On 07/10/2014 20:37, David Cole via Cdash wrote: >> >> As of the new UI changes in CDash 2.2, the "Show Filters" link is >> inside the little drop-down menu attached to the settings "gear" icon. >> That's a fine place for it, but that icon does not appear on the >> queryTests.php and viewTest.php pages, and it should. >> >> The pages listed in this part of the code...: >> https://github.com/GArik/CDash/blob/f131c38b/filterdataFunctions.php#L574 >> >> ...are these: >> 'index.php' >> 'project.php' >> 'queryTests.php' >> 'viewCoverage.php' >> 'getviewcoverage.php' >> 'viewTest.php' >> >> But grepping for "Show Filters" only shows hits on index.xsl, >> queryTests.xsl and viewCoverage.xsl. >> >> Despite the grep hit in queryTests.xsl, there's no gear icon on the >> queryTests page, and the queryTests page is quite useless without >> being able to filter the results... >> >> Also: there's no way to show the filters on the viewTest.php page >> anymore either. >> >> Could whoever changed the UI please enable showing the filters on the >> queryTests and viewTest pages again? (Either with the gear settings >> icon, or just the old-fashioned hyperlink like they used to have... >> (It still has a hyperlink on the viewCoverage page...)) >> >> >> Thanks, >> David C. >> _______________________________________________ >> Cdash mailing list >> Cdash at public.kitware.com >> http://public.kitware.com/mailman/listinfo/cdash >> > From julien.jomier at kitware.com Wed Oct 8 15:30:54 2014 From: julien.jomier at kitware.com (Julien Jomier) Date: Wed, 08 Oct 2014 17:30:54 +0200 Subject: [Cdash] CDash 2.2 regression: Show Filters not available on pages where it used to be... In-Reply-To: References: <54352661.50408@kitware.com> Message-ID: <543558AE.5040409@kitware.com> We just updated open.cdash.org. Julien On 08/10/2014 17:20, David Cole wrote: > Great, thanks! > > Hopefully when you've got it done, it won't take too long to propagate > the fix onto the VTK dashboard.... Big projects like that are where I > find the queryTests filters most useful. > > Cheers, > D > > > > On Wed, Oct 8, 2014 at 7:56 AM, Julien Jomier wrote: >> My bad... I'm putting a fix right now. Thanks for the report Dave. >> >> Julien >> >> >> On 07/10/2014 20:37, David Cole via Cdash wrote: >>> >>> As of the new UI changes in CDash 2.2, the "Show Filters" link is >>> inside the little drop-down menu attached to the settings "gear" icon. >>> That's a fine place for it, but that icon does not appear on the >>> queryTests.php and viewTest.php pages, and it should. >>> >>> The pages listed in this part of the code...: >>> https://github.com/GArik/CDash/blob/f131c38b/filterdataFunctions.php#L574 >>> >>> ...are these: >>> 'index.php' >>> 'project.php' >>> 'queryTests.php' >>> 'viewCoverage.php' >>> 'getviewcoverage.php' >>> 'viewTest.php' >>> >>> But grepping for "Show Filters" only shows hits on index.xsl, >>> queryTests.xsl and viewCoverage.xsl. >>> >>> Despite the grep hit in queryTests.xsl, there's no gear icon on the >>> queryTests page, and the queryTests page is quite useless without >>> being able to filter the results... >>> >>> Also: there's no way to show the filters on the viewTest.php page >>> anymore either. >>> >>> Could whoever changed the UI please enable showing the filters on the >>> queryTests and viewTest pages again? (Either with the gear settings >>> icon, or just the old-fashioned hyperlink like they used to have... >>> (It still has a hyperlink on the viewCoverage page...)) >>> >>> >>> Thanks, >>> David C. >>> _______________________________________________ >>> Cdash mailing list >>> Cdash at public.kitware.com >>> http://public.kitware.com/mailman/listinfo/cdash >>> >> > From DLRdave at aol.com Wed Oct 8 17:32:11 2014 From: DLRdave at aol.com (David Cole) Date: Wed, 8 Oct 2014 13:32:11 -0400 Subject: [Cdash] CDash 2.2 regression: Show Filters not available on pages where it used to be... In-Reply-To: <543558AE.5040409@kitware.com> References: <54352661.50408@kitware.com> <543558AE.5040409@kitware.com> Message-ID: Excellent! Merci! On Wed, Oct 8, 2014 at 11:30 AM, Julien Jomier wrote: > We just updated open.cdash.org. > > Julien > > > On 08/10/2014 17:20, David Cole wrote: >> >> Great, thanks! >> >> Hopefully when you've got it done, it won't take too long to propagate >> the fix onto the VTK dashboard.... Big projects like that are where I >> find the queryTests filters most useful. >> >> Cheers, >> D >> >> >> >> On Wed, Oct 8, 2014 at 7:56 AM, Julien Jomier >> wrote: >>> >>> My bad... I'm putting a fix right now. Thanks for the report Dave. >>> >>> Julien >>> >>> >>> On 07/10/2014 20:37, David Cole via Cdash wrote: >>>> >>>> >>>> As of the new UI changes in CDash 2.2, the "Show Filters" link is >>>> inside the little drop-down menu attached to the settings "gear" icon. >>>> That's a fine place for it, but that icon does not appear on the >>>> queryTests.php and viewTest.php pages, and it should. >>>> >>>> The pages listed in this part of the code...: >>>> >>>> https://github.com/GArik/CDash/blob/f131c38b/filterdataFunctions.php#L574 >>>> >>>> ...are these: >>>> 'index.php' >>>> 'project.php' >>>> 'queryTests.php' >>>> 'viewCoverage.php' >>>> 'getviewcoverage.php' >>>> 'viewTest.php' >>>> >>>> But grepping for "Show Filters" only shows hits on index.xsl, >>>> queryTests.xsl and viewCoverage.xsl. >>>> >>>> Despite the grep hit in queryTests.xsl, there's no gear icon on the >>>> queryTests page, and the queryTests page is quite useless without >>>> being able to filter the results... >>>> >>>> Also: there's no way to show the filters on the viewTest.php page >>>> anymore either. >>>> >>>> Could whoever changed the UI please enable showing the filters on the >>>> queryTests and viewTest pages again? (Either with the gear settings >>>> icon, or just the old-fashioned hyperlink like they used to have... >>>> (It still has a hyperlink on the viewCoverage page...)) >>>> >>>> >>>> Thanks, >>>> David C. >>>> _______________________________________________ >>>> Cdash mailing list >>>> Cdash at public.kitware.com >>>> http://public.kitware.com/mailman/listinfo/cdash >>>> >>> >> > From vlkngzr at gmail.com Fri Oct 17 12:32:00 2014 From: vlkngzr at gmail.com (Volkan Gezer) Date: Fri, 17 Oct 2014 14:32:00 +0200 Subject: [Cdash] Zoom out bug in NamedMeasurements Message-ID: Hello, If you have NamedMeasurements, in testDetails.php, showing the graph and clicking on Zoom out twice throws an error and freezes the page. In firefox this error is: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindow.getComputedStyle] This is due to an abnormal call of plot function twice in ajax/showtestmeasurementdatagraph.php. The following patch should solve the issue: --- ajax/showtestmeasurementdatagraph.php 2014-10-17 14:06:36.686145349 +0200 @@ -156,9 +157,9 @@ - plot = $.plot($(divnplot = $.plot($(divname), - [{label: ,data: d1}], options,{xaxis: { min: , max: }, yaxis: { min: 0}})) - ); + plot = $.plot($(divname), + [{label: ,data: d1}], options,{xaxis: { min: , max: }, yaxis: { min: 0}}); + plot = $.plot($(divname), [{label: ,data: d1}], Best regards, Volkan GEZER volkangezer at gmail.com From intergalactic.anonymous at gmail.com Mon Oct 20 11:43:15 2014 From: intergalactic.anonymous at gmail.com (Igor Murzov) Date: Mon, 20 Oct 2014 15:43:15 +0400 Subject: [Cdash] Recent regressions in CDash Message-ID: <20141020154315.3d5ca2c5@garik-laptop.0x.no> Hi list. There are two recent regressions in CDash i want to report: * testDetails page is broken. When it's opened it displays weird big "loading" word below the footer. And when i try to follow any link from this page, the old content is not getting replaced by the new one, but the destination content is displayed below the footer. This is a regression since r3460: Author: Julien Jomier Date: Fri Apr 25 16:01:49 2014 +0000 ENH: Added support for interactive image difference using je_compare from Francois Bertel The issue may be solved by the following change: ------------------------------------------ --- a/testDetails.xsl +++ b/testDetails.xsl @@ -42,7 +42,6 @@ - ------------------------------------------ * The drop down menu that is shown when little gear icon in the top right corner is clicked looks bad. This is a regression since r3521: Author: Zack Galbreath Date: Thu Jun 12 20:41:57 2014 +0000 ENH: improve appearance of some new features The issue may be fixed by the following change: ------------------------------------------ --- a/index.xsl +++ b/index.xsl @@ -802,7 +802,7 @@ - ------------------------------------------ -- Igor From julien.jomier at kitware.com Mon Oct 20 11:48:11 2014 From: julien.jomier at kitware.com (Julien Jomier) Date: Mon, 20 Oct 2014 13:48:11 +0200 Subject: [Cdash] Recent regressions in CDash In-Reply-To: <20141020154315.3d5ca2c5@garik-laptop.0x.no> References: <20141020154315.3d5ca2c5@garik-laptop.0x.no> Message-ID: <5444F67B.7070500@kitware.com> Thanks Igor. We are in the process of transitionning the current repository from SVN to GIT. Once the transition is done, we'll push the fixes. Thanks again, Julien On 20/10/2014 13:43, Igor Murzov wrote: > Hi list. > > There are two recent regressions in CDash i want to report: > > * testDetails page is broken. When it's opened it displays > weird big "loading" word below the footer. And when i try > to follow any link from this page, the old content is not > getting replaced by the new one, but the destination content > is displayed below the footer. > > This is a regression since r3460: > > Author: Julien Jomier > Date: Fri Apr 25 16:01:49 2014 +0000 > > ENH: Added support for interactive image difference using > je_compare from Francois Bertel > > > The issue may be solved by the following change: > ------------------------------------------ > --- a/testDetails.xsl > +++ b/testDetails.xsl > @@ -42,7 +42,6 @@ > > > > - > > > > ------------------------------------------ > > > * The drop down menu that is shown when little gear icon > in the top right corner is clicked looks bad. > > This is a regression since r3521: > > Author: Zack Galbreath > Date: Thu Jun 12 20:41:57 2014 +0000 > > ENH: improve appearance of some new features > > > The issue may be fixed by the following change: > ------------------------------------------ > --- a/index.xsl > +++ b/index.xsl > @@ -802,7 +802,7 @@ > > > > - > > > > ------------------------------------------ > > > -- Igor > _______________________________________________ > Cdash mailing list > Cdash at public.kitware.com > http://public.kitware.com/mailman/listinfo/cdash > From intergalactic.anonymous at gmail.com Mon Oct 20 12:00:55 2014 From: intergalactic.anonymous at gmail.com (Igor Murzov) Date: Mon, 20 Oct 2014 16:00:55 +0400 Subject: [Cdash] Recent regressions in CDash In-Reply-To: <5444F67B.7070500@kitware.com> References: <20141020154315.3d5ca2c5@garik-laptop.0x.no> <5444F67B.7070500@kitware.com> Message-ID: <20141020160055.3dbe8e7d@garik-laptop.0x.no> Oh, nice! Those are not real fixes, they more like indication of the issues. I have no idea what second jquery file is needed for, or the css file. When i dropped those lines, i haven't seen any breakage, but i assume you know better how to fix regressions properly :) -- Igor On Mon, 20 Oct 2014 13:48:11 +0200 Julien Jomier wrote: > Thanks Igor. > > We are in the process of transitionning the current repository from SVN > to GIT. Once the transition is done, we'll push the fixes. > > Thanks again, > Julien > > On 20/10/2014 13:43, Igor Murzov wrote: > > Hi list. > > > > There are two recent regressions in CDash i want to report: > > > > * testDetails page is broken. When it's opened it displays > > weird big "loading" word below the footer. And when i try > > to follow any link from this page, the old content is not > > getting replaced by the new one, but the destination content > > is displayed below the footer. > > > > This is a regression since r3460: > > > > Author: Julien Jomier > > Date: Fri Apr 25 16:01:49 2014 +0000 > > > > ENH: Added support for interactive image difference using > > je_compare from Francois Bertel > > > > > > The issue may be solved by the following change: > > ------------------------------------------ > > --- a/testDetails.xsl > > +++ b/testDetails.xsl > > @@ -42,7 +42,6 @@ > > > > > > > > - > > > > > > > > ------------------------------------------ > > > > > > * The drop down menu that is shown when little gear icon > > in the top right corner is clicked looks bad. > > > > This is a regression since r3521: > > > > Author: Zack Galbreath > > Date: Thu Jun 12 20:41:57 2014 +0000 > > > > ENH: improve appearance of some new features > > > > > > The issue may be fixed by the following change: > > ------------------------------------------ > > --- a/index.xsl > > +++ b/index.xsl > > @@ -802,7 +802,7 @@ > > > > > > > > - > > > > > > > > ------------------------------------------ > > > > > > -- Igor > > _______________________________________________ > > Cdash mailing list > > Cdash at public.kitware.com > > http://public.kitware.com/mailman/listinfo/cdash > > From allen at transpireinc.com Mon Oct 6 13:43:08 2014 From: allen at transpireinc.com (Allen Barnett) Date: Mon, 6 Oct 2014 09:43:08 -0400 Subject: [Cdash] Interpreting CTEST_USE_LAUNCHERS Output Message-ID: We recently tried turning on CTEST_USE_LAUNCHERS for our CTest posts to CDash. We're using CMake 2.8.12.2 and CDash 2.0.2. I guess I'm not sure what I'm looking at now on the CDash warning pages. For example, we run a pdflatex step during our build. This has always produced a mountain of messages like: LaTeX Warning: Citation `Tobin' on page 88 undefined on input line 313. as LaTeX struggles to complete the cross references. It seems like CTest used to ignore these warnings but CDash is now saying that there is 1 warning from our pdflatex step and showing the entire output of the program. Of course if you look at the output from pdflatex, there are 100 lines with the text "warning" on them. Is this what I should expect? Each program step that produces a warning now counts as 1 warning in the CDash report? And that the entire output from the step which causes a warning shows up on the warnings page? (Instead of a few lines around the detected warning as it before.) Also, is there a way to stop CTest from flagging all the warnings from pdflatex? Thanks, Allen -------------- next part -------------- An HTML attachment was scrubbed... URL: From mathias.gaunard at ens-lyon.org Mon Oct 6 14:40:55 2014 From: mathias.gaunard at ens-lyon.org (Mathias Gaunard) Date: Mon, 06 Oct 2014 16:40:55 +0200 Subject: [Cdash] Interpreting CTEST_USE_LAUNCHERS Output In-Reply-To: References: Message-ID: <5432A9F7.6010400@ens-lyon.org> On 06/10/14 15:43, Allen Barnett wrote: > We recently tried turning on CTEST_USE_LAUNCHERS for our CTest posts to > CDash. We're using CMake 2.8.12.2 and CDash 2.0.2. I guess I'm not sure > what I'm looking at now on the CDash warning pages. For example, we run > a pdflatex step during our build. This has always produced a mountain of > messages like: > > LaTeX Warning: Citation `Tobin' on page 88 undefined on input line 313. > > as LaTeX struggles to complete the cross references. It seems like CTest > used to ignore these warnings but CDash is now saying that there is 1 > warning from our pdflatex step and showing the entire output of the > program. Of course if you look at the output from pdflatex, there are > 100 lines with the text "warning" on them. > > Is this what I should expect? Yes. With CTEST_USE_LAUNCHERS, you get at most one error or one warning per target. This is the desired behaviour. From allen at transpireinc.com Tue Oct 7 11:05:39 2014 From: allen at transpireinc.com (Allen Barnett) Date: Tue, 7 Oct 2014 07:05:39 -0400 Subject: [Cdash] Interpreting CTEST_USE_LAUNCHERS Output In-Reply-To: <5432A9F7.6010400@ens-lyon.org> References: <5432A9F7.6010400@ens-lyon.org> Message-ID: Hi Zach and Mathias: Thanks for the explanations and suggestions. Allen On Mon, Oct 6, 2014 at 10:40 AM, Mathias Gaunard < mathias.gaunard at ens-lyon.org> wrote: > On 06/10/14 15:43, Allen Barnett wrote: > >> We recently tried turning on CTEST_USE_LAUNCHERS for our CTest posts to >> CDash. We're using CMake 2.8.12.2 and CDash 2.0.2. I guess I'm not sure >> what I'm looking at now on the CDash warning pages. For example, we run >> a pdflatex step during our build. This has always produced a mountain of >> messages like: >> >> LaTeX Warning: Citation `Tobin' on page 88 undefined on input line 313. >> >> as LaTeX struggles to complete the cross references. It seems like CTest >> used to ignore these warnings but CDash is now saying that there is 1 >> warning from our pdflatex step and showing the entire output of the >> program. Of course if you look at the output from pdflatex, there are >> 100 lines with the text "warning" on them. >> >> Is this what I should expect? >> > > Yes. > With CTEST_USE_LAUNCHERS, you get at most one error or one warning per > target. > This is the desired behaviour. -------------- next part -------------- An HTML attachment was scrubbed... URL: From DLRdave at aol.com Tue Oct 7 18:37:39 2014 From: DLRdave at aol.com (David Cole) Date: Tue, 7 Oct 2014 14:37:39 -0400 Subject: [Cdash] CDash 2.2 regression: Show Filters not available on pages where it used to be... Message-ID: As of the new UI changes in CDash 2.2, the "Show Filters" link is inside the little drop-down menu attached to the settings "gear" icon. That's a fine place for it, but that icon does not appear on the queryTests.php and viewTest.php pages, and it should. The pages listed in this part of the code...: https://github.com/GArik/CDash/blob/f131c38b/filterdataFunctions.php#L574 ...are these: 'index.php' 'project.php' 'queryTests.php' 'viewCoverage.php' 'getviewcoverage.php' 'viewTest.php' But grepping for "Show Filters" only shows hits on index.xsl, queryTests.xsl and viewCoverage.xsl. Despite the grep hit in queryTests.xsl, there's no gear icon on the queryTests page, and the queryTests page is quite useless without being able to filter the results... Also: there's no way to show the filters on the viewTest.php page anymore either. Could whoever changed the UI please enable showing the filters on the queryTests and viewTest pages again? (Either with the gear settings icon, or just the old-fashioned hyperlink like they used to have... (It still has a hyperlink on the viewCoverage page...)) Thanks, David C. From julien.jomier at kitware.com Wed Oct 8 11:56:17 2014 From: julien.jomier at kitware.com (Julien Jomier) Date: Wed, 08 Oct 2014 13:56:17 +0200 Subject: [Cdash] CDash 2.2 regression: Show Filters not available on pages where it used to be... In-Reply-To: References: Message-ID: <54352661.50408@kitware.com> My bad... I'm putting a fix right now. Thanks for the report Dave. Julien On 07/10/2014 20:37, David Cole via Cdash wrote: > As of the new UI changes in CDash 2.2, the "Show Filters" link is > inside the little drop-down menu attached to the settings "gear" icon. > That's a fine place for it, but that icon does not appear on the > queryTests.php and viewTest.php pages, and it should. > > The pages listed in this part of the code...: > https://github.com/GArik/CDash/blob/f131c38b/filterdataFunctions.php#L574 > > ...are these: > 'index.php' > 'project.php' > 'queryTests.php' > 'viewCoverage.php' > 'getviewcoverage.php' > 'viewTest.php' > > But grepping for "Show Filters" only shows hits on index.xsl, > queryTests.xsl and viewCoverage.xsl. > > Despite the grep hit in queryTests.xsl, there's no gear icon on the > queryTests page, and the queryTests page is quite useless without > being able to filter the results... > > Also: there's no way to show the filters on the viewTest.php page > anymore either. > > Could whoever changed the UI please enable showing the filters on the > queryTests and viewTest pages again? (Either with the gear settings > icon, or just the old-fashioned hyperlink like they used to have... > (It still has a hyperlink on the viewCoverage page...)) > > > Thanks, > David C. > _______________________________________________ > Cdash mailing list > Cdash at public.kitware.com > http://public.kitware.com/mailman/listinfo/cdash > From DLRdave at aol.com Wed Oct 8 15:20:42 2014 From: DLRdave at aol.com (David Cole) Date: Wed, 8 Oct 2014 11:20:42 -0400 Subject: [Cdash] CDash 2.2 regression: Show Filters not available on pages where it used to be... In-Reply-To: <54352661.50408@kitware.com> References: <54352661.50408@kitware.com> Message-ID: Great, thanks! Hopefully when you've got it done, it won't take too long to propagate the fix onto the VTK dashboard.... Big projects like that are where I find the queryTests filters most useful. Cheers, D On Wed, Oct 8, 2014 at 7:56 AM, Julien Jomier wrote: > My bad... I'm putting a fix right now. Thanks for the report Dave. > > Julien > > > On 07/10/2014 20:37, David Cole via Cdash wrote: >> >> As of the new UI changes in CDash 2.2, the "Show Filters" link is >> inside the little drop-down menu attached to the settings "gear" icon. >> That's a fine place for it, but that icon does not appear on the >> queryTests.php and viewTest.php pages, and it should. >> >> The pages listed in this part of the code...: >> https://github.com/GArik/CDash/blob/f131c38b/filterdataFunctions.php#L574 >> >> ...are these: >> 'index.php' >> 'project.php' >> 'queryTests.php' >> 'viewCoverage.php' >> 'getviewcoverage.php' >> 'viewTest.php' >> >> But grepping for "Show Filters" only shows hits on index.xsl, >> queryTests.xsl and viewCoverage.xsl. >> >> Despite the grep hit in queryTests.xsl, there's no gear icon on the >> queryTests page, and the queryTests page is quite useless without >> being able to filter the results... >> >> Also: there's no way to show the filters on the viewTest.php page >> anymore either. >> >> Could whoever changed the UI please enable showing the filters on the >> queryTests and viewTest pages again? (Either with the gear settings >> icon, or just the old-fashioned hyperlink like they used to have... >> (It still has a hyperlink on the viewCoverage page...)) >> >> >> Thanks, >> David C. >> _______________________________________________ >> Cdash mailing list >> Cdash at public.kitware.com >> http://public.kitware.com/mailman/listinfo/cdash >> > From julien.jomier at kitware.com Wed Oct 8 15:30:54 2014 From: julien.jomier at kitware.com (Julien Jomier) Date: Wed, 08 Oct 2014 17:30:54 +0200 Subject: [Cdash] CDash 2.2 regression: Show Filters not available on pages where it used to be... In-Reply-To: References: <54352661.50408@kitware.com> Message-ID: <543558AE.5040409@kitware.com> We just updated open.cdash.org. Julien On 08/10/2014 17:20, David Cole wrote: > Great, thanks! > > Hopefully when you've got it done, it won't take too long to propagate > the fix onto the VTK dashboard.... Big projects like that are where I > find the queryTests filters most useful. > > Cheers, > D > > > > On Wed, Oct 8, 2014 at 7:56 AM, Julien Jomier wrote: >> My bad... I'm putting a fix right now. Thanks for the report Dave. >> >> Julien >> >> >> On 07/10/2014 20:37, David Cole via Cdash wrote: >>> >>> As of the new UI changes in CDash 2.2, the "Show Filters" link is >>> inside the little drop-down menu attached to the settings "gear" icon. >>> That's a fine place for it, but that icon does not appear on the >>> queryTests.php and viewTest.php pages, and it should. >>> >>> The pages listed in this part of the code...: >>> https://github.com/GArik/CDash/blob/f131c38b/filterdataFunctions.php#L574 >>> >>> ...are these: >>> 'index.php' >>> 'project.php' >>> 'queryTests.php' >>> 'viewCoverage.php' >>> 'getviewcoverage.php' >>> 'viewTest.php' >>> >>> But grepping for "Show Filters" only shows hits on index.xsl, >>> queryTests.xsl and viewCoverage.xsl. >>> >>> Despite the grep hit in queryTests.xsl, there's no gear icon on the >>> queryTests page, and the queryTests page is quite useless without >>> being able to filter the results... >>> >>> Also: there's no way to show the filters on the viewTest.php page >>> anymore either. >>> >>> Could whoever changed the UI please enable showing the filters on the >>> queryTests and viewTest pages again? (Either with the gear settings >>> icon, or just the old-fashioned hyperlink like they used to have... >>> (It still has a hyperlink on the viewCoverage page...)) >>> >>> >>> Thanks, >>> David C. >>> _______________________________________________ >>> Cdash mailing list >>> Cdash at public.kitware.com >>> http://public.kitware.com/mailman/listinfo/cdash >>> >> > From DLRdave at aol.com Wed Oct 8 17:32:11 2014 From: DLRdave at aol.com (David Cole) Date: Wed, 8 Oct 2014 13:32:11 -0400 Subject: [Cdash] CDash 2.2 regression: Show Filters not available on pages where it used to be... In-Reply-To: <543558AE.5040409@kitware.com> References: <54352661.50408@kitware.com> <543558AE.5040409@kitware.com> Message-ID: Excellent! Merci! On Wed, Oct 8, 2014 at 11:30 AM, Julien Jomier wrote: > We just updated open.cdash.org. > > Julien > > > On 08/10/2014 17:20, David Cole wrote: >> >> Great, thanks! >> >> Hopefully when you've got it done, it won't take too long to propagate >> the fix onto the VTK dashboard.... Big projects like that are where I >> find the queryTests filters most useful. >> >> Cheers, >> D >> >> >> >> On Wed, Oct 8, 2014 at 7:56 AM, Julien Jomier >> wrote: >>> >>> My bad... I'm putting a fix right now. Thanks for the report Dave. >>> >>> Julien >>> >>> >>> On 07/10/2014 20:37, David Cole via Cdash wrote: >>>> >>>> >>>> As of the new UI changes in CDash 2.2, the "Show Filters" link is >>>> inside the little drop-down menu attached to the settings "gear" icon. >>>> That's a fine place for it, but that icon does not appear on the >>>> queryTests.php and viewTest.php pages, and it should. >>>> >>>> The pages listed in this part of the code...: >>>> >>>> https://github.com/GArik/CDash/blob/f131c38b/filterdataFunctions.php#L574 >>>> >>>> ...are these: >>>> 'index.php' >>>> 'project.php' >>>> 'queryTests.php' >>>> 'viewCoverage.php' >>>> 'getviewcoverage.php' >>>> 'viewTest.php' >>>> >>>> But grepping for "Show Filters" only shows hits on index.xsl, >>>> queryTests.xsl and viewCoverage.xsl. >>>> >>>> Despite the grep hit in queryTests.xsl, there's no gear icon on the >>>> queryTests page, and the queryTests page is quite useless without >>>> being able to filter the results... >>>> >>>> Also: there's no way to show the filters on the viewTest.php page >>>> anymore either. >>>> >>>> Could whoever changed the UI please enable showing the filters on the >>>> queryTests and viewTest pages again? (Either with the gear settings >>>> icon, or just the old-fashioned hyperlink like they used to have... >>>> (It still has a hyperlink on the viewCoverage page...)) >>>> >>>> >>>> Thanks, >>>> David C. >>>> _______________________________________________ >>>> Cdash mailing list >>>> Cdash at public.kitware.com >>>> http://public.kitware.com/mailman/listinfo/cdash >>>> >>> >> > From vlkngzr at gmail.com Fri Oct 17 12:32:00 2014 From: vlkngzr at gmail.com (Volkan Gezer) Date: Fri, 17 Oct 2014 14:32:00 +0200 Subject: [Cdash] Zoom out bug in NamedMeasurements Message-ID: Hello, If you have NamedMeasurements, in testDetails.php, showing the graph and clicking on Zoom out twice throws an error and freezes the page. In firefox this error is: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMWindow.getComputedStyle] This is due to an abnormal call of plot function twice in ajax/showtestmeasurementdatagraph.php. The following patch should solve the issue: --- ajax/showtestmeasurementdatagraph.php 2014-10-17 14:06:36.686145349 +0200 @@ -156,9 +157,9 @@ - plot = $.plot($(divnplot = $.plot($(divname), - [{label: ,data: d1}], options,{xaxis: { min: , max: }, yaxis: { min: 0}})) - ); + plot = $.plot($(divname), + [{label: ,data: d1}], options,{xaxis: { min: , max: }, yaxis: { min: 0}}); + plot = $.plot($(divname), [{label: ,data: d1}], Best regards, Volkan GEZER volkangezer at gmail.com From intergalactic.anonymous at gmail.com Mon Oct 20 11:43:15 2014 From: intergalactic.anonymous at gmail.com (Igor Murzov) Date: Mon, 20 Oct 2014 15:43:15 +0400 Subject: [Cdash] Recent regressions in CDash Message-ID: <20141020154315.3d5ca2c5@garik-laptop.0x.no> Hi list. There are two recent regressions in CDash i want to report: * testDetails page is broken. When it's opened it displays weird big "loading" word below the footer. And when i try to follow any link from this page, the old content is not getting replaced by the new one, but the destination content is displayed below the footer. This is a regression since r3460: Author: Julien Jomier Date: Fri Apr 25 16:01:49 2014 +0000 ENH: Added support for interactive image difference using je_compare from Francois Bertel The issue may be solved by the following change: ------------------------------------------ --- a/testDetails.xsl +++ b/testDetails.xsl @@ -42,7 +42,6 @@ - ------------------------------------------ * The drop down menu that is shown when little gear icon in the top right corner is clicked looks bad. This is a regression since r3521: Author: Zack Galbreath Date: Thu Jun 12 20:41:57 2014 +0000 ENH: improve appearance of some new features The issue may be fixed by the following change: ------------------------------------------ --- a/index.xsl +++ b/index.xsl @@ -802,7 +802,7 @@ - ------------------------------------------ -- Igor From julien.jomier at kitware.com Mon Oct 20 11:48:11 2014 From: julien.jomier at kitware.com (Julien Jomier) Date: Mon, 20 Oct 2014 13:48:11 +0200 Subject: [Cdash] Recent regressions in CDash In-Reply-To: <20141020154315.3d5ca2c5@garik-laptop.0x.no> References: <20141020154315.3d5ca2c5@garik-laptop.0x.no> Message-ID: <5444F67B.7070500@kitware.com> Thanks Igor. We are in the process of transitionning the current repository from SVN to GIT. Once the transition is done, we'll push the fixes. Thanks again, Julien On 20/10/2014 13:43, Igor Murzov wrote: > Hi list. > > There are two recent regressions in CDash i want to report: > > * testDetails page is broken. When it's opened it displays > weird big "loading" word below the footer. And when i try > to follow any link from this page, the old content is not > getting replaced by the new one, but the destination content > is displayed below the footer. > > This is a regression since r3460: > > Author: Julien Jomier > Date: Fri Apr 25 16:01:49 2014 +0000 > > ENH: Added support for interactive image difference using > je_compare from Francois Bertel > > > The issue may be solved by the following change: > ------------------------------------------ > --- a/testDetails.xsl > +++ b/testDetails.xsl > @@ -42,7 +42,6 @@ > > > > - > > > > ------------------------------------------ > > > * The drop down menu that is shown when little gear icon > in the top right corner is clicked looks bad. > > This is a regression since r3521: > > Author: Zack Galbreath > Date: Thu Jun 12 20:41:57 2014 +0000 > > ENH: improve appearance of some new features > > > The issue may be fixed by the following change: > ------------------------------------------ > --- a/index.xsl > +++ b/index.xsl > @@ -802,7 +802,7 @@ > > > > - > > > > ------------------------------------------ > > > -- Igor > _______________________________________________ > Cdash mailing list > Cdash at public.kitware.com > http://public.kitware.com/mailman/listinfo/cdash > From intergalactic.anonymous at gmail.com Mon Oct 20 12:00:55 2014 From: intergalactic.anonymous at gmail.com (Igor Murzov) Date: Mon, 20 Oct 2014 16:00:55 +0400 Subject: [Cdash] Recent regressions in CDash In-Reply-To: <5444F67B.7070500@kitware.com> References: <20141020154315.3d5ca2c5@garik-laptop.0x.no> <5444F67B.7070500@kitware.com> Message-ID: <20141020160055.3dbe8e7d@garik-laptop.0x.no> Oh, nice! Those are not real fixes, they more like indication of the issues. I have no idea what second jquery file is needed for, or the css file. When i dropped those lines, i haven't seen any breakage, but i assume you know better how to fix regressions properly :) -- Igor On Mon, 20 Oct 2014 13:48:11 +0200 Julien Jomier wrote: > Thanks Igor. > > We are in the process of transitionning the current repository from SVN > to GIT. Once the transition is done, we'll push the fixes. > > Thanks again, > Julien > > On 20/10/2014 13:43, Igor Murzov wrote: > > Hi list. > > > > There are two recent regressions in CDash i want to report: > > > > * testDetails page is broken. When it's opened it displays > > weird big "loading" word below the footer. And when i try > > to follow any link from this page, the old content is not > > getting replaced by the new one, but the destination content > > is displayed below the footer. > > > > This is a regression since r3460: > > > > Author: Julien Jomier > > Date: Fri Apr 25 16:01:49 2014 +0000 > > > > ENH: Added support for interactive image difference using > > je_compare from Francois Bertel > > > > > > The issue may be solved by the following change: > > ------------------------------------------ > > --- a/testDetails.xsl > > +++ b/testDetails.xsl > > @@ -42,7 +42,6 @@ > > > > > > > > - > > > > > > > > ------------------------------------------ > > > > > > * The drop down menu that is shown when little gear icon > > in the top right corner is clicked looks bad. > > > > This is a regression since r3521: > > > > Author: Zack Galbreath > > Date: Thu Jun 12 20:41:57 2014 +0000 > > > > ENH: improve appearance of some new features > > > > > > The issue may be fixed by the following change: > > ------------------------------------------ > > --- a/index.xsl > > +++ b/index.xsl > > @@ -802,7 +802,7 @@ > > > > > > > > - > > > > > > > > ------------------------------------------ > > > > > > -- Igor > > _______________________________________________ > > Cdash mailing list > > Cdash at public.kitware.com > > http://public.kitware.com/mailman/listinfo/cdash > >