Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests from test/Archive to test/Object. | Rafael Espindola | 2013-07-10 | 1 | -16/+0 |
| | | | | | | | | There is no lib/Archive anymore and some archive tests were in test/Archive and others in test/Object. Since archive is just one of the formats supported by lib/Object, test/Object is probably the best location. llvm-svn: 186038 | ||||
* | Avoid writing to an arbitrary filename during the test run by writing to | Chandler Carruth | 2011-07-02 | 1 | -8/+8 |
| | | | | | | a file descriptor. llvm-svn: 134355 | ||||
* | test/Archive/extract.ll: Use cmp instead of diff. Thanks to Danil Malyshev! | NAKAMURA Takumi | 2010-12-02 | 1 | -4/+4 |
| | | | | llvm-svn: 120698 | ||||
* | Merge Archive/extract* tests into one; this avoids a race when tests are run in | Daniel Dunbar | 2009-09-08 | 1 | -0/+16 |
parallel (the test should really use temps for the output, though). llvm-svn: 81287 |