change log for gcc-testing (2010-05-10)

rtems-vc at rtems.org rtems-vc at rtems.org
Mon May 10 23:10:03 UTC 2010


 *joel*:
2010-05-10	Joel Sherrill <joel.sherrilL at OARcorp.com>

	* generate_coverage_html: Individual tables per configuration. List of
	links to individual tables.

M  1.215  rtems-coverage/ChangeLog
M   1.20  rtems-coverage/generate_coverage_html

diff -u gcc-testing/rtems-coverage/ChangeLog:1.214 gcc-testing/rtems-coverage/ChangeLog:1.215
--- gcc-testing/rtems-coverage/ChangeLog:1.214	Mon May 10 16:39:29 2010
+++ gcc-testing/rtems-coverage/ChangeLog	Mon May 10 17:11:52 2010
@@ -1,5 +1,10 @@
 2010-05-10	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
+	* generate_coverage_html: Individual tables per configuration. List of
+	links to individual tables.
+
+2010-05-10	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
 	* generate_coverage_html: Generate separate html files for each BSP.
 
 2010-05-10	Joel Sherrill <joel.sherrilL at OARcorp.com>

diff -u gcc-testing/rtems-coverage/generate_coverage_html:1.19 gcc-testing/rtems-coverage/generate_coverage_html:1.20
--- gcc-testing/rtems-coverage/generate_coverage_html:1.19	Mon May 10 16:39:29 2010
+++ gcc-testing/rtems-coverage/generate_coverage_html	Mon May 10 17:11:52 2010
@@ -151,7 +151,6 @@
 print_doc_bottom()
 {
 cat <<EOF
-</table>
 </body>
 EOF
 }
@@ -169,25 +168,19 @@
 
   print_doc_top ${cpu}/${BSP}
 
-  echo "<table class=\"stats-table\" cellspacing=\"1\" cellpadding=\"2\">"
-  # echo "<tr class=\"stats-table-target\">"
-  # echo "<td colspan=\"10\">"
-  # echo "<strong>${cpu}/${bsp}</strong>"
-  # echo "</td>"
-  # echo "</tr>"
-  echo "<tr class=\"stats-table-top\">"
-  ### generate header
-  print_heading Day
-  print_heading Time
-  print_heading Optimization
-  print_heading POSIX Enabled
-  print_heading Developmental Enabled
-  print_heading Uncovered Ranges
-  # skip Uncovered Percentage
-  print_heading Covered Percentage
-  print_heading Uncovered Bytes
-  print_heading Total Bytes
-  print_heading Results
+  cat <<EOF
+<ul>
+<li><a href="#O2pd">Results for-O2, POSIX Disabled, Core Only</a></li>
+<li><a href="#O2pD">Results for-O2, POSIX Disabled, Developmental</a></li>
+<li><a href="#O2Pd">Results for-O2, POSIX Enabled, Core Only</a></li>
+<li><a href="#O2PD">Results for-O2, POSIX Enabled, Developmental</a></li>
+<li><a href="#Ospd">Results for-Os, POSIX Disabled, Core Only</a></li>
+<li><a href="#OspD">Results for-Os, POSIX Disabled, Developmental</a></li>
+<li><a href="#OsPd">Results for-Os, POSIX Enabled, Core Only</a></li>
+<li><a href="#OsPD">Results for-Os, POSIX Enabled, Developmental</a></li>
+</ul>
+</br>
+EOF
 
   #cat ${bsp}-*-*-*/row.html | sed -e 's/<TD>/<TD><CENTER>/g' \
   #   -e 's/<\/TD>/<\/CENTER><\/TD>/g'
@@ -198,13 +191,27 @@
   first="yes"
   for build in O2pd O2pD O2Pd O2PD Ospd OspD OsPd OsPD
   do
-    if [ ${first} = "no" ] ; then
-      echo "<tr class=\"stats-table-target\">"
-      echo "<td colspan=\"10\">"
-      echo "<strong></br></strong>"
-      echo "</td>"
-      echo "</tr>"
-    fi
+    echo "<a name=\"${build}\"></a>"
+    echo "<table class=\"stats-table\" cellspacing=\"1\" cellpadding=\"2\">"
+    echo "<tr class=\"stats-table-target\">"
+    echo "<td colspan=\"10\">"
+    echo "<strong>${cpu}/${bsp} (${build})</strong>"
+    echo "</td>"
+    echo "</tr>"
+    echo "<tr class=\"stats-table-top\">"
+    ### generate header
+    print_heading Day
+    print_heading Time
+    print_heading Optimization
+    print_heading POSIX Enabled
+    print_heading Developmental Enabled
+    print_heading Uncovered Ranges
+    # skip Uncovered Percentage
+    print_heading Covered Percentage
+    print_heading Uncovered Bytes
+    print_heading Total Bytes
+    print_heading Results
+
     first=no
     ls -1 ${bsp}-${build}-*-*/row.html | sort -t -  -k 1,2 -k 3,4Vr | \
     while read row
@@ -219,6 +226,8 @@
       -e '8d' \
       <$row
     done
+    echo "</table>"
+    echo "</br>"
   done
   print_doc_bottom
 }



--

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/20100510/a1c5b1de/attachment.html>


More information about the vc mailing list