Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing some comments in this test. No functional changes. | Aaron Ballman | 2014-05-19 | 1 | -3/+3 |
| | | | | llvm-svn: 209128 | ||||
* | Disable cross-windows-on-linux.cpp for now. It may or may not fail. :/ | NAKAMURA Takumi | 2014-03-12 | 1 | -0/+3 |
| | | | | llvm-svn: 203642 | ||||
* | Lexer: split test into separate files | Saleem Abdulrasool | 2014-03-12 | 1 | -10/+8 |
| | | | | | | | | Unfortunately, XFAIL applies to the entire file. Split the test into two different units, enabling the proper application of XFAIL on the test which is expected to fail on Windows. llvm-svn: 203633 | ||||
* | Lex: reduce buffer size, add a test | Saleem Abdulrasool | 2014-03-12 | 1 | -0/+14 |
Reduce the stack usage as hopefully include paths are usually not too long. Add a test case for the path normalisation behaviour. llvm-svn: 203632 |