summaryrefslogtreecommitdiffstats
path: root/llvm/test
Commit message (Collapse)AuthorAgeFilesLines
* For PR1319: Upgrade to new test harnessReid Spencer2007-04-1538-104/+108
| | | | llvm-svn: 36073
* Fix this test to test what it was intended to test.Nick Lewycky2007-04-151-1/+1
| | | | llvm-svn: 36072
* Two improvements:Reid Spencer2007-04-151-2/+2
| | | | | | | | | 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
* For PR1319: Upgrade to new test harnessReid Spencer2007-04-1510-18/+17
| | | | llvm-svn: 36070
* For PR1319: Upgrade to new test harnessReid Spencer2007-04-152-3/+5
| | | | llvm-svn: 36069
* For PR1319:Reid Spencer2007-04-151-2/+2
| | | | | | Update to new Tcl exec based test harness. llvm-svn: 36068
* For PR1319:Reid Spencer2007-04-1520-34/+39
| | | | | | | | | | 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
* For PR1319:Reid Spencer2007-04-1510-16/+20
| | | | | | Upgrade to use new Tcl exec based test harness. llvm-svn: 36066
* For PR1319:Reid Spencer2007-04-1575-98/+128
| | | | | | | | | | 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
* Update tests for the disappearance of -idom.Owen Anderson2007-04-153-10/+2
| | | | llvm-svn: 36064
* For PR1319:Reid Spencer2007-04-1554-87/+114
| | | | | | Upgrade to use new Tcl exec based test harness. llvm-svn: 36062
* For PR1319:Reid Spencer2007-04-156-9/+15
| | | | | | Convert to use the new Tcl expr based test harness. llvm-svn: 36061
* For PR1319:Reid Spencer2007-04-1535-7/+41
| | | | | | | 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
* Fix this test in a slightly more obvious way.Reid Spencer2007-04-151-1/+1
| | | | llvm-svn: 36058
* No, don't cancel all remaining tests, just the one that failed!Reid Spencer2007-04-151-1/+1
| | | | llvm-svn: 36057
* Abandone the entire test case on the first error.Reid Spencer2007-04-151-4/+7
| | | | llvm-svn: 36056
* For PR1319:Reid Spencer2007-04-155-9/+10
| | | | | | Upgrade to use new Tcl exec based test harness llvm-svn: 36055
* Use %prcontext, $prcontext is not resolving for some reason.Reid Spencer2007-04-151-1/+1
| | | | llvm-svn: 36054
* PR1319:Reid Spencer2007-04-153-4/+6
| | | | | | Upgrade tests to new Tcl exec based test harness requirements. llvm-svn: 36053
* Make it possible to run this from within subdirectories of llvm/testReid Spencer2007-04-151-1/+18
| | | | llvm-svn: 36052
* Reimplement in terms of the support for this feature in the makefiles withReid Spencer2007-04-151-36/+1
| | | | | | | | | | 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
* Echo command lines only if the user wants them.Reid Spencer2007-04-151-1/+1
| | | | llvm-svn: 36050
* Add a new testing target: check-one. It is used like this:Reid Spencer2007-04-151-0/+19
| | | | | | | | 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
* This test case is incorrect. Remove it.Zhou Sheng2007-04-151-14/+0
| | | | llvm-svn: 36048
* For PR1319:Reid Spencer2007-04-157-23/+36
| | | | | | Convert to new test system. This exposes IsDigit.ll as failing. llvm-svn: 36046
* For PR1319:Reid Spencer2007-04-156-9/+13
| | | | | | Conver to new test system. llvm-svn: 36045
* Allow replacement of %% with %Reid Spencer2007-04-151-0/+2
| | | | llvm-svn: 36044
* Keep lines a reasonable length.Reid Spencer2007-04-151-1/+2
| | | | llvm-svn: 36043
* Patch supplied by gabor.Jeff Cohen2007-04-151-1/+1
| | | | llvm-svn: 36042
* adjust per review commentsDale Johannesen2007-04-152-2/+2
| | | | llvm-svn: 36041
* new testcaseChris Lattner2007-04-151-0/+36
| | | | llvm-svn: 36039
* testcases for -fno-builtinDale Johannesen2007-04-152-0/+14
| | | | llvm-svn: 36038
* XFAIL this for now.Owen Anderson2007-04-141-0/+1
| | | | llvm-svn: 36036
* xfail for nowChris Lattner2007-04-141-0/+3
| | | | llvm-svn: 36033
* Oops. A little aggressive on the name changes there.Reid Spencer2007-04-141-8/+8
| | | | llvm-svn: 36029
* For PR1913:Reid Spencer2007-04-149-22/+31
| | | | | | Convert to new test system. This exposes test/Transforms/ConstProp/calls.ll llvm-svn: 36027
* fix test for linux hosts.Chris Lattner2007-04-141-1/+1
| | | | llvm-svn: 36026
* new testcaseChris Lattner2007-04-141-0/+9
| | | | llvm-svn: 36024
* For PR1319:Reid Spencer2007-04-141-2/+2
| | | | | | Convert to new test system. llvm-svn: 36023
* Changes to fix problems with "make check". Apparently you can redefineReid Spencer2007-04-147-9/+11
| | | | | | | 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
* Fix syntax.Reid Spencer2007-04-141-1/+1
| | | | llvm-svn: 36021
* manually upgrade test. Add a new test2. I have no way to see if this worksChris Lattner2007-04-141-22/+33
| | | | | | because of the tclification. :( llvm-svn: 36019
* Try some alternative syntax.Reid Spencer2007-04-143-5/+5
| | | | llvm-svn: 36018
* This test should have been updated with llvm 1.7!Reid Spencer2007-04-141-3/+3
| | | | llvm-svn: 36014
* For PR1319:Reid Spencer2007-04-14116-171/+199
| | | | | | Upgrade tests to work with new llvm.exp version of llvm_runtest. llvm-svn: 36013
* This test needs to use egrep.Reid Spencer2007-04-141-1/+1
| | | | llvm-svn: 36012
* For PR1319:Reid Spencer2007-04-141-6/+27
| | | | | | | | | | | | 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
* Convert test cases to new llvm.exp version of llvm_runtest and fix testsReid Spencer2007-04-146-7/+13
| | | | | | that it found to be broken. llvm-svn: 36009
* For PR1319:Reid Spencer2007-04-142-2/+2
| | | | | | Convert to use new llvm.exp version of llvm_testrun llvm-svn: 36008
* 1. Don't generate redundant copy of stderrReid Spencer2007-04-141-2/+2
| | | | | | 2. Only match \ at the *end* of a line. llvm-svn: 36007
OpenPOWER on IntegriCloud