summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/cross-windows-on-linux.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Disable cross-windows-on-linux.cpp for now. It may or may not fail. :/NAKAMURA Takumi2014-03-121-0/+3
| | | | llvm-svn: 203642
* Lexer: split test into separate filesSaleem Abdulrasool2014-03-121-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 testSaleem Abdulrasool2014-03-121-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
OpenPOWER on IntegriCloud