change log for rtems-testing (2011-09-19)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Sep 20 01:10:03 UTC 2011


 *joel*:
2011-09-19	Pawel Zagorski <pzagor at agh.edu.pl>

	PR 1909/testing
	* DesiredSymbols.cc, ReportsHtml.cc: Fixed Taken / Not taken
	information to be shown in separate sortable and filterable collumns
	in branch report. Minor code aligment fix in DesiredSymbols.c

M   1.25  covoar/ChangeLog
M   1.10  covoar/DesiredSymbols.cc
M    1.6  covoar/ReportsHtml.cc

diff -u rtems-testing/covoar/ChangeLog:1.24 rtems-testing/covoar/ChangeLog:1.25
--- rtems-testing/covoar/ChangeLog:1.24	Thu Sep  1 17:32:29 2011
+++ rtems-testing/covoar/ChangeLog	Mon Sep 19 19:34:20 2011
@@ -1,3 +1,10 @@
+2011-09-19	Pawel Zagorski <pzagor at agh.edu.pl>
+
+	PR 1909/testing
+	* DesiredSymbols.cc, ReportsHtml.cc: Fixed Taken / Not taken
+	information to be shown in separate sortable and filterable collumns
+	in branch report. Minor code aligment fix in DesiredSymbols.c
+
 2011-09-01	Pawel Zagorski <pzagor at agh.edu.pl>
 
 	PR 1909/testing

diff -u rtems-testing/covoar/DesiredSymbols.cc:1.9 rtems-testing/covoar/DesiredSymbols.cc:1.10
--- rtems-testing/covoar/DesiredSymbols.cc:1.9	Wed Aug 31 15:44:25 2011
+++ rtems-testing/covoar/DesiredSymbols.cc	Mon Sep 19 19:34:20 2011
@@ -34,7 +34,7 @@
     const char* const symbolsFile
   )
   {
-    int                   cStatus;
+    int                     cStatus;
     bool                    done = false;
     FILE*                   sFile;
     SymbolInformation*      symInfo;

diff -u rtems-testing/covoar/ReportsHtml.cc:1.5 rtems-testing/covoar/ReportsHtml.cc:1.6
--- rtems-testing/covoar/ReportsHtml.cc:1.5	Thu Sep  1 17:32:29 2011
+++ rtems-testing/covoar/ReportsHtml.cc	Mon Sep 19 19:34:20 2011
@@ -203,7 +203,8 @@
         "<th class=\"table-filterable table-sortable:default\" align=\"left\">File</th>\n"
         "<th class=\"table-sortable:numeric\" align=\"left\">Size </br>Bytes</th>\n"
         "<th class=\"table-sortable:default\" align=\"left\">Reason</th>\n"
-        "<th class=\"table-sortable:default\" align=\"left\">Taken / Not Taken</th>\n"
+        "<th class=\"table-filterable table-sortable:default\" align=\"left\">Taken</th>\n"
+	"<th class=\"table-filterable table-sortable:default\" align=\"left\">Not Taken</th>\n"
         "<th class=\"table-filterable table-sortable:default\" align=\"left\">Classification</th>\n"
         "<th class=\"table-sortable:default\" align=\"left\">Explanation</th>\n"
         "</tr>\n"
@@ -570,8 +571,12 @@
     theCoverageMap = symbolPtr->second.unifiedCoverageMap;
     fprintf(
       report,
-      "<td class=\"covoar-td\" align=\"center\">%d / %d</td>\n",
-      theCoverageMap->getWasTaken( lowAddress - bAddress ),
+      "<td class=\"covoar-td\" align=\"center\">%d</td>\n",
+      theCoverageMap->getWasTaken( lowAddress - bAddress )
+    );
+        fprintf(
+      report,
+      "<td class=\"covoar-td\" align=\"center\">%d</td>\n",
       theCoverageMap->getWasNotTaken( lowAddress - bAddress )
     );
 



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110919/6638c71e/attachment.html>


More information about the vc mailing list