Rafael Espindola
925213b0fa
Add 'not' to commands that are expected to fail.
...
This is at least good documentation, but also opens the possibility of
using pipefail.
llvm-svn: 185652
2013-07-04 16:16:58 +00:00
Argyrios Kyrtzidis
c4720399ec
[PCH] When complaining that a header from the PCH was modified, also mention
...
the filename of the PCH file.
llvm-svn: 176717
2013-03-08 20:42:38 +00:00
NAKAMURA Takumi
e83aea35ba
clang/test/PCH/modified-header-error.c: Disable it again. It had been problematic on win32 for while.
...
llvm-svn: 173439
2013-01-25 11:07:42 +00:00
NAKAMURA Takumi
d7512b347a
clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32.
...
llvm-svn: 173419
2013-01-25 06:02:11 +00:00
Douglas Gregor
80ad289fb7
Disable on Windows, for real.
...
llvm-svn: 143027
2011-10-26 14:35:30 +00:00
Douglas Gregor
af3ccaf22c
Disable this test on win32. My "sleep 2" trick didn't seem to work
...
llvm-svn: 139729
2011-09-14 20:38:11 +00:00
Douglas Gregor
8d9c56bb59
Add some delay between PCH creation and modifying one of the headers it depends on, which will---hopefully make this test predictably pass on Windows
...
llvm-svn: 139327
2011-09-08 22:32:33 +00:00
Eli Friedman
4e2cefffd5
Revert r132426; this test passes more often than not, and we don't have a way to mark tests as intermittently failing at the moment.
...
llvm-svn: 132446
2011-06-02 00:42:47 +00:00
Argyrios Kyrtzidis
7e48d8ff0c
XFAIL the test on windows.
...
llvm-svn: 132426
2011-06-01 21:52:17 +00:00
Argyrios Kyrtzidis
460132d35c
[PCH] Be conservative and check all the files the PCH references to see if
...
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
2011-06-01 05:43:53 +00:00