[Cdash] Recent regressions in CDash
Igor Murzov
intergalactic.anonymous at gmail.com
Mon Oct 20 12:00:55 UTC 2014
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 <julien.jomier at kitware.com> 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 <julien.jomier at kitware.com>
> > 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 @@
> > <xsl:call-template name="headscripts"/>
> > <!-- Include JavaScript -->
> > <script src="javascript/cdashTestGraph.js" type="text/javascript" charset="utf-8"></script>
> > - <script src="javascript/jquery.mobile-1.4.0.min.js" type="text/javascript" charset="utf-8"></script>
> > <script src="javascript/je_compare-1.0.0.min.js" type="text/javascript" charset="utf-8"></script>
> > <link type="text/css" rel="stylesheet" href="javascript/je_compare_style-1.0.0.css" />
> > </head>
> > ------------------------------------------
> >
> >
> > * 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 <zack.galbreath at kitware.com>
> > 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 @@
> > <link rel="StyleSheet" type="text/css">
> > <xsl:attribute name="href"><xsl:value-of select="cdash/cssfile"/></xsl:attribute>
> > </link>
> > - <link rel="stylesheet" href="css/bootstrap.min.css"/>
> >
> > <!-- Include JavaScript -->
> > <script src="javascript/cdashBuildGroup.js"
> > type="text/javascript" charset="utf-8"></script>
> > ------------------------------------------
> >
> >
> > -- Igor
> > _______________________________________________
> > Cdash mailing list
> > Cdash at public.kitware.com
> > http://public.kitware.com/mailman/listinfo/cdash
> >
More information about the CDash
mailing list