Changes in directory llvm/test/Regression/Assembler:
2002-07-25-ParserAssertionFailure.llx updated: 1.2 -> 1.3 2003-12-30-TypeMapInvalidMemory.llx updated: 1.2 -> 1.3 2004-06-07-VerifierBug.llx updated: 1.1 -> 1.2 2004-09-29-VerifierIsReallySlow.llx updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. --- Diffs of the changes: (+4 -3) 2002-07-25-ParserAssertionFailure.llx | 2 +- 2003-12-30-TypeMapInvalidMemory.llx | 1 + 2004-06-07-VerifierBug.llx | 2 +- 2004-09-29-VerifierIsReallySlow.llx | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/test/Regression/Assembler/2002-07-25-ParserAssertionFailure.llx diff -u llvm/test/Regression/Assembler/2002-07-25-ParserAssertionFailure.llx:1.2 llvm/test/Regression/Assembler/2002-07-25-ParserAssertionFailure.llx:1.3 --- llvm/test/Regression/Assembler/2002-07-25-ParserAssertionFailure.llx:1.2 Mon Sep 15 15:01:21 2003 +++ llvm/test/Regression/Assembler/2002-07-25-ParserAssertionFailure.llx Fri Dec 29 14:01:32 2006 @@ -1,6 +1,6 @@ ; Make sure we don't get an assertion failure, even though this is a parse ; error -; RUN: llvm-as < %s 2>&1 | grep 'No arguments' +; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f 2>&1 | grep 'No arguments' %ty = type void (int) Index: llvm/test/Regression/Assembler/2003-12-30-TypeMapInvalidMemory.llx diff -u llvm/test/Regression/Assembler/2003-12-30-TypeMapInvalidMemory.llx:1.2 llvm/test/Regression/Assembler/2003-12-30-TypeMapInvalidMemory.llx:1.3 --- llvm/test/Regression/Assembler/2003-12-30-TypeMapInvalidMemory.llx:1.2 Mon Mar 21 11:55:41 2005 +++ llvm/test/Regression/Assembler/2003-12-30-TypeMapInvalidMemory.llx Fri Dec 29 14:01:32 2006 @@ -3,3 +3,4 @@ %d_reduction_0_dparser_gram = global { int (sbyte*, sbyte**, int, int, { %struct.Grammar*, void (\4, %struct.d_loc_t*, sbyte**)*, %struct.D_Scope*, void (\4)*, { int, %struct.d_loc_t, sbyte*, sbyte*, %struct.D_Scope*, void (\8, %struct.d_loc_t*, sbyte**)*, %struct.Grammar*, %struct.ParseNode_User }* (\4, int, { int, %struct.d_loc_t, sbyte*, sbyte*, %struct.D_Scope*, void (\9, %struct.d_loc_t*, sbyte**)*, %struct.Grammar*, %struct.ParseNode_User }**)*, void ({ int, %struct.d_loc_t, sbyte*, sbyte*, %struct.D_Scope*, void (\8, %struct.d_loc_t*, sbyte**)*, %struct.Grammar*, %struct.ParseNode_User }*)*, %struct.d_loc_t, int, int, int, int, int, int, int, int, int, int, int, int }*)*, int (sbyte*, sbyte**, int, int, { %struct.Grammar*, void (\4, %struct.d_loc_t*, sbyte**)*, %struct.D_Scope*, void (\4)*, { int, %struct.d_loc_t, sbyte*, sbyte*, %struct.D_Scope*, void (\8, %struct.d_loc_t*, sbyte**)*, %struct.Grammar*, %struct.ParseNode_User }* (\4, int, { int, %struct.d_loc_t, sbyt! e*, sbyte*, %struct.D_Scope*, void (\9, %struct.d_loc_t*, sbyte**)*, %struct.Grammar*, %struct.ParseNode_User }**)*, void ({ int, %struct.d_loc_t, sbyte*, sbyte*, %struct.D_Scope*, void (\8, %struct.d_loc_t*, sbyte**)*, %struct.Grammar*, %struct.ParseNode_User }*)*, %struct.d_loc_t, int, int, int, int, int, int, int, int, int, int, int, int }*)** } { int (sbyte*, sbyte**, int, int, { %struct.Grammar*, void (\4, %struct.d_loc_t*, sbyte**)*, %struct.D_Scope*, void (\4)*, { int, %struct.d_loc_t, sbyte*, sbyte*, %struct.D_Scope*, void (\8, %struct.d_loc_t*, sbyte**)*, %struct.Grammar*, %struct.ParseNode_User }* (\4, int, { int, %struct.d_loc_t, sbyte*, sbyte*, %struct.D_Scope*, void (\9, %struct.d_loc_t*, sbyte**)*, %struct.Grammar*, %struct.ParseNode_User }**)*, void ({ int, %struct.d_loc_t, sbyte*, sbyte*, %struct.D_Scope*, void (\8, %struct.d_loc_t*, sbyte**)*, %struct.Grammar*, %struct.ParseNode_User }*)*, %struct.d_loc_t, int, int, int, int, int, int, int, int, int, int, i! nt, int }*)* null, int (sbyte*, sbyte**, int, int, { %struct.G! rammar*, void (\4, %struct.d_loc_t*, sbyte**)*, %struct.D_Scope*, void (\4)*, { int, %struct.d_loc_t, sbyte*, sbyte*, %struct.D_Scope*, void (\8, %struct.d_loc_t*, sbyte**)*, %struct.Grammar*, %struct.ParseNode_User }* (\4, int, { int, %struct.d_loc_t, sbyte*, sbyte*, %struct.D_Scope*, void (\9, %struct.d_loc_t*, sbyte**)*, %struct.Grammar*, %struct.ParseNode_User }**)*, void ({ int, %struct.d_loc_t, sbyte*, sbyte*, %struct.D_Scope*, void (\8, %struct.d_loc_t*, sbyte**)*, %struct.Grammar*, %struct.ParseNode_User }*)*, %struct.d_loc_t, int, int, int, int, int, int, int, int, int, int, int, int }*)** null } +implementation Index: llvm/test/Regression/Assembler/2004-06-07-VerifierBug.llx diff -u llvm/test/Regression/Assembler/2004-06-07-VerifierBug.llx:1.1 llvm/test/Regression/Assembler/2004-06-07-VerifierBug.llx:1.2 --- llvm/test/Regression/Assembler/2004-06-07-VerifierBug.llx:1.1 Mon Jun 7 18:07:09 2004 +++ llvm/test/Regression/Assembler/2004-06-07-VerifierBug.llx Fri Dec 29 14:01:32 2006 @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s > /dev/null +; RUN: llvm-upgrade < %s | llvm-as > /dev/null void %t() { entry: ret void Index: llvm/test/Regression/Assembler/2004-09-29-VerifierIsReallySlow.llx diff -u llvm/test/Regression/Assembler/2004-09-29-VerifierIsReallySlow.llx:1.1 llvm/test/Regression/Assembler/2004-09-29-VerifierIsReallySlow.llx:1.2 --- llvm/test/Regression/Assembler/2004-09-29-VerifierIsReallySlow.llx:1.1 Wed Sep 29 15:07:25 2004 +++ llvm/test/Regression/Assembler/2004-09-29-VerifierIsReallySlow.llx Fri Dec 29 14:01:32 2006 @@ -1,6 +1,6 @@ ; Check to see that the verifier does not take an outrageous amount of time on ; this testcase. -; RUN: llvm-as < %s -o /dev/null -f +; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f "complex long double" = type { double, double } "struct.std::dcomplex" = type { "complex long double" } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits