[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php
Jim Laskey
jlaskey at apple.com
Sat Sep 16 18:29:46 PDT 2006
Changes in directory nightlytest-serverside:
ProgramResults.php updated: 1.73 -> 1.74
---
Log message:
Debugging #16
---
Diffs of the changes: (+5 -0)
ProgramResults.php | 5 +++++
1 files changed, 5 insertions(+)
Index: nightlytest-serverside/ProgramResults.php
diff -u nightlytest-serverside/ProgramResults.php:1.73 nightlytest-serverside/ProgramResults.php:1.74
--- nightlytest-serverside/ProgramResults.php:1.73 Sat Sep 16 20:27:48 2006
+++ nightlytest-serverside/ProgramResults.php Sat Sep 16 20:29:31 2006
@@ -609,6 +609,10 @@
while ($row = mysql_fetch_assoc($program_query)) {
if (!isTestPass($row['result'])) {
$program = trimTestPath($row['program']);
+ $test_hash[$program] = $row['measure'];
+
+/*
+
$result = $test_hash[$program];
if ($isset($result)) {
$result .= ", " . $row['measure'];
@@ -616,6 +620,7 @@
$result = $row['measure'];
}
$test_hash[$program] = $result;
+ */
}
}
mysql_free_result($program_query);
More information about the llvm-commits
mailing list