[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php
Jim Laskey
jlaskey at apple.com
Wed Aug 30 12:40:05 PDT 2006
Changes in directory nightlytest-serverside:
ProgramResults.php updated: 1.11 -> 1.12
---
Log message:
Debugging newly pass fail report attempt #3.
---
Diffs of the changes: (+4 -2)
ProgramResults.php | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Index: nightlytest-serverside/ProgramResults.php
diff -u nightlytest-serverside/ProgramResults.php:1.11 nightlytest-serverside/ProgramResults.php:1.12
--- nightlytest-serverside/ProgramResults.php:1.11 Wed Aug 30 13:51:55 2006
+++ nightlytest-serverside/ProgramResults.php Wed Aug 30 14:39:51 2006
@@ -552,8 +552,9 @@
$test_key = "{$row['measure']} - {$row['program']}";
if(isset($test_hash[$test_key]) &&
strcmp($test_hash[$test_key], $row['result'])!==0){
- $result .= $test_key . "<br>\n";
+// $result .= $test_key . "<br>\n";
}
+ $result .= $test_key . "<br>\n";
}
mysql_free_result($program_query);
}
@@ -597,8 +598,9 @@
$test_key = "{$row['measure']} - {$row['program']}";
if(isset($test_hash[$test_key]) &&
strcmp($test_hash[$test_key], $row['result'])!==0){
- $result .= $test_key . "<br>\n";
+// $result .= $test_key . "<br>\n";
}
+ $result .= $test_key . "<br>\n";
}
mysql_free_result($program_query);
}
More information about the llvm-commits
mailing list