diff options
author | Matthijs Kooijman <matthijs@stdin.nl> | 2008-06-13 16:52:35 +0000 |
---|---|---|
committer | Matthijs Kooijman <matthijs@stdin.nl> | 2008-06-13 16:52:35 +0000 |
commit | 2035efd1cc1e191b15db1844ab1658c235ee682f (patch) | |
tree | d66c789a6317c6caf97831490790eb1b03c938b6 /test/FrontendC/2007-09-05-ConstCtor.c | |
parent | dbaa60a8a07cb5df94be46adf44d26757bef2623 (diff) | |
download | external_llvm-2035efd1cc1e191b15db1844ab1658c235ee682f.zip external_llvm-2035efd1cc1e191b15db1844ab1658c235ee682f.tar.gz external_llvm-2035efd1cc1e191b15db1844ab1658c235ee682f.tar.bz2 |
XFAIL some tests that became failing due to the extra error reporting recently. PR's are created for these.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52250 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC/2007-09-05-ConstCtor.c')
-rw-r--r-- | test/FrontendC/2007-09-05-ConstCtor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/FrontendC/2007-09-05-ConstCtor.c b/test/FrontendC/2007-09-05-ConstCtor.c index c267a59..0b06cc8 100644 --- a/test/FrontendC/2007-09-05-ConstCtor.c +++ b/test/FrontendC/2007-09-05-ConstCtor.c @@ -1,5 +1,7 @@ // RUN: %llvmgcc -xc -Os -c %s -o /dev/null // PR1641 +// XFAIL: * +// See PR2425 struct A { unsigned long l; |