Changes in directory llvm/test/Assembler:
2003-05-21-MalformedShiftCrash.llx updated: 1.7 -> 1.8 2003-05-21-MalformedStructCrash.llx updated: 1.6 -> 1.7 --- 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: (+2 -2) 2003-05-21-MalformedShiftCrash.llx | 2 +- 2003-05-21-MalformedStructCrash.llx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/Assembler/2003-05-21-MalformedShiftCrash.llx diff -u llvm/test/Assembler/2003-05-21-MalformedShiftCrash.llx:1.7 llvm/test/Assembler/2003-05-21-MalformedShiftCrash.llx:1.8 --- llvm/test/Assembler/2003-05-21-MalformedShiftCrash.llx:1.7 Mon Apr 16 10:00:39 2007 +++ llvm/test/Assembler/2003-05-21-MalformedShiftCrash.llx Mon Apr 16 12:36:06 2007 @@ -1,4 +1,4 @@ ; Found by inspection of the code -; RUN: llvm-as < %s > /dev/null |& grep "Logical operator requires integral" +; RUN: llvm-as < %s > /dev/null |& grep {Logical operator requires integral} global i32 ashr (float 1.0, float 2.0) Index: llvm/test/Assembler/2003-05-21-MalformedStructCrash.llx diff -u llvm/test/Assembler/2003-05-21-MalformedStructCrash.llx:1.6 llvm/test/Assembler/2003-05-21-MalformedStructCrash.llx:1.7 --- llvm/test/Assembler/2003-05-21-MalformedStructCrash.llx:1.6 Mon Apr 16 10:00:39 2007 +++ llvm/test/Assembler/2003-05-21-MalformedStructCrash.llx Mon Apr 16 12:36:06 2007 @@ -1,4 +1,4 @@ ; Found by inspection of the code -; RUN: llvm-as < %s > /dev/null |& grep "Illegal number of init" +; RUN: llvm-as < %s > /dev/null |& grep {Illegal number of init} global {} { i32 7, float 1.0, i32 7, i32 8 } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits