summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/explicit-build-extra-files.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove 24 instances of 'REQUIRES: shell'Reid Kleckner2016-10-201-2/+0
| | | | | | | | | | | | | | | | | Tests fall into one of the following categories: - The requirement was unnecessary - Additional quoting was required for backslashes in paths (see "sed -e 's/\\/\\\\/g'") in the sanitizer tests. - OpenMP used 'REQUIRES: shell' as a proxy for the test failing on Windows. Those tests fail there reliably, so use XFAIL instead. I tried not to remove shell requirements that were added to suppress flaky test failures, but if I screwed up, we can add it back as needed. llvm-svn: 284793
* [modules] Stop dropping 'module.timestamp' files into the current directoryRichard Smith2015-08-151-0/+14
when building with implicit modules disabled. llvm-svn: 245136
OpenPOWER on IntegriCloud