summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/archive-delete.test
Commit message (Collapse)AuthorAgeFilesLines
* Remove uses of "%T" from test/Object/archive-* tests.Kuba Mracek2017-08-201-1/+1
| | | | llvm-svn: 311296
* Revert archive-* tests from r310953, there were test failures.Kuba Mracek2017-08-151-1/+1
| | | | llvm-svn: 310974
* [llvm] Get rid of "%T" expansionsKuba Mracek2017-08-151-1/+1
| | | | | | | | | | The %T lit expansion expands to a common directory shared between all the tests in the same directory, which is unexpected and unintuitive, and more importantly, it's been a source of subtle race conditions and flaky tests. In https://reviews.llvm.org/D35396, it was agreed that it would be best to simply ban %T and only keep %t, which is unique to each test. When a test needs a temporary directory, it can just create one using mkdir %t. This patch removes %T in llvm. Differential Revision: https://reviews.llvm.org/D36495 llvm-svn: 310953
* lit: Add 'cd' support to the internal shell and port some testsReid Kleckner2015-03-021-2/+0
| | | | | | | | | | | The internal shell was already threading around a 'cwd' parameter. We just have to make it mutable so that we can update it as the test script executes. If the shell ever grows support for environment variable substitution, we could also implement support for export. llvm-svn: 231017
* Use a more unique name to avoid conflicting with directory.ll tests when runningRafael Espindola2013-07-111-19/+19
| | | | | | in parallel. llvm-svn: 186083
* Add a test for llvm-ar's 'd' operation.Rafael Espindola2013-07-111-0/+30
llvm-svn: 186082
OpenPOWER on IntegriCloud