| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [PCH] When complaining that a header from the PCH was modified, also mention | Argyrios Kyrtzidis | 2013-03-08 | 1 | -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 Takumi | 2013-01-25 | 1 | -0/+1 |
| | | | | | | | problematic on win32 for while. llvm-svn: 173439 | ||||
| * | clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32. | NAKAMURA Takumi | 2013-01-25 | 1 | -1/+0 |
| | | | | | llvm-svn: 173419 | ||||
| * | Disable on Windows, for real. | Douglas Gregor | 2011-10-26 | 1 | -2/+1 |
| | | | | | llvm-svn: 143027 | ||||
| * | Disable this test on win32. My "sleep 2" trick didn't seem to work | Douglas Gregor | 2011-09-14 | 1 | -1/+2 |
| | | | | | llvm-svn: 139729 | ||||
| * | Add some delay between PCH creation and modifying one of the headers it ↵ | Douglas Gregor | 2011-09-08 | 1 | -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 Friedman | 2011-06-02 | 1 | -1/+0 |
| | | | | | | | way to mark tests as intermittently failing at the moment. llvm-svn: 132446 | ||||
| * | XFAIL the test on windows. | Argyrios Kyrtzidis | 2011-06-01 | 1 | -0/+1 |
| | | | | | llvm-svn: 132426 | ||||
| * | [PCH] Be conservative and check all the files the PCH references to see if | Argyrios Kyrtzidis | 2011-06-01 | 1 | -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 | |||||

