Changes in directory nightlytest-serverside:
ProgramResults.php updated: 1.79 -> 1.80 --- Log message: try this for a while --- Diffs of the changes: (+2 -2) ProgramResults.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: nightlytest-serverside/ProgramResults.php diff -u nightlytest-serverside/ProgramResults.php:1.79 nightlytest-serverside/ProgramResults.php:1.80 --- nightlytest-serverside/ProgramResults.php:1.79 Sat Sep 16 20:43:30 2006 +++ nightlytest-serverside/ProgramResults.php Sat Sep 16 20:46:57 2006 @@ -609,7 +609,7 @@ while ($row = mysql_fetch_assoc($program_query)) { if (!isTestPass($row['result'])) { $program = trimTestPath($row['program']); - $measure = $row['measure']; + $measure = strtoupper($row['measure']); $result = $test_hash[$program]; if (isset($result)) { $result .= ", " . $measure; @@ -636,7 +636,7 @@ while ($row = mysql_fetch_assoc($program_query)) { if (isTestPass($row['result'])) { $program = trimTestPath($row['program']); - $measure = $row['measure']; + $measure = strtoupper($row['measure']); $result = $test_hash[$program]; if (strpos("$result", $measure) !== false) { $passing .= "$program [$measure]\n"; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits