Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make tests which first provide a negative assertion via 'not', then | Chandler Carruth | 2012-07-02 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | a pipeline, and then a positive assertion via grep, use two RUN lines instead. Supporting these complex ideas of 'success' and 'failure' across multiple stages of a pipeline is brittle in the shell world, and would block switching to ShTest format; it only worked due to contrivances introduced by the TclTest format. Writing this as two separate RUN lines seems clearer in any event. This is another step toward completely removing TclTests from lit. llvm-svn: 159524 | ||||
* | FileCheckize these testcases. | Bill Wendling | 2012-04-08 | 1 | -1/+3 |
| | | | | llvm-svn: 154281 | ||||
* | Any size of integral indices are allowed in gep for indexing into sequential ↵ | Sanjiv Gupta | 2009-04-26 | 1 | -0/+12 |
types. Also adding a test case to check the indices type allowed into struct. llvm-svn: 70134 |