index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Archive
Age
Commit message (
Expand
)
Author
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2011-07-02
Avoid writing to an arbitrary filename during the test run by writing to
Chandler Carruth
2011-05-05
Many LLVM tests relies on standard output stream be in the binary mode. Which...
Galina Kistanova
2010-12-07
Revert test/Archive/check_binary_output.ll". It fails on a buildbot.
NAKAMURA Takumi
2010-12-07
test/Archive/check_binary_output.ll: Add a new test to check output of 'llvm-...
NAKAMURA Takumi
2010-12-02
test/Archive/extract.ll: Use cmp instead of diff. Thanks to Danil Malyshev!
NAKAMURA Takumi
2010-12-01
test/Archive: FileCheck-ize, and remove *.toc. These may be CRLF-tolerant.
NAKAMURA Takumi
2010-08-04
These tests are no longer stored in *CVS*.
Dan Gohman
2010-02-04
fix a broken archive that was breaking dejagnu only (not lit)
Chris Lattner
2010-02-04
From PR6228:
Chris Lattner
2009-09-08
Merge Archive/extract* tests into one; this avoids a race when tests are run in
Daniel Dunbar
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2007-07-23
Delete the svn:executable property on these files, which aren't executable.
Dan Gohman
2007-06-29
Convert .cvsignore files
John Criswell
2007-04-16
This needs to stay in the old bytecode format.
Reid Spencer
2007-04-16
This tests aren't particularly interesting. They are redundant with the
Reid Spencer
2007-04-16
Update for 2.0 bytecode format.
Reid Spencer
2007-04-15
For PR1336:
Reid Spencer
2007-04-15
For PR1319: Upgrade to new test harness.
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2006-04-12
Added the ability to xfail based on llvmgcc version
Tanya Lattner
2006-03-23
Tired of wading through cvs's list ? files that are generated when building
Reid Spencer
2005-10-31
Apparently these do pass on some alphas
Chris Lattner
2005-10-31
these tests fail on alpha for some reason
Chris Lattner
2004-11-27
Don't depend on grep or sed to be portable at all. Just compare against
Reid Spencer
2004-11-27
Put the expected tables of contents of the test archives into separate
Reid Spencer
2004-11-27
Use grep instead of sed because on Solaris sed doesn't copy null bytes and
Reid Spencer
2004-11-27
Accommodate the braindead Solaris "diff" that doesn't understand the -q
Reid Spencer
2004-11-22
Make 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-21
Test archive built with GNU ar(1).
Reid Spencer
2004-11-20
Removing unnecessary copies. Use %p to reference them.
Tanya Lattner
2004-11-20
An llvm-ar test.
Reid Spencer
2004-11-20
Provide the srcdir variable.
Reid Spencer
2004-11-20
Describe the Archive test suite.
Reid Spencer
2004-11-20
Contents separated into individual tests.
Reid Spencer
2004-11-19
Test case for reading MacOSX archives.
Reid Spencer
2004-11-19
MacOSX test archive (buggy).
Reid Spencer
2004-11-19
Make sure we can read an archive after it has been ranlib'd
Reid Spencer
2004-11-19
Test case for xpg4 style archive files.
Reid Spencer
2004-11-19
Test reading of SVR4 style archives with llvm-ar
Reid Spencer
2004-11-19
Test case for reading SVR4 style archives.
Reid Spencer
2004-11-19
Solaris built archives in SVR4 and XPG4 styles.
Reid Spencer
2004-11-19
A test file that goes into the test archive.
Reid Spencer
2004-11-19
Obligatory DejaGnu/expect file.
Reid Spencer