[llvm-commits] CVS: llvm/test/Programs/DiffOutput.sh

Alkis Evlogimenos alkis at cs.uiuc.edu
Sun Jan 11 23:25:01 PST 2004


Changes in directory llvm/test/Programs:

DiffOutput.sh updated: 1.14 -> 1.15

---
Log message:

Change output to include the actual program tested (lli, llc, llc-ls,
jit, jit-ls, cbe). Also remove the string FAILED from the second line
so that grepping on FAILED on the output will create only one line per
failed test per program.


---
Diffs of the changes:  (+2 -2)

Index: llvm/test/Programs/DiffOutput.sh
diff -u llvm/test/Programs/DiffOutput.sh:1.14 llvm/test/Programs/DiffOutput.sh:1.15
--- llvm/test/Programs/DiffOutput.sh:1.14	Thu Jan  8 15:37:19 2004
+++ llvm/test/Programs/DiffOutput.sh	Sun Jan 11 23:24:26 2004
@@ -44,9 +44,9 @@
 # Diff the two files.
 $DIFF -u $GOODOUTPUT $TESTOUTPUT > $DIFFOUTPUT || (
   # They are different!
-  echo "******************** TEST '$PROG' FAILED! ********************"
+  echo "******************** TEST ($WHICHOUTPUT) '$PROG' FAILED! ********************"
   echo "Execution Context Diff:"
   head -n 200 $DIFFOUTPUT | cat -v
   rm $DIFFOUTPUT
-  echo "******************** TEST '$PROG' FAILED! ********************"
+  echo "******************** TEST ($WHICHOUTPUT) '$PROG' ****************************"
 )





More information about the llvm-commits mailing list