aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/modified-header-error.c
AgeCommit message (Collapse)Author
2013-03-08[PCH] When complaining that a header from the PCH was modified, also mentionArgyrios Kyrtzidis
the filename of the PCH file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176717 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-25clang/test/PCH/modified-header-error.c: Disable it again. It had been ↵NAKAMURA Takumi
problematic on win32 for while. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173439 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-25clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32.NAKAMURA Takumi
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173419 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-26Disable on Windows, for real.Douglas Gregor
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143027 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-14Disable this test on win32. My "sleep 2" trick didn't seem to workDouglas Gregor
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139729 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-08Add some delay between PCH creation and modifying one of the headers it ↵Douglas Gregor
depends on, which will---hopefully make this test predictably pass on Windows git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139327 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-02Revert r132426; this test passes more often than not, and we don't have a ↵Eli Friedman
way to mark tests as intermittently failing at the moment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132446 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-01XFAIL the test on windows.Argyrios Kyrtzidis
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132426 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-01[PCH] Be conservative and check all the files the PCH references to see ifArgyrios Kyrtzidis
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132389 91177308-0d34-0410-b5e6-96231b3b80d8