summaryrefslogtreecommitdiff
path: root/test/Archive
AgeCommit message (Expand)Author
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-07-02Avoid writing to an arbitrary filename during the test run by writing toChandler Carruth
2011-05-05Many LLVM tests relies on standard output stream be in the binary mode. Which...Galina Kistanova
2010-12-07Revert test/Archive/check_binary_output.ll". It fails on a buildbot.NAKAMURA Takumi
2010-12-07test/Archive/check_binary_output.ll: Add a new test to check output of 'llvm-...NAKAMURA Takumi
2010-12-02test/Archive/extract.ll: Use cmp instead of diff. Thanks to Danil Malyshev!NAKAMURA Takumi
2010-12-01test/Archive: FileCheck-ize, and remove *.toc. These may be CRLF-tolerant.NAKAMURA Takumi
2010-08-04These tests are no longer stored in *CVS*.Dan Gohman
2010-02-04fix a broken archive that was breaking dejagnu only (not lit)Chris Lattner
2010-02-04From PR6228:Chris Lattner
2009-09-08Merge Archive/extract* tests into one; this avoids a race when tests are run inDaniel Dunbar
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2007-07-23Delete the svn:executable property on these files, which aren't executable.Dan Gohman
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-16This needs to stay in the old bytecode format.Reid Spencer
2007-04-16This tests aren't particularly interesting. They are redundant with theReid Spencer
2007-04-16Update for 2.0 bytecode format.Reid Spencer
2007-04-15For PR1336:Reid Spencer
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2005-10-31Apparently these do pass on some alphasChris Lattner
2005-10-31these tests fail on alpha for some reasonChris Lattner
2004-11-27Don't depend on grep or sed to be portable at all. Just compare againstReid Spencer
2004-11-27Put the expected tables of contents of the test archives into separateReid Spencer
2004-11-27Use grep instead of sed because on Solaris sed doesn't copy null bytes andReid Spencer
2004-11-27Accommodate the braindead Solaris "diff" that doesn't understand the -qReid Spencer
2004-11-22Make sure output goes in the temporary/output directory.Reid Spencer
2004-11-21* Undo previous commit that breaks the test.Reid Spencer
2004-11-21* Undo previous commit that breaks the test.Reid Spencer
2004-11-21Test archive built with GNU ar(1).Reid Spencer
2004-11-20Removing unnecessary copies. Use %p to reference them.Tanya Lattner
2004-11-20An llvm-ar test.Reid Spencer
2004-11-20Provide the srcdir variable.Reid Spencer
2004-11-20Describe the Archive test suite.Reid Spencer
2004-11-20Contents separated into individual tests.Reid Spencer
2004-11-19Test case for reading MacOSX archives.Reid Spencer
2004-11-19MacOSX test archive (buggy).Reid Spencer
2004-11-19Make sure we can read an archive after it has been ranlib'dReid Spencer
2004-11-19Test case for xpg4 style archive files.Reid Spencer
2004-11-19Test reading of SVR4 style archives with llvm-arReid Spencer
2004-11-19Test case for reading SVR4 style archives.Reid Spencer
2004-11-19Solaris built archives in SVR4 and XPG4 styles.Reid Spencer
2004-11-19A test file that goes into the test archive.Reid Spencer
2004-11-19Obligatory DejaGnu/expect file.Reid Spencer