[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.php
Jim Laskey
jlaskey at apple.com
Thu Sep 14 10:34:40 PDT 2006
Changes in directory nightlytest-serverside:
NightlyTestAccept.php updated: 1.38 -> 1.39
---
Log message:
testing #37
---
Diffs of the changes: (+2 -3)
NightlyTestAccept.php | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: nightlytest-serverside/NightlyTestAccept.php
diff -u nightlytest-serverside/NightlyTestAccept.php:1.38 nightlytest-serverside/NightlyTestAccept.php:1.39
--- nightlytest-serverside/NightlyTestAccept.php:1.38 Thu Sep 14 12:31:24 2006
+++ nightlytest-serverside/NightlyTestAccept.php Thu Sep 14 12:34:26 2006
@@ -858,7 +858,6 @@
}
$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;
}
@@ -869,8 +868,6 @@
print "Determined measures\n";
}
-die;
-
/*******************************************************************************
*
* Determining changes in new tests and old tests
@@ -882,6 +879,8 @@
$passing = getFixedTests($night_id, $prev_night);
$failing = getBrokenTests($night_id, $prev_night);
+die;
+
if ($print_debug) {
print "Determined changes in new tests and old tests\n";
}
More information about the llvm-commits
mailing list