Changes in directory nightlytest-serverside:
ProgramResults.php updated: 1.71 -> 1.72 --- Log message: Debugging #14 --- 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.71 nightlytest-serverside/ProgramResults.php:1.72 --- nightlytest-serverside/ProgramResults.php:1.71 Sat Sep 16 20:24:14 2006 +++ nightlytest-serverside/ProgramResults.php Sat Sep 16 20:25:22 2006 @@ -604,6 +604,7 @@ */ function getTestFailSet($id) { $test_hash = array(); + return $test_hash; $query = "SELECT program, result, measure FROM tests WHERE night=$id ORDER BY program ASC, measure ASC"; $program_query = mysql_query($query) or die (mysql_error()); while ($row = mysql_fetch_assoc($program_query)) { _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits