| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 36073
|
|
|
|
| |
llvm-svn: 36072
|
|
|
|
|
|
|
|
|
| |
1. Only read the first 1024 bytes of the file. The RUN: lines should all be
within that amount of space. This keeps I/O costs down when reading
very large files.
2. Print PR numbers with a PR prefix so it is clear what they are.
llvm-svn: 36071
|
|
|
|
| |
llvm-svn: 36070
|
|
|
|
| |
llvm-svn: 36069
|
|
|
|
|
|
| |
Update to new Tcl exec based test harness.
llvm-svn: 36068
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to new Tcl exec based test framework. This exposes three regressions
in llvm-upgrade:
test/Assembler/2002-08-19-BytecodeReader.llx
test/Assembler/2003-08-21-ConstantExprCast-Fold.llx
test/Assembler/2004-01-11-getelementptrfolding.llx
llvm-svn: 36067
|
|
|
|
|
|
| |
Upgrade to use new Tcl exec based test harness.
llvm-svn: 36066
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to use new Tcl exec based test harness. This exposes 3 bugs that
were previously not being reported:
test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
test/Transforms/GlobalOpt/memset.ll
test/Transforms/IndVarsSimplify/exit_value_tests.llx
llvm-svn: 36065
|
|
|
|
| |
llvm-svn: 36064
|
|
|
|
|
|
| |
Upgrade to use new Tcl exec based test harness.
llvm-svn: 36062
|
|
|
|
|
|
| |
Convert to use the new Tcl expr based test harness.
llvm-svn: 36061
|
|
|
|
|
|
|
| |
Make use of the END. facility on all files > 1K so that we aren't wasting CPU
cycles searching for RUN: lines that we'll never find.
llvm-svn: 36059
|
|
|
|
| |
llvm-svn: 36058
|
|
|
|
| |
llvm-svn: 36057
|
|
|
|
| |
llvm-svn: 36056
|
|
|
|
|
|
| |
Upgrade to use new Tcl exec based test harness
llvm-svn: 36055
|
|
|
|
| |
llvm-svn: 36054
|
|
|
|
|
|
| |
Upgrade tests to new Tcl exec based test harness requirements.
llvm-svn: 36053
|
|
|
|
| |
llvm-svn: 36052
|
|
|
|
|
|
|
|
|
|
| |
the "check-one" target. This was necessitated by the change in the test
harness to fully use Tcl's "exec" function and avoid shell scripts
altogether. Consequently, to be accurate, TestRunner.sh needs to invoke the
same environment as dejagnu would, but for just a single test. That's what
the make target "check-one" does so we just invoke it here.
llvm-svn: 36051
|
|
|
|
| |
llvm-svn: 36050
|
|
|
|
|
|
|
|
| |
make check-one TESTONE=test/path/to/test.ll
This runs a single check in exactly the same way that dejagnu runs it.
llvm-svn: 36049
|
|
|
|
| |
llvm-svn: 36048
|
|
|
|
|
|
| |
Convert to new test system. This exposes IsDigit.ll as failing.
llvm-svn: 36046
|
|
|
|
|
|
| |
Conver to new test system.
llvm-svn: 36045
|
|
|
|
| |
llvm-svn: 36044
|
|
|
|
| |
llvm-svn: 36043
|
|
|
|
| |
llvm-svn: 36042
|
|
|
|
| |
llvm-svn: 36041
|
|
|
|
| |
llvm-svn: 36039
|
|
|
|
| |
llvm-svn: 36038
|
|
|
|
| |
llvm-svn: 36036
|
|
|
|
| |
llvm-svn: 36033
|
|
|
|
| |
llvm-svn: 36029
|
|
|
|
|
|
| |
Convert to new test system. This exposes test/Transforms/ConstProp/calls.ll
llvm-svn: 36027
|
|
|
|
| |
llvm-svn: 36026
|
|
|
|
| |
llvm-svn: 36024
|
|
|
|
|
|
| |
Convert to new test system.
llvm-svn: 36023
|
|
|
|
|
|
|
| |
functions and Tcl's just tickled with that. The fix is to give the "new"
test system a different interface function name.
llvm-svn: 36022
|
|
|
|
| |
llvm-svn: 36021
|
|
|
|
|
|
| |
because of the tclification. :(
llvm-svn: 36019
|
|
|
|
| |
llvm-svn: 36018
|
|
|
|
| |
llvm-svn: 36014
|
|
|
|
|
|
| |
Upgrade tests to work with new llvm.exp version of llvm_runtest.
llvm-svn: 36013
|
|
|
|
| |
llvm-svn: 36012
|
|
|
|
|
|
|
|
|
|
|
|
| |
More improvements:
1. Using ::errorInfo wasn't such a hot idea. Go back to just printing the
offending line of code and the stderr output. This is sufficient and
not entangled with Tcl goop.
2. Capture the problem report numbers and report them whether pass or fail.
This helps quickly get some context when a test fails, if it has an
associated PR number.
llvm-svn: 36010
|
|
|
|
|
|
| |
that it found to be broken.
llvm-svn: 36009
|
|
|
|
|
|
| |
Convert to use new llvm.exp version of llvm_testrun
llvm-svn: 36008
|
|
|
|
|
|
| |
2. Only match \ at the *end* of a line.
llvm-svn: 36007
|