[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php
Jim Laskey
jlaskey at apple.com
Mon Sep 11 11:47:43 PDT 2006
Changes in directory nightlytest-serverside:
ProgramResults.php updated: 1.52 -> 1.53
---
Log message:
Isolating why #5
---
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.52 nightlytest-serverside/ProgramResults.php:1.53
--- nightlytest-serverside/ProgramResults.php:1.52 Mon Sep 11 13:33:07 2006
+++ nightlytest-serverside/ProgramResults.php Mon Sep 11 13:47:29 2006
@@ -624,8 +624,8 @@
$ispassing = isTestPass($row['result']);
if (strcmp($program, "/Volumes/Muggles/LLVM/nightlytest/build/llvm/test/Regression/Transforms/TailDup/MergeTest.ll") == 0) {
- $result = "MergeTest.ll " . $test_hash[$program] . " " . $row['result'] . " " .
- ($wasfailing ? "was failing " : " ") . ($ispassing ? "is passing\n" : "\n");
+ $result = "MergeTest.ll (" . $test_hash[$program] . ") (" . $row['result'] . ") " .
+ ($wasfailing ? "was failing " : "was passing") . ($ispassing ? "is passing\n" : "is failing\n");
}
if ($wasfailing && $ispassing) {
More information about the llvm-commits
mailing list