summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/modified-header-error.c
Commit message (Collapse)AuthorAgeFilesLines
* [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