summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/cross-windows-on-linux.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move normalization of `\` in #includes from -fms-compatibility to ↵Reid Kleckner2019-09-261-7/+5
| | | | | | | | | -fms-extensions Handling backslashes in include paths in the implementation isn't non-conforming. llvm-svn: 372999
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-091-1/+1
| | | | | | | | | | | Changes the default Windows target triple returned by GetHostTriple.cmake from the old environment names (which we wanted to move away from) to newer, normalized ones. This also requires updating all tests to use the new systems names in constraints. Differential Revision: https://reviews.llvm.org/D47381 llvm-svn: 339307
* Fixing some comments in this test. No functional changes.Aaron Ballman2014-05-191-3/+3
| | | | llvm-svn: 209128
* 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