From 6584cf60f281105517f00ea8e9a1040c6543c814 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 15 Apr 2007 23:00:46 +0000 Subject: For PR1336: XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. llvm-svn: 36093 --- llvm/test/C++Frontend/2004-09-27-CompilerCrash.cpp | 1 + llvm/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'llvm/test/C++Frontend') diff --git a/llvm/test/C++Frontend/2004-09-27-CompilerCrash.cpp b/llvm/test/C++Frontend/2004-09-27-CompilerCrash.cpp index 1e5e6acea5a..b997616c0dc 100644 --- a/llvm/test/C++Frontend/2004-09-27-CompilerCrash.cpp +++ b/llvm/test/C++Frontend/2004-09-27-CompilerCrash.cpp @@ -1,4 +1,5 @@ // RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null +// XFAIL: * struct Pass {} ; template diff --git a/llvm/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp b/llvm/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp index 20b9d84298c..c0c7369d033 100644 --- a/llvm/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp +++ b/llvm/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp @@ -12,6 +12,7 @@ // RUN: grep xstatnoWeak | grep internal | wc -l | grep 1 // RUN: %llvmgxx %s -S -emit-llvm -O0 -o - | grep define | \ // RUN: grep xextnoWeak | grep linkonce | wc -l | grep 1 +// XFAIL: * inline int xglobWeak(int) __attribute__((weak)); inline int xglobWeak (int i) { return i*2; -- cgit v1.2.3