summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-ar/extract.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-ar][test] Add to thin archive test coveragegbreynoo2019-12-041-23/+28
| | | | | | | | This diff adds test coverage for thin archives including additions to existing tests. In some cases I have updated the formats of these tests to better match other tests in the archive. Differential Revision: https://reviews.llvm.org/D70969
* [llvm-ar] Support verbose mode for operation 'x'Fangrui Song2019-11-071-3/+12
| | | | | | Reviewed By: jhenderson, kongyi Differential Revision: https://reviews.llvm.org/D69911
* [llvm-ar][test] Correct tests marked as expected failsOwen Reynolds2019-08-121-1/+1
| | | | | | | | | | | | | In diff D64802 I marked three tests as expected failures for darwin but James Nagurne saw these fail on his downstream embedded ARM cross compiler. I believe XFAIL: system-darwin should be used instead of using XFAIL: darwin due to the problem being related to the darwin host and not the target. Differential Revision: https://reviews.llvm.org/D65745 llvm-svn: 368564
* [llvm-ar][test] Add tests failing on DarwinOwen Reynolds2019-07-171-0/+22
| | | | | | | | | | These tests that failed on Darwin but passed on other machines due to the default archive format differing on a Darwin machine, and what looks to be bugs in the output of this format. I can not investigate these issue further so the tests are considered expected failures on Darwin. Differential Revision: https://reviews.llvm.org/D64802 llvm-svn: 366334
* Revert "Reapply [llvm-ar][test] Increase llvm-ar test coverage"JF Bastien2019-07-081-21/+0
| | | | | | llvm-ar.extract.test has been failing on greendragon and gone unfixed. llvm-svn: 365383
* Reapply [llvm-ar][test] Increase llvm-ar test coverageOwen Reynolds2019-07-081-0/+21
| | | | | | | | This change adds tests to cover existing llvm-ar functionality. Differential Revision: https://reviews.llvm.org/D63935 llvm-svn: 365318
* Revert [llvm-ar][test] Increase llvm-ar test coverageOwen Reynolds2019-07-081-21/+0
| | | | | | | | Reverted due to test failures Differential Revision: https://reviews.llvm.org/D63935 llvm-svn: 365317
* [llvm-ar][test] Increase llvm-ar test coverageOwen Reynolds2019-07-081-0/+21
This change adds tests to cover existing llvm-ar functionality. Differential Revision: https://reviews.llvm.org/D63935 llvm-svn: 365316
OpenPOWER on IntegriCloud