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

Jim Laskey jlaskey at apple.com
Fri Oct 20 13:50:41 PDT 2006



Changes in directory nightlytest-serverside:

ProgramResults.php updated: 1.86 -> 1.87
---
Log message:

Correct newly failing attempt #5.

---
Diffs of the changes:  (+1 -0)

 ProgramResults.php |    1 +
 1 files changed, 1 insertion(+)


Index: nightlytest-serverside/ProgramResults.php
diff -u nightlytest-serverside/ProgramResults.php:1.86 nightlytest-serverside/ProgramResults.php:1.87
--- nightlytest-serverside/ProgramResults.php:1.86	Fri Oct 20 15:48:17 2006
+++ nightlytest-serverside/ProgramResults.php	Fri Oct 20 15:50:25 2006
@@ -667,6 +667,7 @@
     $program = trimTestPath($row['program']);
     $test_result = $row['result'];
     $new_reasons = getFailReasonsAsList($test_result);
+    $old_reasons = isset($test_hash[$program]) ? $test_hash[$program] : array();
     $diff_reasons = array_diff($old_reasons, $new_reasons);
 
     if (count($now_passing_reasons) > 0) {






More information about the llvm-commits mailing list