aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Do not multiply define symbolChris Lattner2004-12-031-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18461 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for PR472Chris Lattner2004-12-031-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18458 91177308-0d34-0410-b5e6-96231b3b80d8
* These lookup symbols with leading underscores, which currently fails inJohn Criswell2004-12-022-0/+2
| | | | | | | | the PowerPC JIT. Hence, they are XFAILs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18443 91177308-0d34-0410-b5e6-96231b3b80d8
* This program doesn't break anything anymore.Chris Lattner2004-12-021-13/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18411 91177308-0d34-0410-b5e6-96231b3b80d8
* Added TCLSH var to site.exp.Tanya Lattner2004-11-301-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18396 91177308-0d34-0410-b5e6-96231b3b80d8
* Move this from the C test suiteChris Lattner2004-11-301-0/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18395 91177308-0d34-0410-b5e6-96231b3b80d8
* This is a c++ testChris Lattner2004-11-301-22/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18394 91177308-0d34-0410-b5e6-96231b3b80d8
* Add back -e, which apparently works in sh's echo but not tcsh's, which doesChris Lattner2004-11-301-1/+1
| | | | | | | not need it. Also, grep some output so we know that this command does something. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18393 91177308-0d34-0410-b5e6-96231b3b80d8
* If TESTSUITE is set, we obviously want to run dejagnuChris Lattner2004-11-301-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18392 91177308-0d34-0410-b5e6-96231b3b80d8
* do not pass -e into llvm-db as a command.Chris Lattner2004-11-301-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18390 91177308-0d34-0410-b5e6-96231b3b80d8
* Put the output in the temporary locationChris Lattner2004-11-301-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18389 91177308-0d34-0410-b5e6-96231b3b80d8
* This is a cross platform fail, failing on freebsd as wellChris Lattner2004-11-301-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18388 91177308-0d34-0410-b5e6-96231b3b80d8
* This was fixed with the recent tester changes.Chris Lattner2004-11-301-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18385 91177308-0d34-0410-b5e6-96231b3b80d8
* This passes on darwin nowChris Lattner2004-11-301-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18380 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that crashes the PPC BEChris Lattner2004-11-301-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18375 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-11-301-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18373 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding timeout for a test.Tanya Lattner2004-11-301-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18372 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that crashes the PPC backendChris Lattner2004-11-301-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18370 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for simplifycfgChris Lattner2004-11-301-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18367 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the test to match the optimization. The optimization can let someReid Spencer2004-11-281-1/+1
| | | | | | | | casts through, but they will only be sbyte -> ubyte in this test case so make sure we don't let any other kinds through. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18313 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase. The store is not dead here.Chris Lattner2004-11-281-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18307 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for PR463Chris Lattner2004-11-281-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18304 91177308-0d34-0410-b5e6-96231b3b80d8
* Correct the RUN line to remove unneeded parameters and make sure the testReid Spencer2004-11-281-1/+1
| | | | | | | case is testing the right thing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18302 91177308-0d34-0410-b5e6-96231b3b80d8
* Test case for PR454Reid Spencer2004-11-281-0/+159
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18301 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR447Chris Lattner2004-11-281-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18298 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR360Chris Lattner2004-11-281-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18296 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR244Chris Lattner2004-11-281-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18294 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR397Chris Lattner2004-11-271-0/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18292 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2004-11-271-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18290 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-11-271-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18284 91177308-0d34-0410-b5e6-96231b3b80d8
* Pass in llvmgxxChris Lattner2004-11-271-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18283 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR424Chris Lattner2004-11-271-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18281 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2004-11-271-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18272 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't depend on grep or sed to be portable at all. Just compare againstReid Spencer2004-11-278-36/+6
| | | | | | | static test files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18271 91177308-0d34-0410-b5e6-96231b3b80d8
* Put the expected tables of contents of the test archives into separateReid Spencer2004-11-274-0/+12
| | | | | | | files so we don't have to process them at test time at all. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18270 91177308-0d34-0410-b5e6-96231b3b80d8
* Use grep instead of sed because on Solaris sed doesn't copy null bytes andReid Spencer2004-11-278-6/+6
| | | | | | | it needs to in order for the bug in MacOSX archives to be tested correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18269 91177308-0d34-0410-b5e6-96231b3b80d8
* Accommodate the braindead Solaris "diff" that doesn't understand the -qReid Spencer2004-11-274-4/+4
| | | | | | | option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18268 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase basicaa should handleChris Lattner2004-11-261-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18260 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR451Chris Lattner2004-11-251-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18236 91177308-0d34-0410-b5e6-96231b3b80d8
* Exit only with a value from 0-255.Chris Lattner2004-11-221-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18119 91177308-0d34-0410-b5e6-96231b3b80d8
* %p is expanded by dejagnu, avoid it in the test.Chris Lattner2004-11-221-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18118 91177308-0d34-0410-b5e6-96231b3b80d8
* Pull out failing test into a seperate file, which is xfailedChris Lattner2004-11-222-6/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18117 91177308-0d34-0410-b5e6-96231b3b80d8
* This was fixedChris Lattner2004-11-221-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18116 91177308-0d34-0410-b5e6-96231b3b80d8
* These tests really are failing, do not let them accidentally be XPASS.Chris Lattner2004-11-225-5/+5
| | | | | | | | Note that apparently 'failing command | succeeding command' is a fail on csh but not on sh. :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18114 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't stop make if there are XFAIL or XPASSesChris Lattner2004-11-221-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18113 91177308-0d34-0410-b5e6-96231b3b80d8
* Make sure output goes in the temporary/output directory.Reid Spencer2004-11-224-9/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18096 91177308-0d34-0410-b5e6-96231b3b80d8
* * Undo previous commit that breaks the test.Reid Spencer2004-11-213-4/+6
| | | | | | | | | | | | * Correct the test to work when srcdir == objdir. NOTE: Since multiple tests run from the same source archive and llvm-ranlib changes the archive, these tests MUST work on a copy of the archive or else this test corrupts the archive file subsequent tests or subsequent runs of the test suite. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18094 91177308-0d34-0410-b5e6-96231b3b80d8
* * Undo previous commit that breaks the test.Reid Spencer2004-11-211-2/+3
| | | | | | | | | | | | * Correct the test to work when srcdir == objdir. NOTE: Since multiple tests run from the same source archive and llvm-ranlib changes the archive, these tests MUST work on a copy of the archive or else this test corrupts the archive file subsequent tests or subsequent runs of the test suite. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18093 91177308-0d34-0410-b5e6-96231b3b80d8
* Test archive built with GNU ar(1).Reid Spencer2004-11-211-0/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18076 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding missing dg file.Tanya Lattner2004-11-201-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18062 91177308-0d34-0410-b5e6-96231b3b80d8