[cfe-commits] r136306 - in /cfe/trunk: include/clang/AST/DeclBase.h lib/AST/DeclPrinter.cpp lib/Frontend/ASTConsumers.cpp test/Misc/ast-dump-templates.cpp

Jay Foad jay.foad at gmail.com
Thu Jul 28 01:30:31 PDT 2011


> It seems the test might be order-unstable on some hosts.
> Please see also buildbots.

I'm getting this failure occasionally on Linux/x86_64:


FAIL: Clang :: Misc/ast-dump-templates.cpp (4 of 18)
******************** TEST 'Clang :: Misc/ast-dump-templates.cpp'
FAILED ********************
Script:
--
/home/jay/llvm/objdir/Release+Asserts/bin/clang -cc1 -ast-dump
/home/jay/svn/llvm-project/cfe/trunk/test/Misc/ast-dump-templates.cpp
| FileCheck /home/jay/svn/llvm-project/cfe/trunk/test/Misc/ast-dump-templates.cpp
--
Exit Code: 1
Command Output (stderr):
--
/home/jay/svn/llvm-project/cfe/trunk/test/Misc/ast-dump-templates.cpp:23:11:
error: expected string not found in input
// CHECK: template <int X = 2, typename Y = double, int Z = 3> struct foo {
          ^
<stdin>:32:2: note: scanning from here
 struct foo;
 ^
<stdin>:65:1: note: possible intended match here
template <int A = 5, typename B = int> int bar() (CompoundStmt
0x300c048 </home/jay/svn/llvm-project/cfe/trunk/test/Misc/ast-dump-templates.cpp:11:9,
line:13:1>
^
--

Jay.



More information about the cfe-commits mailing list