summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/modified-header-error.c
Commit message (Collapse)AuthorAgeFilesLines
* Re-land Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-1/+3
| | | | | | | | | | | | This reverts r371497 (git commit 3d7e9ab7b9f8c53aa41420c54970f0fb421004a2) Reorder `not` with `env` in these two tests so they pass: Driver/rewrite-map-in-diagnostics.c Index/crash-recovery-modules.m. This will not be necessary after D66531 lands. llvm-svn: 371552
* Revert Remove REQUIRES:shell from tests that pass for me on WindowsJames Henderson2019-09-101-3/+1
| | | | | | This reverts r371478 (git commit a9980f60ce083fa6d5fd03c12c58ca0b293e3d60) llvm-svn: 371497
* Remove REQUIRES:shell from tests that pass for me on WindowsReid Kleckner2019-09-101-1/+3
| | | | | | | | | | | | | I see in the history for some of these tests REQUIRES:shell was used as a way to disable tests on Windows because they are flaky there. I tried not to re-enable such tests, but it's possible that I missed some and this will re-enable flaky tests on Windows. If so, we should disable them with UNSUPPORTED:system-windows and add a comment that they are flaky there. So far as I can tell, the lit internal shell is capable of running all of these tests, and we shouldn't use REQUIRES:shell as a proxy for Windows. llvm-svn: 371478
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
| | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652
* [PCH] When complaining that a header from the PCH was modified, also mentionArgyrios Kyrtzidis2013-03-081-1/+1
| | | | | | the filename of the PCH file. llvm-svn: 176717
* clang/test/PCH/modified-header-error.c: Disable it again. It had been ↵NAKAMURA Takumi2013-01-251-0/+1
| | | | | | problematic on win32 for while. llvm-svn: 173439
* clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32.NAKAMURA Takumi2013-01-251-1/+0
| | | | llvm-svn: 173419
* Disable on Windows, for real.Douglas Gregor2011-10-261-2/+1
| | | | llvm-svn: 143027
* Disable this test on win32. My "sleep 2" trick didn't seem to workDouglas Gregor2011-09-141-1/+2
| | | | llvm-svn: 139729
* Add some delay between PCH creation and modifying one of the headers it ↵Douglas Gregor2011-09-081-0/+1
| | | | | | depends on, which will---hopefully make this test predictably pass on Windows llvm-svn: 139327
* Revert r132426; this test passes more often than not, and we don't have a ↵Eli Friedman2011-06-021-1/+0
| | | | | | way to mark tests as intermittently failing at the moment. llvm-svn: 132446
* XFAIL the test on windows.Argyrios Kyrtzidis2011-06-011-0/+1
| | | | llvm-svn: 132426
* [PCH] Be conservative and check all the files the PCH references to see ifArgyrios Kyrtzidis2011-06-011-0/+11
a file was modified since the time the PCH was created. The parser is not fit to deal with stale PCHs, too many invariants do not hold up. rdar://9530587. llvm-svn: 132389
OpenPOWER on IntegriCloud