[Cdash] Recent regressions in CDash

Igor Murzov intergalactic.anonymous at gmail.com
Mon Oct 20 11:43:15 UTC 2014


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



More information about the CDash mailing list