Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [lit] Fix internal shell's argv[0] handling. | Daniel Dunbar | 2013-08-29 | 1 | -1/+2 |
| | | | | | | | - At least on OS X, it is important for correct behavior of /bin/[ that argv[0] is passed as written, and not as the full executable path. llvm-svn: 189559 | ||||
* | [lit] Lift XFAIL handling to core infrastructure. | Daniel Dunbar | 2013-08-21 | 1 | -0/+5 |
| | | | | llvm-svn: 188949 | ||||
* | [lit] Ensure test output is converted to strings where possible. | Daniel Dunbar | 2013-08-14 | 1 | -4/+32 |
| | | | | | | - This cleans up the text output of failing tests when run under PY3. llvm-svn: 188416 | ||||
* | [lit] Add a test for the various ShTest format features. | Daniel Dunbar | 2013-01-31 | 1 | -0/+43 |
llvm-svn: 174072 |