[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.php

Jim Laskey jlaskey at apple.com
Thu Sep 14 10:09:30 PDT 2006



Changes in directory nightlytest-serverside:

NightlyTestAccept.php updated: 1.33 -> 1.34
---
Log message:

testing #32

---
Diffs of the changes:  (+3 -14)

 NightlyTestAccept.php |   17 +++--------------
 1 files changed, 3 insertions(+), 14 deletions(-)


Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.33 nightlytest-serverside/NightlyTestAccept.php:1.34
--- nightlytest-serverside/NightlyTestAccept.php:1.33	Thu Sep 14 12:02:35 2006
+++ nightlytest-serverside/NightlyTestAccept.php	Thu Sep 14 12:09:15 2006
@@ -822,20 +822,6 @@
   print "Gathered all previous night\'s programs\n";
 }
 
-print "NEW HASH ITEMS\n";
-foreach ($prog_hash_new as $key => $value) {
-  print "$key => $value\n";
-}
-print "\n";
-
-print "OLD HASH ITEMS\n";
-foreach ($prog_hash_old as $key => $value) {
-  print "$key => $value\n";
-}
-print "\n";
-
-die;
-
 $output_big_changes = array();
 foreach ($prog_hash_new as $prog) {
   $prog_new = $prog_hash_new[$prog];
@@ -873,6 +859,7 @@
       }
       
       $rounded_perc = sprintf("%1.2f", $perc);
+print "$prog: $measure: $rounded_perc\% ($value_old => $value_new)\n";
       array_push($changes, "$prog: $rounded_perc\% ($value_old => $value_new)\n");
       $output_big_changes[$measure] = $changes;
     }
@@ -883,6 +870,8 @@
   print "Determined measures\n";
 }
 
+die;
+
 /*******************************************************************************
  *
  * Determining changes in new tests and old tests






More information about the llvm-commits mailing list