[cfe-commits] r91083 - /cfe/trunk/test/PCH/inconsistent-pch.c

Daniel Dunbar daniel at zuster.org
Thu Dec 10 16:27:30 PST 2009


Author: ddunbar
Date: Thu Dec 10 18:27:30 2009
New Revision: 91083

URL: http://llvm.org/viewvc/llvm-project?rev=91083&view=rev
Log:
Remove this test for now, it is flaky.

Removed:
    cfe/trunk/test/PCH/inconsistent-pch.c

Removed: cfe/trunk/test/PCH/inconsistent-pch.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/inconsistent-pch.c?rev=91082&view=auto

==============================================================================
--- cfe/trunk/test/PCH/inconsistent-pch.c (original)
+++ cfe/trunk/test/PCH/inconsistent-pch.c (removed)
@@ -1,15 +0,0 @@
-// Check that we don't crash in an inconsistent situation created by the stat
-// cache.
-
-// RUN: echo 'void f0(float *a0);' > %t.h
-// RUN: clang-cc -emit-pch -o %t.h.pch %t.h
-// RUN: rm %t.h
-// RUN: not clang-cc -include-pch %t.h.pch %s 2> %t.err
-// RUN: FileCheck %s < %t.err
-
-// CHECK: inconsistent-pch.c:{{.*}}:{{.*}}: error: conflicting types for 'f0'
-// CHECK: void f0(int *a0);
-// CHECK: inconsistent-pch.c.tmp.h:{{.*}}:{{.*}}: note: previous declaration is here
-// CHECK: 2 diagnostics generated.
-
-void f0(int *a0);





More information about the cfe-commits mailing list