Changes in directory llvm/test/C++Frontend:
2004-09-27-CompilerCrash.cpp updated: 1.3 -> 1.4 2007-04-11-InlineStorageClassC++.cpp updated: 1.2 -> 1.3 --- Log message: For PR1336: http://llvm.org/PR1336 : XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. --- Diffs of the changes: (+2 -0) 2004-09-27-CompilerCrash.cpp | 1 + 2007-04-11-InlineStorageClassC++.cpp | 1 + 2 files changed, 2 insertions(+) Index: llvm/test/C++Frontend/2004-09-27-CompilerCrash.cpp diff -u llvm/test/C++Frontend/2004-09-27-CompilerCrash.cpp:1.3 llvm/test/C++Frontend/2004-09-27-CompilerCrash.cpp:1.4 --- llvm/test/C++Frontend/2004-09-27-CompilerCrash.cpp:1.3 Sun Apr 15 15:41:31 2007 +++ llvm/test/C++Frontend/2004-09-27-CompilerCrash.cpp Sun Apr 15 18:00:46 2007 @@ -1,4 +1,5 @@ // RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null +// XFAIL: * struct Pass {} ; template<typename PassName> Index: llvm/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp diff -u llvm/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp:1.2 llvm/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp:1.3 --- llvm/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp:1.2 Sun Apr 15 15:41:31 2007 +++ llvm/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp Sun Apr 15 18:00:46 2007 @@ -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; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits