[llvm-commits] CVS: llvm/test/lib/llvm2cpp.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm2cpp.exp updated: 1.6 - 1.7 --- Log message: Update the way llvm2cpp tests are done: 1. Make sure bytecode/assembly inputs are always redirected stdin so that the module name is stdin. This helps not get false negatives when the diff is done. 2.

[llvm-commits] CVS: llvm/test/lib/llvm2cpp.exp

2006-06-01 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm2cpp.exp updated: 1.4 - 1.5 --- Log message: Fix gcc command line options after LLVMCore and LLVMbzip2 became archive libraries. --- Diffs of the changes: (+1 -1) llvm2cpp.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/test/lib/llvm2cpp.exp

2006-05-30 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm2cpp.exp updated: 1.3 - 1.4 --- Log message: 1. No need to thwart this test with an environment variable. Turning it off is the default and handled by the makefile system and runtest 2. Redirect stderr of llvm-as and llvm2cpp so that warning messages

[llvm-commits] CVS: llvm/test/lib/llvm2cpp.exp

2006-05-28 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm2cpp.exp updated: 1.1 - 1.2 --- Log message: Fix a problem where dejagnu won't accept the value of global tcl variable libdir for some reason. Changing to llvmlibsdir instead fixes it. --- Diffs of the changes: (+5 -6) llvm2cpp.exp | 11

[llvm-commits] CVS: llvm/test/lib/llvm2cpp.exp

2006-05-27 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm2cpp.exp added (r1.1) --- Log message: Provide an infrastructure for testing the llvm2cpp program (yet to be committed). This infrastructure is only activated when RUNLLVM2CPP=1 is specified on the make command line. Currently it is only supported in