Changes in directory llvm/test/Feature:
fold-fpcast.ll updated: 1.3 -> 1.4 forwardreftest.ll updated: 1.10 -> 1.11 inlineasm.ll updated: 1.4 -> 1.5 --- Log message: For PR1319: http://llvm.org/PR1319 : Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. --- Diffs of the changes: (+3 -5) fold-fpcast.ll | 1 - forwardreftest.ll | 1 - inlineasm.ll | 6 +++--- 3 files changed, 3 insertions(+), 5 deletions(-) Index: llvm/test/Feature/fold-fpcast.ll diff -u llvm/test/Feature/fold-fpcast.ll:1.3 llvm/test/Feature/fold-fpcast.ll:1.4 --- llvm/test/Feature/fold-fpcast.ll:1.3 Sat Apr 14 04:45:16 2007 +++ llvm/test/Feature/fold-fpcast.ll Mon Apr 16 12:36:07 2007 @@ -1,4 +1,3 @@ -; RUN: llvm-upgrade < %s | llvm-as | llvm-dis -o /dev/null -f && ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | not grep bitcast int %test1() { Index: llvm/test/Feature/forwardreftest.ll diff -u llvm/test/Feature/forwardreftest.ll:1.10 llvm/test/Feature/forwardreftest.ll:1.11 --- llvm/test/Feature/forwardreftest.ll:1.10 Wed Apr 11 17:40:46 2007 +++ llvm/test/Feature/forwardreftest.ll Mon Apr 16 12:36:07 2007 @@ -1,4 +1,3 @@ -; RUN: llvm-upgrade < %s | llvm-as | llvm-dis -o /dev/null -f && ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll ; RUN: diff %t1.ll %t2.ll Index: llvm/test/Feature/inlineasm.ll diff -u llvm/test/Feature/inlineasm.ll:1.4 llvm/test/Feature/inlineasm.ll:1.5 --- llvm/test/Feature/inlineasm.ll:1.4 Fri Dec 1 22:23:07 2006 +++ llvm/test/Feature/inlineasm.ll Mon Apr 16 12:36:07 2007 @@ -1,6 +1,6 @@ -; RUN: llvm-upgrade %s -o - | llvm-as -o /dev/null -f && -; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > Output/t1.ll && -; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll && +; RUN: llvm-upgrade %s -o - | llvm-as -o /dev/null -f +; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > Output/t1.ll +; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll ; RUN: diff Output/t1.ll Output/t2.ll _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits