make[1]: Entering directory `/builddir/build/BUILD/llvm-2.8/tools/clang/test'
Making Clang 'lit.site.cfg' file...
--- Running clang tests for powerpc64-koji-linux-gnu ---
lit.py: lit.cfg:129: note: using clang: '/builddir/build/BUILD/llvm-2.8/Release/bin/clang'
-- Testing: 2525 tests, 2 threads --
Testing: 0 .. 10..
FAIL: Clang :: CodeGen/bitfield-promote.c (478 of 2525)
******************** TEST 'Clang :: CodeGen/bitfield-promote.c' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang  -O3 -emit-llvm -S -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/CodeGen/Output/bitfield-promote.c.tmp /builddir/build/BUILD/llvm-2.8/tools/clang/test/CodeGen/bitfield-promote.c
grep 'ret i64 4294967292' /builddir/build/BUILD/llvm-2.8/tools/clang/test/CodeGen/Output/bitfield-promote.c.tmp | count 2
grep 'ret i64 -4' /builddir/build/BUILD/llvm-2.8/tools/clang/test/CodeGen/Output/bitfield-promote.c.tmp | count 1
--
Exit Code: 1
Command Output (stderr):
--
Expected 2 lines, got 1.
--

********************
Testing: 0 .. 10.. 20..
FAIL: Clang :: CodeGenCXX/debug-info-byval.cpp (714 of 2525)
******************** TEST 'Clang :: CodeGenCXX/debug-info-byval.cpp' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang  -g -S /builddir/build/BUILD/llvm-2.8/tools/clang/test/CodeGenCXX/debug-info-byval.cpp -o - | FileCheck /builddir/build/BUILD/llvm-2.8/tools/clang/test/CodeGenCXX/debug-info-byval.cpp
--
Exit Code: 1
Command Output (stderr):
--
UNREACHABLE executed!
0  libLLVM-2.8.so 0x00000fff7b89c500
1  libLLVM-2.8.so 0x00000fff7b89cd20
2                 0x00000fff7be70418 __kernel_sigtramp_rt64 + 0
3  libc.so.6      0x00000fff7a5abed4 abort + 18446744073708150132
4  libLLVM-2.8.so 0x00000fff7af20828 llvm::llvm_unreachable_internal(char const*, char const*, unsigned int) + 18446744073694054272
5  libLLVM-2.8.so 0x00000fff7b8c57d4 llvm::PPCInstrInfo::copyPhysReg(llvm::MachineBasicBlock&, llvm::ilist_iterator<llvm::MachineInstr>, llvm::DebugLoc, unsigned int, unsigned int, bool) const + 18446744073703927340
6  libLLVM-2.8.so 0x00000fff7b6d16f8
7  libLLVM-2.8.so 0x00000fff7b6ebb60 llvm::MachineFunctionPass::runOnFunction(llvm::Function&) + 18446744073702033192
8  libLLVM-2.8.so 0x00000fff7b4a4bd4 llvm::FPPassManager::runOnFunction(llvm::Function&) + 18446744073699695180
9  libLLVM-2.8.so 0x00000fff7b4a4dd4 llvm::FunctionPassManagerImpl::run(llvm::Function&) + 18446744073699695660
10 libLLVM-2.8.so 0x00000fff7b4a4f4c llvm::FunctionPassManager::run(llvm::Function&) + 18446744073699696020
11 clang          0x000000001023db88 clang::EmitBackendOutput(clang::Diagnostic&, clang::CodeGenOptions const&, clang::TargetOptions const&, llvm::Module*, clang::BackendAction, llvm::raw_ostream*) + 18446744073702054144
12 clang          0x00000000102397e0
13 clang          0x00000000103645f4 clang::ParseAST(clang::Sema&, bool) + 18446744073703235180
14 clang          0x000000001014eb38 clang::ASTFrontendAction::ExecuteAction() + 18446744073701100928
15 clang          0x000000001023a4b8 clang::CodeGenAction::ExecuteAction() + 18446744073702040496
16 clang          0x000000001014ef80 clang::FrontendAction::Execute() + 18446744073701101880
17 clang          0x0000000010139c48 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) + 18446744073701016208
18 clang          0x000000001011f69c clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 18446744073700912308
19 clang          0x00000000101170b8 cc1_main(char const**, char const**, char const*, void*) + 18446744073700878368
20 clang          0x0000000010115240 main + 18446744073700870248
21 libc.so.6      0x00000fff7a591728
22 libc.so.6      0x00000fff7a59190c __libc_start_main + 18446744073708047452
Stack dump:
0.	Program arguments: /builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -triple powerpc64-koji-linux-gnu -S -disable-free -disable-llvm-verifier -main-file-name debug-info-byval.cpp -mrelocation-model static -mdisable-fp-elim -mconstructor-aliases -target-linker-version 2.21.51.0.6 -g -resource-dir /builddir/build/BUILD/llvm-2.8/Release/lib/clang/2.8 -ferror-limit 19 -fmessage-length 0 -fexceptions -fno-signed-char -fgnu-runtime -fdiagnostics-show-option -o - -x c++ /builddir/build/BUILD/llvm-2.8/tools/clang/test/CodeGenCXX/debug-info-byval.cpp 
1.	<eof> parser at end of file
2.	Code generation
3.	Running pass 'Subregister lowering instruction pass' on function '@_Z3getPij3VALPS0_j3EVT'
clang: error: clang frontend command failed due to signal 6 (use -v to see invocation)
/builddir/build/BUILD/llvm-2.8/tools/clang/test/CodeGenCXX/debug-info-byval.cpp:26:10: error: expected string not found in input
//CHECK: .ascii "missing_arg"
         ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/code-completion.cpp (1135 of 2525)
******************** TEST 'Clang :: Index/code-completion.cpp' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/code-completion.cpp:23:11 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/code-completion.cpp | FileCheck -check-prefix=CHECK-MEMBER /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/code-completion.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/code-completion.cpp:33:18 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/code-completion.cpp | FileCheck -check-prefix=CHECK-OVERLOAD /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/code-completion.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/code-completion.cpp:37:10 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/code-completion.cpp | FileCheck -check-prefix=CHECK-EXPR /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/code-completion.cpp
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/code-completion.cpp:2:10: fatal error: 'nonexistent_header.h' file not found
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/code-completion.cpp:40:18: error: expected string not found in input
// CHECK-MEMBER: FieldDecl:{ResultType double}{TypedText member}
                 ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-at-directives.m (1137 of 2525)
******************** TEST 'Clang :: Index/complete-at-directives.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m:2:2 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m:3:2 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m:6:2 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m:2:1 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m | FileCheck -check-prefix=CHECK-CC4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m:3:1 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m | FileCheck -check-prefix=CHECK-CC5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m:2:23 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m | FileCheck -check-prefix=CHECK-CC6 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m:2:22 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m | FileCheck -check-prefix=CHECK-CC7 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-directives.m:9:15: error: expected string not found in input
// CHECK-CC1: {TypedText class}{HorizontalSpace }{Placeholder name}
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-blocks.m (1138 of 2525)
******************** TEST 'Clang :: Index/complete-blocks.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-blocks.m:8:1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-blocks.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-blocks.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-blocks.m:17:6 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-blocks.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-blocks.m
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-blocks.m:3:15: error: blocks support disabled - compile with -fblocks or pick a deployment target that supports them
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-blocks.m:4:13: error: blocks support disabled - compile with -fblocks or pick a deployment target that supports them
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-blocks.m:20:15: error: expected string not found in input
// CHECK-CC1: FunctionDecl:{ResultType void}{TypedText f}{LeftParen (}{Placeholder int (^)(int x, int y)}{RightParen )} (45)
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-categories.m (1139 of 2525)
******************** TEST 'Clang :: Index/complete-categories.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-categories.m:12:16 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-categories.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-categories.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-categories.m:13:16 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-categories.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-categories.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-categories.m:18:20 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-categories.m | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-categories.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-categories.m:19:20 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-categories.m | FileCheck -check-prefix=CHECK-CC4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-categories.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-categories.m:20:20 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-categories.m | FileCheck -check-prefix=CHECK-CC5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-categories.m
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-categories.m:23:15: error: expected string not found in input
// CHECK-CC1: ObjCCategoryDecl:{TypedText Cat1}
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-at-exprstmt.m (1140 of 2525)
******************** TEST 'Clang :: Index/complete-at-exprstmt.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-exprstmt.m:9:4 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-exprstmt.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-exprstmt.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-exprstmt.m:9:19 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-exprstmt.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-exprstmt.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-exprstmt.m:9:3 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-exprstmt.m | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-exprstmt.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-exprstmt.m:19:13 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-exprstmt.m | FileCheck -check-prefix=CHECK-CC4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-exprstmt.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-exprstmt.m:19:17 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-exprstmt.m | FileCheck -check-prefix=CHECK-CC5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-exprstmt.m
--
Exit Code: 1
Command Output (stderr):
--
UNREACHABLE executed!
0  libLLVM-2.8.so 0x00000fffa3b5c500
1  libLLVM-2.8.so 0x00000fffa3b5cd20
2                 0x00000fffa47b0418 __kernel_sigtramp_rt64 + 0
3  libc.so.6      0x00000fffa28068a8
4  libLLVM-2.8.so 0x00000fffa31d899c
5                 0x00000fffa47b0418 __kernel_sigtramp_rt64 + 0
6  libc.so.6      0x00000fffa286bed4 abort + 18446744073708150132
7  libLLVM-2.8.so 0x00000fffa31e0828 llvm::llvm_unreachable_internal(char const*, char const*, unsigned int) + 18446744073694054272
8  libclang.so    0x00000fffa421b928 clang_getCursorKindSpelling + 18446744073703835856
9  c-index-test   0x00000000100062c0
10 c-index-test   0x00000000100067b4
11 c-index-test   0x0000000010003598 main + 18446744073709457944
12 libc.so.6      0x00000fffa2851728
13 libc.so.6      0x00000fffa285190c __libc_start_main + 18446744073708047452
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-at-exprstmt.m:23:15: error: expected string not found in input
// CHECK-CC1: {TypedText encode}{LeftParen (}{Placeholder type-name}{RightParen )}
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-ctor-inits.cpp (1141 of 2525)
******************** TEST 'Clang :: Index/complete-ctor-inits.cpp' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-ctor-inits.cpp:18:10 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-ctor-inits.cpp | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-ctor-inits.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-ctor-inits.cpp:18:23 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-ctor-inits.cpp | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-ctor-inits.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-ctor-inits.cpp:18:36 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-ctor-inits.cpp | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-ctor-inits.cpp
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-ctor-inits.cpp:21:15: error: expected string not found in input
// CHECK-CC1: NotImplemented:{TypedText a}{LeftParen (}{Placeholder args}{RightParen )} (20)
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-declarators.cpp (1142 of 2525)
******************** TEST 'Clang :: Index/complete-declarators.cpp' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.cpp:8:5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.cpp | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.cpp:8:11 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.cpp | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.cpp:13:7 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.cpp | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.cpp:14:14 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.cpp | FileCheck -check-prefix=CHECK-CC4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.cpp
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.cpp:18:15: error: expected string not found in input
// CHECK-CC1: NotImplemented:{TypedText const} (30)
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-enums.c (1143 of 2525)
******************** TEST 'Clang :: Index/complete-enums.c' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-enums.c:11:1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-enums.c | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-enums.c
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-enums.c:15:15: error: expected string not found in input
// CHECK-CC1: EnumConstantDecl:{ResultType enum <anonymous>}{TypedText Red}
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-declarators.m (1144 of 2525)
******************** TEST 'Clang :: Index/complete-declarators.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m:7:19 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m:9:15 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m:15:10 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m:16:9 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m:15:15 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m:15:15 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m | FileCheck -check-prefix=CHECK-CC4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-declarators.m:27:15: error: expected string not found in input
// CHECK-CC1: NotImplemented:{TypedText param1} (30)
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-exprs.c (1145 of 2525)
******************** TEST 'Clang :: Index/complete-exprs.c' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c:7:9 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c
env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c:7:9 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c
env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c:7:9 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c:7:14 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c
env CINDEXTEST_EDITING=1 c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c:7:14 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c:7:18 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c:7:22 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c:7:2 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c:11:16 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c | FileCheck -check-prefix=CHECK-CC4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c:19:3 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c | FileCheck -check-prefix=CHECK-CC6 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-exprs.c:23:15: error: expected string not found in input
// CHECK-CC1: NotImplemented:{TypedText __PRETTY_FUNCTION__} (60)
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-hiding.c (1146 of 2525)
******************** TEST 'Clang :: Index/complete-hiding.c' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-hiding.c:16:3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-hiding.c | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-hiding.c
env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-hiding.c:16:3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-hiding.c | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-hiding.c
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-hiding.c:16:10 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-hiding.c | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-hiding.c
env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-hiding.c:16:10 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-hiding.c | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-hiding.c
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-hiding.c:21:15: error: expected string not found in input
// CHECK-CC1: VarDecl:{ResultType int}{TypedText StructA} (8)
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-interfaces.m (1147 of 2525)
******************** TEST 'Clang :: Index/complete-interfaces.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-interfaces.m:6:12 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-interfaces.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-interfaces.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-interfaces.m:11:12 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-interfaces.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-interfaces.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-interfaces.m:11:19 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-interfaces.m | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-interfaces.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-interfaces.m:16:17 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-interfaces.m | FileCheck -check-prefix=CHECK-CC4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-interfaces.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-interfaces.m:19:17 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-interfaces.m | FileCheck -check-prefix=CHECK-CC5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-interfaces.m
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-interfaces.m:23:15: error: expected string not found in input
// CHECK-CC1: ObjCInterfaceDecl:{TypedText Int1}
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-macros.c (1148 of 2525)
******************** TEST 'Clang :: Index/complete-macros.c' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c:7:1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c
env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c:7:1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c:13:13 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c:14:8 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c
env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c:14:8 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c:15:5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c
env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c:15:5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-macros.c:20:15: error: expected string not found in input
// CHECK-CC1: macro definition:{TypedText FOO}{LeftParen (}{Placeholder Arg1}{Comma , }{Placeholder Arg2}{RightParen )}
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-member-access.m (1149 of 2525)
******************** TEST 'Clang :: Index/complete-member-access.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-member-access.m:21:7 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-member-access.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-member-access.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-member-access.m:22:8 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-member-access.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-member-access.m
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-member-access.m:26:15: error: expected string not found in input
// CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText prop1}
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-memfunc-cvquals.cpp (1150 of 2525)
******************** TEST 'Clang :: Index/complete-memfunc-cvquals.cpp' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp:19:5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp | FileCheck -check-prefix=CHECK-NOQUALS /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp:20:7 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp | FileCheck -check-prefix=CHECK-NOQUALS /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp:23:7 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp | FileCheck -check-prefix=CHECK-NOQUALS /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp:21:6 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp | FileCheck -check-prefix=CHECK-CONST /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp:22:8 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp | FileCheck -check-prefix=CHECK-CONST /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp:24:8 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp | FileCheck -check-prefix=CHECK-CONST /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp:25:8 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp | FileCheck -check-prefix=CHECK-VOLATILE /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp:29:2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp | FileCheck -check-prefix=CHECK-IMPLICIT-NOQUALS /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp:33:1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp | FileCheck -check-prefix=CHECK-IMPLICIT-CONST /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp:37:1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp | FileCheck -check-prefix=CHECK-IMPLICIT-VOLATILE /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp:4:17 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp | FileCheck -check-prefix=CHECK-CVQUAL-AFTER /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp:4:23 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp | FileCheck -check-prefix=CHECK-CVQUAL-AFTER2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-memfunc-cvquals.cpp:44:19: error: expected string not found in input
// CHECK-NOQUALS: CXXMethod:{ResultType void}{TypedText babble}{LeftParen (}{RightParen )}{Informative const volatile} (20)
                  ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-method-decls.m (1151 of 2525)
******************** TEST 'Clang :: Index/complete-method-decls.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:17:3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:17:7 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:24:7 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:33:3 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CC4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:33:8 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CC5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:37:7 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CC6 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:42:3 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CC7 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:52:21 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CC8 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:52:19 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CC9 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:52:36 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CCA /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:56:3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CCB /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:56:8 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CCC /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:56:21 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CCD /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:56:38 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CCE /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:60:4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CCF /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:60:11 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CCG /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:60:24 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CCF /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:60:26 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m | FileCheck -check-prefix=CHECK-CCH /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-method-decls.m:64:15: error: expected string not found in input
// CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text id}{RightParen )}{TypedText abc}
              ^
<stdin>:1:1: note: scanning from here
EnumConstantDecl:{Colon :}{TypedText }{Text id}{RightParen )}{TypedText getSelf} (1)
^
<stdin>:1:2: note: possible intended match here
EnumConstantDecl:{Colon :}{TypedText }{Text id}{RightParen )}{TypedText getSelf} (1)
 ^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-objc-message-id.m (1152 of 2525)
******************** TEST 'Clang :: Index/complete-objc-message-id.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message-id.m:24:14 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message-id.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message-id.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message-id.m:25:15 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message-id.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message-id.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message-id.m:26:19 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message-id.m | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message-id.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message-id.m:31:13 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message-id.m | FileCheck -check-prefix=CHECK-SELECTOR-PREF /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message-id.m
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message-id.m:35:15: error: expected string not found in input
// CHECK-CC1: ObjCInstanceMethodDecl:{ResultType id}{TypedText autorelease}
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-objc-message.m (1153 of 2525)
******************** TEST 'Clang :: Index/complete-objc-message.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:23:19 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:24:8 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:61:16 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:65:16 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CC4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:74:9 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CC5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:82:8 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CC6 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:95:8 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CC7 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:95:17 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CC8 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:95:24 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CC9 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:61:11 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CCA /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:103:6 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CCB /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:116:14 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CCC /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:116:23 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CCD /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:116:30 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CCE /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:61:11 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CCF /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:120:6 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CCG /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:121:14 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CCG /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:122:7 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CCH /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:134:6 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m | FileCheck -check-prefix=CHECK-CCI /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m
--
Exit Code: 1
Command Output (stderr):
--
UNREACHABLE executed!
0  libLLVM-2.8.so 0x00000fff7cb3c500
1  libLLVM-2.8.so 0x00000fff7cb3cd20
2                 0x00000fff7d790418 __kernel_sigtramp_rt64 + 0
3  libc.so.6      0x00000fff7b7e68a8
4  libLLVM-2.8.so 0x00000fff7c1b899c
5                 0x00000fff7d790418 __kernel_sigtramp_rt64 + 0
6  libc.so.6      0x00000fff7b84bed4 abort + 18446744073708150132
7  libLLVM-2.8.so 0x00000fff7c1c0828 llvm::llvm_unreachable_internal(char const*, char const*, unsigned int) + 18446744073694054272
8  libclang.so    0x00000fff7d1fb928 clang_getCursorKindSpelling + 18446744073703835856
9  c-index-test   0x00000000100062c0
10 c-index-test   0x00000000100067b4
11 c-index-test   0x0000000010003598 main + 18446744073709457944
12 libc.so.6      0x00000fff7b831728
13 libc.so.6      0x00000fff7b83190c __libc_start_main + 18446744073708047452
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-objc-message.m:138:15: error: expected string not found in input
// CHECK-CC1: {TypedText categoryClassMethod}
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-pch.m (1154 of 2525)
******************** TEST 'Clang :: Index/complete-pch.m' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang  -x objective-c-header -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/complete-pch.m.tmp.h.pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Inputs/complete-pch.h
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-pch.m:10:7 -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/complete-pch.m.tmp.h /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-pch.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-pch.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-pch.m:11:6 -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/complete-pch.m.tmp.h /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-pch.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-pch.m
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-pch.m:19:15: error: expected string not found in input
// CHECK-CC1: ObjCClassMethodDecl:{ResultType int}{TypedText classMethod1:}{Placeholder (double)}
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-preprocessor.m (1155 of 2525)
******************** TEST 'Clang :: Index/complete-preprocessor.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m:4:2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m:5:2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m:9:8 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m:11:12 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m:11:13 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m:11:5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m | FileCheck -check-prefix=CHECK-CC4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m:14:5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m | FileCheck -check-prefix=CHECK-CC5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m
env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m:4:2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m
env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m:5:2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m
env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m:9:8 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m
env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m:11:5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m | FileCheck -check-prefix=CHECK-CC4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m
env CINDEXTEST_EDITING=1 CINDEXTEST_COMPLETION_CACHING=1 c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m:14:5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m | FileCheck -check-prefix=CHECK-CC5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-preprocessor.m:17:15: error: expected string not found in input
// CHECK-CC1: NotImplemented:{TypedText define}{HorizontalSpace }{Placeholder macro} (30)
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-properties.m (1156 of 2525)
******************** TEST 'Clang :: Index/complete-properties.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m:20:13 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m:20:20 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m:20:35 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m:21:10 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m | FileCheck -check-prefix=CHECK-CC4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m:15:1: warning: no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m:15:1: warning: default property attribute 'assign' not appropriate for non-gc object
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m:16:1: warning: no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m:16:1: warning: default property attribute 'assign' not appropriate for non-gc object
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-properties.m:25:15: error: expected string not found in input
// CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText Prop0}
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-property-flags.m (1157 of 2525)
******************** TEST 'Clang :: Index/complete-property-flags.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-flags.m:7:11 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-flags.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-flags.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-flags.m:8:18 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-flags.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-flags.m
--
Exit Code: 1
Command Output (stderr):
--
UNREACHABLE executed!
0  libLLVM-2.8.so 0x00000fffb6b9c500
1  libLLVM-2.8.so 0x00000fffb6b9cd20
2                 0x00000fffb77f0418 __kernel_sigtramp_rt64 + 0
3  libc.so.6      0x00000fffb58468a8
4  libLLVM-2.8.so 0x00000fffb621899c
5                 0x00000fffb77f0418 __kernel_sigtramp_rt64 + 0
6  libc.so.6      0x00000fffb58abed4 abort + 18446744073708150132
7  libLLVM-2.8.so 0x00000fffb6220828 llvm::llvm_unreachable_internal(char const*, char const*, unsigned int) + 18446744073694054272
8  libclang.so    0x00000fffb725b928 clang_getCursorKindSpelling + 18446744073703835856
9  c-index-test   0x00000000100062c0
10 c-index-test   0x00000000100067b4
11 c-index-test   0x0000000010003598 main + 18446744073709457944
12 libc.so.6      0x00000fffb5891728
13 libc.so.6      0x00000fffb589190c __libc_start_main + 18446744073708047452
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-flags.m:10:15: error: expected string not found in input
// CHECK-CC1: {TypedText assign}
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-property-getset.m (1158 of 2525)
******************** TEST 'Clang :: Index/complete-property-getset.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-getset.m:13:21 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-getset.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-getset.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-getset.m:13:39 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-getset.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-getset.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-getset.m:19:21 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-getset.m | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-getset.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-getset.m:19:39 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-getset.m | FileCheck -check-prefix=CHECK-CC4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-getset.m
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-property-getset.m:23:15: error: expected string not found in input
// CHECK-CC1: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter1}
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-protocols.m (1159 of 2525)
******************** TEST 'Clang :: Index/complete-protocols.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-protocols.m:9:11 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-protocols.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-protocols.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-protocols.m:9:21 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-protocols.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-protocols.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-protocols.m:12:11 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-protocols.m | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-protocols.m
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-protocols.m:18:15: error: expected string not found in input
// CHECK-CC1: ObjCProtocolDecl:{TypedText Protocol1}
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40
FAIL: Clang :: Index/complete-recovery.m (1160 of 2525)
******************** TEST 'Clang :: Index/complete-recovery.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-recovery.m:9:20 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-recovery.m 2>/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/complete-recovery.m.tmp | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-recovery.m
not grep error /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/complete-recovery.m.tmp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-recovery.m:10:24 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-recovery.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-recovery.m
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-recovery.m:16:15: error: expected string not found in input
// CHECK-CC1: NotImplemented:{TypedText @encode}{LeftParen (}{Placeholder type-name}{RightParen )}
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: Clang :: Index/complete-super.cpp (1162 of 2525)
******************** TEST 'Clang :: Index/complete-super.cpp' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.cpp:16:3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.cpp | FileCheck -check-prefix=CHECK-FOO-UNQUAL /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.cpp:20:3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.cpp | FileCheck -check-prefix=CHECK-BAR-UNQUAL /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.cpp
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.cpp:16:6 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.cpp | FileCheck -check-prefix=CHECK-FOO-QUAL /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.cpp
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.cpp:24:22: error: expected string not found in input
// CHECK-FOO-UNQUAL: CXXMethod:{Text A::}{TypedText foo}{LeftParen (}{Placeholder a}{Comma , }{Placeholder b}{RightParen )} (8)
                     ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: Clang :: Index/complete-super.m (1163 of 2525)
******************** TEST 'Clang :: Index/complete-super.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m:20:4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m | FileCheck -check-prefix=CHECK-ADD-RECEIVER /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m:24:4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m | FileCheck -check-prefix=CHECK-SELECT-RECEIVER /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m:20:10 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m | FileCheck -check-prefix=CHECK-ADD-ADD /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m:24:10 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m | FileCheck -check-prefix=CHECK-SELECTOR-SELECTOR /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m:20:16 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m | FileCheck -check-prefix=CHECK-ADD-TO /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m:24:28 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m | FileCheck -check-prefix=CHECK-SELECTOR-FIRST /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m:24:37 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m | FileCheck -check-prefix=CHECK-SELECTOR-SECOND /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-super.m:30:24: error: expected string not found in input
// CHECK-ADD-RECEIVER: ObjCInstanceMethodDecl:{ResultType void}{TypedText super}{HorizontalSpace }{Text add:}{Placeholder a}{HorizontalSpace }{Text to:}{Placeholder b} (8)
                       ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: Clang :: Index/complete-tabs.c (1164 of 2525)
******************** TEST 'Clang :: Index/complete-tabs.c' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-tabs.c:5:5 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-tabs.c | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-tabs.c
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-tabs.c:8:15: error: expected string not found in input
// CHECK-CC1: {TypedText x}
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: Clang :: Index/complete-templates.cpp (1165 of 2525)
******************** TEST 'Clang :: Index/complete-templates.cpp' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-templates.cpp:14:2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-templates.cpp | FileCheck /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-templates.cpp
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-templates.cpp:18:11: error: expected string not found in input
// CHECK: FunctionTemplate:{ResultType void}{TypedText f}{LeftParen (}{Placeholder T}{RightParen )} (45)
          ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: Clang :: Index/complete-type-factors.m (1166 of 2525)
******************** TEST 'Clang :: Index/complete-type-factors.m' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m:16:11 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m | FileCheck -check-prefix=CHECK-CC1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m:17:18 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m | FileCheck -check-prefix=CHECK-CC2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m:18:10 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m | FileCheck -check-prefix=CHECK-CC3 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m:19:9 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m | FileCheck -check-prefix=CHECK-CC4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m:21:9 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m | FileCheck -check-prefix=CHECK-CC4 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m:22:7 -Xclang -code-completion-patterns /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m | FileCheck -check-prefix=CHECK-CC6 /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-type-factors.m:30:15: error: expected string not found in input
// CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (30)
              ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: Clang :: Index/complete-unterminated.c (1167 of 2525)
******************** TEST 'Clang :: Index/complete-unterminated.c' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-unterminated.c:5:1 -pedantic /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-unterminated.c 2> /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/complete-unterminated.c.tmp.err | FileCheck /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-unterminated.c
not grep error /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/complete-unterminated.c.tmp.err
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-unterminated.c:8:6 -pedantic /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-unterminated.c 2> /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/complete-unterminated.c.tmp.err
not grep error /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/complete-unterminated.c.tmp.err
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-unterminated.c:10:28 -pedantic /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-unterminated.c 2> /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/complete-unterminated.c.tmp.err
not grep unterminated /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/complete-unterminated.c.tmp.err
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-unterminated.c:11:17 -pedantic /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-unterminated.c 2> /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/complete-unterminated.c.tmp.err
not grep unterminated /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/complete-unterminated.c.tmp.err
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-unterminated.c:18:10 -pedantic /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-unterminated.c 2> /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/complete-unterminated.c.tmp.err
not grep unterminated /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/complete-unterminated.c.tmp.err
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/complete-unterminated.c:22:11: error: expected string not found in input
// CHECK: {TypedText Integer}
          ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.
FAIL: Clang :: Index/remap-complete.c (1191 of 2525)
******************** TEST 'Clang :: Index/remap-complete.c' FAILED ********************
Script:
--
c-index-test -code-completion-at=/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/remap-complete.c:6:2 -remap-file="/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/remap-complete.c;/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Inputs/remap-complete-to.c" /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/remap-complete.c 2> /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/remap-complete.c.tmp.err | FileCheck /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/remap-complete.c
FileCheck -check-prefix=CHECK-DIAGS /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/remap-complete.c < /builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/Output/remap-complete.c.tmp.err
--
Exit Code: 1
Command Output (stderr):
--
/builddir/build/BUILD/llvm-2.8/tools/clang/test/Index/remap-complete.c:5:11: error: expected string not found in input
// CHECK: FunctionDecl:{ResultType int}{TypedText f0}{LeftParen (}
          ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: Clang :: Lexer/rdr-6096838-2.c (1220 of 2525)
******************** TEST 'Clang :: Lexer/rdr-6096838-2.c' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -pedantic -std=gnu89 -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/Lexer/rdr-6096838-2.c
--
Exit Code: 1
Command Output (stderr):
--
error: 'warning' diagnostics seen but not expected: 
  Line 5: magnitude of floating-point constant too small for type 'long double'; minimum is 4.940656458412465E-324
2 warnings and 1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: Clang :: Lexer/rdr-6096838.c (1221 of 2525)
******************** TEST 'Clang :: Lexer/rdr-6096838.c' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/Lexer/rdr-6096838.c
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -std=gnu89 -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/Lexer/rdr-6096838.c
--
Exit Code: 1
Command Output (stderr):
--
error: 'warning' diagnostics seen but not expected: 
  Line 6: magnitude of floating-point constant too small for type 'long double'; minimum is 4.940656458412465E-324
1 warning and 1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: Clang :: PCH/chain-cxx.cpp (1243 of 2525)
******************** TEST 'Clang :: PCH/chain-cxx.cpp' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -fsyntax-only -verify -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Inputs/chain-cxx1.h -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Inputs/chain-cxx2.h /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/chain-cxx.cpp
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x c++ -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/chain-cxx.cpp.tmp1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Inputs/chain-cxx1.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x c++ -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/chain-cxx.cpp.tmp2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Inputs/chain-cxx2.h -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/chain-cxx.cpp.tmp1 -chained-pch
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -fsyntax-only -verify -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/chain-cxx.cpp.tmp2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/chain-cxx.cpp
--
Exit Code: 1
Command Output (stderr):
--
fatal error: malformed or corrupted PCH file: 'declaration ID out-of-range for AST file'
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: Clang :: PCH/cxx-friends.cpp (1252 of 2525)
******************** TEST 'Clang :: PCH/cxx-friends.cpp' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-friends.h -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-friends.cpp
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x c++-header -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx-friends.cpp.tmp /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-friends.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx-friends.cpp.tmp -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-friends.cpp
--
Exit Code: 1
Command Output (stderr):
--
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: Clang :: PCH/chain-selectors.m (1254 of 2525)
******************** TEST 'Clang :: PCH/chain-selectors.m' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/chain-selectors.m -Wselector -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Inputs/chain-selectors1.h -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Inputs/chain-selectors2.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x objective-c -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/chain-selectors.m.tmp1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Inputs/chain-selectors1.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x objective-c -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/chain-selectors.m.tmp2 /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Inputs/chain-selectors2.h -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/chain-selectors.m.tmp1 -chained-pch
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/chain-selectors.m -Wselector -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/chain-selectors.m.tmp2
--
Exit Code: 139
Command Output (stderr):
--
4 warnings generated.
0  libLLVM-2.8.so 0x00000fffa4fbc500
1  libLLVM-2.8.so 0x00000fffa4fbcd20
2                 0x00000fffa5590418 __kernel_sigtramp_rt64 + 0
3  clang          0x000000001071cc74 clang::DeclContext::lookup(clang::DeclarationName) + 18446744073707048908
4  clang          0x0000000010463098 clang::Sema::MatchAllMethodDeclarations(llvm::DenseSet<clang::Selector, llvm::DenseMapInfo<clang::Selector> > const&, llvm::DenseSet<clang::Selector, llvm::DenseMapInfo<clang::Selector> > const&, llvm::DenseSet<clang::Selector, llvm::DenseMapInfo<clang::Selector> >&, llvm::DenseSet<clang::Selector, llvm::DenseMapInfo<clang::Selector> >&, clang::ObjCImplDecl*, clang::ObjCContainerDecl*, bool&, bool) + 18446744073704260112
5  clang          0x0000000010463c90 clang::Sema::ImplMethodsVsClassMethods(clang::Scope*, clang::ObjCImplDecl*, clang::ObjCContainerDecl*, bool) + 18446744073704263160
6  clang          0x0000000010465bfc clang::Sema::ActOnAtEnd(clang::Scope*, clang::SourceRange, clang::Decl*, clang::Decl**, unsigned int, clang::Decl**, unsigned int, clang::OpaquePtr<clang::DeclGroupRef>*, unsigned int) + 18446744073704271188
7  clang          0x0000000010366c64 clang::Parser::ParseObjCAtEndDeclaration(clang::SourceRange) + 18446744073703244668
8  clang          0x0000000010370fb8 clang::Parser::ParseObjCAtDirectives() + 18446744073703286000
9  clang          0x0000000010382c7c clang::Parser::ParseExternalDeclaration(clang::CXX0XAttributeList, clang::Parser::ParsingDeclSpec*) + 18446744073703357700
10 clang          0x000000001038339c clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&) + 18446744073703359508
11 clang          0x00000000103643b8 clang::ParseAST(clang::Sema&, bool) + 18446744073703234608
12 clang          0x000000001014eb38 clang::ASTFrontendAction::ExecuteAction() + 18446744073701100928
13 clang          0x000000001014ef80 clang::FrontendAction::Execute() + 18446744073701101880
14 clang          0x0000000010139c48 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) + 18446744073701016208
15 clang          0x000000001011f69c clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 18446744073700912308
16 clang          0x00000000101170b8 cc1_main(char const**, char const**, char const*, void*) + 18446744073700878368
17 clang          0x0000000010115240 main + 18446744073700870248
18 libc.so.6      0x00000fffa3cb1728
19 libc.so.6      0x00000fffa3cb190c __libc_start_main + 18446744073708047452
Stack dump:
0.	Program arguments: /builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/chain-selectors.m -Wselector -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/chain-selectors.m.tmp2 
1.	/builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/chain-selectors.m:14:1: current parser token 'void'
/builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/chain-selectors.m.script: line 4:  3655 Segmentation fault      (core dumped) /builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/chain-selectors.m -Wselector -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/chain-selectors.m.tmp2
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: Clang :: PCH/cxx-namespaces.cpp (1255 of 2525)
******************** TEST 'Clang :: PCH/cxx-namespaces.cpp' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-namespaces.h -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-namespaces.cpp
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x c++-header -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx-namespaces.cpp.tmp /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-namespaces.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx-namespaces.cpp.tmp -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-namespaces.cpp
--
Exit Code: 1
Command Output (stderr):
--
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: Clang :: PCH/cxx-static_assert.cpp (1258 of 2525)
******************** TEST 'Clang :: PCH/cxx-static_assert.cpp' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-static_assert.h -verify -std=c++0x /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-static_assert.cpp
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x c++-header -std=c++0x -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx-static_assert.cpp.tmp /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-static_assert.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx-static_assert.cpp.tmp -verify -std=c++0x /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-static_assert.cpp
--
Exit Code: 1
Command Output (stderr):
--
1 error generated.
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: Clang :: PCH/cxx-traits.cpp (1259 of 2525)
******************** TEST 'Clang :: PCH/cxx-traits.cpp' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-traits.h -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-traits.cpp
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x c++-header -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx-traits.cpp.tmp /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-traits.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx-traits.cpp.tmp -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-traits.cpp
--
Exit Code: 1
Command Output (stderr):
--
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: Clang :: PCH/cxx-templates.cpp (1260 of 2525)
******************** TEST 'Clang :: PCH/cxx-templates.cpp' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.cpp -ast-dump -o -
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.cpp -emit-llvm -o - | FileCheck /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.cpp
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x c++-header -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx-templates.cpp.tmp /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx-templates.cpp.tmp -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.cpp -ast-dump  -o -
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx-templates.cpp.tmp /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.cpp -emit-llvm -o - | FileCheck /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.cpp
--
Exit Code: 1
Command Output (stdout):
--
typedef __int128_t __int128_t;
typedef __uint128_t __uint128_t;
typedef char *__builtin_va_list;
template <typename T1, typename T2> struct S;
template <typename T1, typename T2> struct S {
    struct S;
    S<T1, T2>() (CompoundStmt 0x10027fdacf8 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:8:7, col:9>)


    static void templ();
};
struct S {
    struct S;
    static void partial();
};
struct S {
    struct S;
    static void explicit_special();
};
template <int x> int tmpl_f2() (CompoundStmt 0x10028001010 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:23:15, col:27>
  (ReturnStmt 0x10028000fe8 <col:17, col:24>
    (DeclRefExpr 0x10028000fb0 <col:24> 'int' Decl='x' 0x10028000e20)))

;
template <typename T, int y> T templ_f(T x) (CompoundStmt 0x10028003bd8 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:26:16, line:31:1>
  (DeclStmt 0x100280037a0 <line:27:3, col:29>
    0x100280012f0 "int z =
      (CallExpr 0x10028003760 <col:11, col:28> 'int':'int'
        (ImplicitCastExpr 0x10028003738 <col:11, col:25> 'int (*)(int)' <FunctionToPointerDecay>
          (DeclRefExpr 0x10028003630 <col:11, col:25> 'int (int)' FunctionDecl='templ_f' 0x100280034f0))
        (IntegerLiteral 0x10028003250 <col:27> 'int' 3))")
  (BinaryOperator 0x10028003988 <line:28:3, col:20> '<dependent type>' '='
    (DeclRefExpr 0x100280037c0 <col:3> 'int' Var='z' 0x100280012f0)
    (CallExpr 0x10028003950 <col:7, col:20> '<dependent type>'
      (UnresolvedLookupExpr 0x10028003898 <col:7, col:18> '<dependent type>' (ADL) = '1' 0x10028000f70)))
  (DeclStmt 0x10028003af0 <line:29:3, col:12>
    0x10028003aa0 "T data[y]")
  (ReturnStmt 0x10028003bb0 <line:30:3, col:12>
    (BinaryOperator 0x10028003b80 <col:10, col:12> '<dependent type>' '+'
      (DeclRefExpr 0x10028003b10 <col:10> 'T' ParmVar='x' 0x10028001120)
      (DeclRefExpr 0x10028003b48 <col:12> 'int' Decl='y' 0x10028001090))))

;
void govl(int);
void govl(char);
template <typename T> struct Unresolv {
    struct Unresolv;
    void f() (CompoundStmt 0x10028004c88 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:38:12, line:40:3>
  (CallExpr 0x10028004c48 <line:39:5, col:13> '<dependent type>'
    (UnresolvedLookupExpr 0x10028004b88 <col:5> '<overloaded function type>' (ADL) = '1' 0x10028003e30 0x10028003ce0)
    (CXXUnresolvedConstructExpr 0x10028004c10 <col:10, col:12> 'T')))


};
template <typename T> struct Dep {
    struct Dep;
    typedef typename T::type Ty;
    void f() (CompoundStmt 0x10028005940 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:46:12, line:51:3>
  (DeclStmt 0x10028005538 <line:47:5, col:16>
    0x100280054a0 "Ty x =
      (CXXUnresolvedConstructExpr 0x10028005500 <col:12, col:15> 'Ty':'typename T::type')")
  (CallExpr 0x100280055e8 <line:48:5, col:13> '<dependent type>'
    (CXXDependentScopeMemberExpr 0x10028005580 <col:5, col:8> '<dependent type>'))
  (DeclStmt 0x100280057f8 <line:49:5, col:42>
    0x10028005630 "int y =
      (CallExpr 0x100280057b8 <col:13, col:41> '<dependent type>'
        (CXXDependentScopeMemberExpr 0x100280056d0 <col:13, col:38> '<dependent type>')
        (IntegerLiteral 0x10028005780 <col:40> 'int' 0))")
  (CallExpr 0x10028005900 <line:50:5, col:10> '<dependent type>'
    (UnresolvedMemberExpr 0x10028005840 <col:5> '<dependent type>'
      (CXXThisExpr 0x10028005818 <col:5> 'Dep<T> *' this))
    (DeclRefExpr 0x100280058c8 <col:9> 'int' Var='y' 0x10028005630)))


    void ovl(int);
    void ovl(float);
};
template <typename T, typename A1> inline T make_a(A1 const &a1) (CompoundStmt 0x100280075f0 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:58:31, line:61:1>
  (CallExpr 0x10028007508 <line:59:3, col:21> '<dependent type>'
    (DependentScopeDeclRefExpr 0x100280074b8 <col:3, col:6> '<dependent type>'))
  (ReturnStmt 0x100280075c8 <line:60:3, col:14>
    (CXXUnresolvedConstructExpr 0x10028007588 <col:10, col:14> 'T'
      (DeclRefExpr 0x10028007550 <col:12> 'A1 const' ParmVar='a1' 0x10028007300))))

;
template <class T> class UseBase {
    class UseBase;
    void foo();
    typedef int bar;
};
template <class T> class UseA : public UseBase<T> {
    class UseA;
    using UseBase<T>::1;
    using typename UseBase<T>::1;
};
template <class T> class Sub : public UseBase<int> {
    class Sub;
};
template <class _Ret, class _Tp> class mem_fun_t {
    class mem_fun_t;
public:
    mem_fun_t<_Ret, _Tp>(_Ret (_Tp::*__pf)()) (CompoundStmt 0x1002800b2c8 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:81:6, col:7>)


private:
    _Ret (_Tp::*_M_f)();
};
template <unsigned int N> bool isInt(int x);
bool isInt(int x) (CompoundStmt 0x1002800bcd0 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:90:33, line:93:1>
  (CXXTryStmt 0x1002800bc50 <line:91:3, col:34>
    (CompoundStmt 0x1002800bb70 <col:7, col:14>
      (UnaryOperator 0x1002800bb48 <col:9, col:11> 'int' prefix '++'
        (DeclRefExpr 0x1002800bb10 <col:11> 'int' ParmVar='x' 0x1002800b570)))
    (CXXCatchStmt 0x1002800bc30 <col:16, col:34>
      (CompoundStmt 0x1002800bc00 <col:27, col:34>
        (UnaryOperator 0x1002800bbd8 <col:29, col:31> 'int' prefix '--'
          (DeclRefExpr 0x1002800bba0 <col:31> 'int' ParmVar='x' 0x1002800b570)))))
  (ReturnStmt 0x1002800bca8 <line:92:3, col:10>
    (CXXBoolLiteralExpr 0x1002800bc88 <col:10> '_Bool' true)))


template <typename _CharT> int __copy_streambufs_eof(_CharT);
class basic_streambuf {
    class basic_streambuf;
    void m() (CompoundStmt 0x1002800ce28 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:100:12, col:14>)


    ;
};
template <typename T> struct S_PR7660 {
    struct S_PR7660;
    void g(void (*)(T));
};
void g(void (*)(int)) (CompoundStmt 0x1002800f4d0 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:106:49, col:50>)


template <typename type-parameter-0-0> class C_PR7670;
class C_PR7670;
class C_PR7670;
template <bool B> struct S2 {
    struct S2;
    static bool V;
};
struct S2 {
    struct S2;
    static bool V;
};
template <typename T> struct S3 {
    struct S3;
    void m();
};
inline void m() (CompoundStmt 0x100280126e8 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:126:24, col:26>)


template <typename T> struct S4 {
    struct S4;
    void m() (CompoundStmt 0x10028012b48 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:130:14, col:16>)


};
struct S4 {
    struct S4;
    void m() (CompoundStmt 0x10028012b48 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:130:14, col:16>)


};
void S4ImplicitInst() (CompoundStmt 0x10028014860 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:134:23, line:137:1>
  (DeclStmt 0x10028014760 <line:135:5, col:14>
    0x10028014710 "S4<int> s")
  (CXXMemberCallExpr 0x10028014800 <line:136:5, col:9> 'void'
    (MemberExpr 0x100280147b8 <col:5, col:7> 'void (void)' .m 0x10028014510
      (DeclRefExpr 0x10028014780 <col:5> 'S4<int>':'struct S4<int>' Var='s' 0x10028014710))))


struct A {
    struct A;
    typedef int type;
    static void my_f();
    template <typename T> static T my_templf(T x) (CompoundStmt 0x10028014db8 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.cpp:17:27, col:39>
  (ReturnStmt 0x10028014d90 <col:29, col:36>
    (DeclRefExpr 0x10028014d58 <col:36> 'T' ParmVar='x' 0x10028014c10)))

;
};
void test() (CompoundStmt 0x10028018e00 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.cpp:20:13, line:33:1>
  (DeclStmt 0x10028015298 <line:21:3, col:29>
    0x10028014ea0 "int x =
      (CallExpr 0x10028015258 <col:11, col:28> 'int':'int'
        (ImplicitCastExpr 0x10028015230 <col:11, col:25> 'int (*)(int)' <FunctionToPointerDecay>
          (DeclRefExpr 0x10028015178 <col:11, col:25> 'int (int)' FunctionDecl='templ_f' 0x100280034f0))
        (IntegerLiteral 0x10028015028 <col:27> 'int' 3))")
  (CallExpr 0x10028016708 <line:23:3, col:25> 'void'
    (ImplicitCastExpr 0x100280166e0 <col:3, col:19> 'void (*)(void)' <FunctionToPointerDecay>
      (DeclRefExpr 0x10028016670 <col:3, col:19> 'void (void)' Decl='templ' 0x100280165d0)))
  (CallExpr 0x10028016c80 <line:24:3, col:25> 'void'
    (ImplicitCastExpr 0x10028016c58 <col:3, col:17> 'void (*)(void)' <FunctionToPointerDecay>
      (DeclRefExpr 0x10028016c10 <col:3, col:17> 'void (void)' Decl='partial' 0x10028016b70)))
  (CallExpr 0x10028016e18 <line:25:3, col:35> 'void'
    (ImplicitCastExpr 0x10028016df0 <col:3, col:18> 'void (*)(void)' <FunctionToPointerDecay>
      (DeclRefExpr 0x10028016da8 <col:3, col:18> 'void (void)' Decl='explicit_special' 0x10028000d80)))
  (DeclStmt 0x100280186a0 <line:27:3, col:16>
    0x10028018650 "Dep<A>::Ty ty")
  (DeclStmt 0x100280187d0 <line:28:3, col:11>
    0x10028018780 "Dep<A> a")
  (CXXMemberCallExpr 0x10028018870 <line:29:3, col:7> 'void'
    (MemberExpr 0x10028018828 <col:3, col:5> 'void (void)' .f 0x10028018340
      (DeclRefExpr 0x100280187f0 <col:3> 'Dep<struct A>':'struct Dep<struct A>' Var='a' 0x10028018780)))
  (DeclStmt 0x10028018d00 <line:31:3, col:13>
    0x10028018ac0 "S3<int> s3")
  (CXXMemberCallExpr 0x10028018da0 <line:32:3, col:8> 'void'
    (MemberExpr 0x10028018d58 <col:3, col:6> 'void (void)' .m 0x10028018c60
      (DeclRefExpr 0x10028018d20 <col:3> 'S3<int>':'struct S3<int>' Var='s3' 0x10028018ac0))))


struct S4;
typedef __int128_t __int128_t;
typedef __uint128_t __uint128_t;
typedef char *__builtin_va_list;
template <typename T1, typename T2> struct S;
template <typename T1, typename T2> struct S {
    struct S;
    S<T1, T2>() (CompoundStmt 0x1002d3924f0 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:8:7, col:9>)


    static void templ();
};
struct S {
    struct S;
    static void partial();
};
struct S {
    struct S;
    static void explicit_special();
};
template <int x> int tmpl_f2() (CompoundStmt 0x1002d389980 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:23:15, col:27>
  (ReturnStmt 0x1002d389958 <col:17, col:24>
    (DeclRefExpr 0x1002d389920 <col:24> 'int' Decl='x' 0x1002d37cc90)))

;
template <typename T, int y> T templ_f(T x) (CompoundStmt 0x1002d389128 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:26:16, line:31:1>
  (DeclStmt 0x1002d389108 <line:27:3, col:29>
    0x1002d388ed0 "int z =
      (CallExpr 0x1002d389090 <col:11, col:28> 'int':'int'
        (ImplicitCastExpr 0x1002d389068 <col:11, col:25> 'int (*)(int)' <FunctionToPointerDecay>
          (DeclRefExpr 0x1002d388fa0 <col:11, col:25> 'int (int)' FunctionDecl='templ_f' 0x1002d37d010))
        (IntegerLiteral 0x1002d388f30 <col:27> 'int' 3))")
  (BinaryOperator 0x1002d3890d8 <line:28:3, col:20> '<dependent type>' '='
    (DeclRefExpr 0x1002d37ec30 <col:3> 'int' Var='z' 0x1002d388ed0)
    (CallExpr 0x1002d37ebf8 <col:7, col:20> '<dependent type>'
      (UnresolvedLookupExpr 0x1002d37eb40 <col:7, col:18> '<dependent type>' (ADL) = '1' 0x1002d37cc50)))
  (DeclStmt 0x1002d37e908 <line:29:3, col:12>
    0x1002d37e930 "T data[y]")
  (ReturnStmt 0x1002d37e8e0 <line:30:3, col:12>
    (BinaryOperator 0x1002d37e8b0 <col:10, col:12> '<dependent type>' '+'
      (DeclRefExpr 0x1002d37e878 <col:10> 'T' ParmVar='x' 0x1002d37ce70)
      (DeclRefExpr 0x1002d37e840 <col:12> 'int' Decl='y' 0x1002d37cf50))))

;
void govl(int);
void govl(char);
template <typename T> struct Unresolv {
    struct Unresolv;
    void f() (CompoundStmt 0x1002d3a32a8 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:38:12, line:40:3>
  (CallExpr 0x1002d3a3260 <line:39:5, col:13> '<dependent type>'
    (UnresolvedLookupExpr 0x1002d3a31e8 <col:5> '<overloaded function type>' (ADL) = '1' 0x1002d38b920 0x1002d38b800)
    (CXXUnresolvedConstructExpr 0x1002d3a31b0 <col:10, col:12> 'T')))


};
template <typename T> struct Dep {
    struct Dep;
    typedef typename T::type Ty;
    void f() (CompoundStmt 0x1002d3a3b68 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:46:12, line:51:3>
  (DeclStmt 0x1002d3a3ab0 <line:47:5, col:16>
    0x1002d3a3ad0 "Ty x =
      (CXXUnresolvedConstructExpr 0x1002d3a3b30 <col:12, col:15> 'Ty':'typename T::type')")
  (CallExpr 0x1002d3a3a78 <line:48:5, col:13> '<dependent type>'
    (CXXDependentScopeMemberExpr 0x1002d3a3a10 <col:5, col:8> '<dependent type>'))
  (DeclStmt 0x1002d3a39f0 <line:49:5, col:42>
    0x1002d3a3730 "int y =
      (CallExpr 0x1002d3a38b0 <col:13, col:41> '<dependent type>'
        (CXXDependentScopeMemberExpr 0x1002d3a37c8 <col:13, col:38> '<dependent type>')
        (IntegerLiteral 0x1002d3a3790 <col:40> 'int' 0))")
  (CallExpr 0x1002d3a39a8 <line:50:5, col:10> '<dependent type>'
    (UnresolvedMemberExpr 0x1002d3a3920 <col:5> '<dependent type>'
      (CXXThisExpr 0x1002d3a38f8 <col:5> 'Dep<T> *' this))
    (DeclRefExpr 0x1002d3a36f8 <col:9> 'int' Var='y' 0x1002d3a3730)))


    void ovl(int);
    void ovl(float);
};
template <typename T, typename A1> inline T make_a(A1 const &a1) (CompoundStmt 0x1002d3a3cd8 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:58:31, line:61:1>
  (CallExpr 0x1002d3a3ca0 <line:59:3, col:21> '<dependent type>'
    (DependentScopeDeclRefExpr 0x1002d3a3c50 <col:3, col:6> '<dependent type>'))
  (ReturnStmt 0x1002d3a3c28 <line:60:3, col:14>
    (CXXUnresolvedConstructExpr 0x1002d3a3be8 <col:10, col:14> 'T'
      (DeclRefExpr 0x1002d3a3bb0 <col:12> 'A1 const' ParmVar='a1' 0x1002d38c660))))

;
template <class T> class UseBase {
    class UseBase;
    void foo();
    typedef int bar;
};
template <class T> class UseA : public UseBase<T> {
    class UseA;
    using UseBase<T>::1;
    using typename UseBase<T>::1;
};
template <class T> class Sub : public UseBase<int> {
    class Sub;
};
template <class _Ret, class _Tp> class mem_fun_t {
    class mem_fun_t;
public:
    mem_fun_t<_Ret, _Tp>(_Ret (_Tp::*__pf)()) (CompoundStmt 0x1002d3a5b00 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:81:6, col:7>)


private:
    _Ret (_Tp::*_M_f)();
};
template <unsigned int N> bool isInt(int x);
bool isInt(int x) (CompoundStmt 0x1002d3a5ce8 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:90:33, line:93:1>
  (CXXTryStmt 0x1002d3a5cb0 <line:91:3, col:34>
    (CompoundStmt 0x1002d3a5c80 <col:7, col:14>
      (UnaryOperator 0x1002d3a5c58 <col:9, col:11> 'int' prefix '++'
        (DeclRefExpr 0x1002d3a5c20 <col:11> 'int' ParmVar='x' 0x1002d37b050)))
    (CXXCatchStmt 0x1002d3a5c00 <col:16, col:34>
      (CompoundStmt 0x1002d3a5bd0 <col:27, col:34>
        (UnaryOperator 0x1002d3a5ba8 <col:29, col:31> 'int' prefix '--'
          (DeclRefExpr 0x1002d3a5b70 <col:31> 'int' ParmVar='x' 0x1002d37b050)))))
  (ReturnStmt 0x1002d3a5b48 <line:92:3, col:10>
    (CXXBoolLiteralExpr 0x1002d3a5b28 <col:10> '_Bool' true)))


template <typename _CharT> int __copy_streambufs_eof(_CharT);
class basic_streambuf {
    class basic_streambuf;
    void m() (CompoundStmt 0x1002d3a5dc0 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:100:12, col:14>)


    ;
};
template <typename T> struct S_PR7660 {
    struct S_PR7660;
    void g(void (*)(T));
};
void g(void (*)(int)) (CompoundStmt 0x1002d3a5de8 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:106:49, col:50>)


template <typename type-parameter-0-0> class C_PR7670;
class C_PR7670;
class C_PR7670;
template <bool B> struct S2 {
    struct S2;
    static bool V;
};
struct S2 {
    struct S2;
    static bool V;
};
template <typename T> struct S3 {
    struct S3;
    void m();
};
inline void m() (CompoundStmt 0x1002d3a5ee0 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:126:24, col:26>)


template <typename T> struct S4 {
    struct S4;
    void m() (CompoundStmt 0x1002d37e818 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:130:14, col:16>)


};
struct S4 {
    struct S4;
    void m() (CompoundStmt 0x1002d37e818 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:130:14, col:16>)


};
void S4ImplicitInst() (CompoundStmt 0x1002d3a60c8 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.h:134:23, line:137:1>
  (DeclStmt 0x1002d3a60a8 <line:135:5, col:14>
    0x1002d3a5fa0 "S4<int> s")
  (CXXMemberCallExpr 0x1002d3a6070 <line:136:5, col:9> 'void'
    (MemberExpr 0x1002d3a6028 <col:5, col:7> 'void (void)' .m 0x1002d36a460
      (DeclRefExpr 0x1002d3a5f08 <col:5> 'S4<int>':'struct S4<int>' Var='s' 0x1002d3a5fa0))))


struct A {
    struct A;
    typedef int type;
    static void my_f();
    template <typename T> static T my_templf(T x) (CompoundStmt 0x1002d37e1d8 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.cpp:17:27, col:39>
  (ReturnStmt 0x1002d37e1b0 <col:29, col:36>
    (DeclRefExpr 0x1002d37e178 <col:36> 'T' ParmVar='x' 0x1002d37e030)))

;
};
void test() (CompoundStmt 0x1002d37e728 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-templates.cpp:20:13, line:33:1>
  (DeclStmt 0x1002d37e708 <line:21:3, col:29>
    0x1002d37e2c0 "int x =
      (CallExpr 0x1002d37e6c8 <col:11, col:28> 'int':'int'
        (ImplicitCastExpr 0x1002d37e6a0 <col:11, col:25> 'int (*)(int)' <FunctionToPointerDecay>
          (DeclRefExpr 0x1002d37e598 <col:11, col:25> 'int (int)' FunctionDecl='templ_f' 0x1002d37d010))
        (IntegerLiteral 0x1002d37e448 <col:27> 'int' 3))"))


struct S4;
--
Command Output (stderr):
--
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: Clang :: PCH/cxx-typeid.cpp (1261 of 2525)
******************** TEST 'Clang :: PCH/cxx-typeid.cpp' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang  -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-typeid.h -fsyntax-only -Xclang -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-typeid.cpp
/builddir/build/BUILD/llvm-2.8/Release/bin/clang  -ccc-pch-is-pch -x c++-header -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx-typeid.cpp.tmp.gch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-typeid.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang  -ccc-pch-is-pch -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx-typeid.cpp.tmp -fsyntax-only -Xclang -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-typeid.cpp
--
Exit Code: 1
Command Output (stderr):
--
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: Clang :: PCH/cxx-using.cpp (1262 of 2525)
******************** TEST 'Clang :: PCH/cxx-using.cpp' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-using.h -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-using.cpp
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x c++-header -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx-using.cpp.tmp /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-using.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx-using.cpp.tmp -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx-using.cpp
--
Exit Code: 1
Command Output (stderr):
--
1 error generated.
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: Clang :: PCH/cxx_exprs.cpp (1263 of 2525)
******************** TEST 'Clang :: PCH/cxx_exprs.cpp' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h -std=c++0x -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp -ast-dump
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x c++-header -std=c++0x -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx_exprs.cpp.tmp /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -std=c++0x -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/cxx_exprs.cpp.tmp -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp -ast-dump
--
Exit Code: 1
Command Output (stdout):
--
typedef __int128_t __int128_t;
typedef __uint128_t __uint128_t;
typedef char *__builtin_va_list;
typedef typeof (static_cast<void *>(0)) static_cast_result;
struct Base {
    struct Base;
    Base(int);
    virtual void f(int x = (IntegerLiteral 0x10018231ed8 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:8:49> 'int' 492)
);
    void ~Base();
    inline Base &operator=(Base const &) throw();
    inline Base(Base const &) throw();
};
struct Derived :  Base {
    struct Derived;
    Derived();
    void g();
    inline Derived &operator=(Derived const &) throw();
    inline void ~Derived();
    inline Derived(Derived const &) throw();
};
Base *base_ptr;
typedef typeof (dynamic_cast<Derived *>(base_ptr)) dynamic_cast_result;
typedef typeof (reinterpret_cast<void *>(0)) reinterpret_cast_result;
char const *const_char_ptr_value;
typedef typeof (const_cast<char *>(const_char_ptr_value)) const_cast_result;
int int_value;
typedef typeof (double(int_value)) functional_cast_result;
typedef typeof (true) bool_literal_result;
bool const true_value = (CXXBoolLiteralExpr 0x10018232d20 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:26:25> '_Bool' true)
;
bool const false_value = (CXXBoolLiteralExpr 0x10018232da0 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:27:26> '_Bool' false)
;
typedef typeof (nullptr) cxx_null_ptr_result;
void foo(Derived *P) (CompoundStmt 0x10018233558 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:32:22, line:35:1>
  (CXXMemberCallExpr 0x100182334e8 <line:34:3, col:10> 'void'
    (MemberExpr 0x10018233468 <col:3, col:6> 'void (int)' ->f 0x1001820a9f0
      (ImplicitCastExpr 0x10018233528 <col:3> 'struct Base *' <UncheckedDerivedToBase (Base)> lvalue
        (DeclRefExpr 0x10018233430 <col:3> 'struct Derived *' ParmVar='P' 0x100182332f0)))
    (IntegerLiteral 0x100182334b0 <col:8> 'int' 12)))


namespace std {
    class type_info {
        class type_info;
    };
}
typedef typeof (typeid(int)) *typeid_result1;
typedef typeof (typeid(2)) *typeid_result2;
Derived foo();
Derived() : Base((IntegerLiteral 0x10018233f70 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:49:27> 'int' 4)
) (CompoundStmt 0x10018234038 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:49:30, line:50:1>)


void g() (CompoundStmt 0x10018235990 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:52:19, line:73:1>
  (CXXMemberCallExpr 0x100182341f8 <line:54:3, col:6> 'void'
    (MemberExpr 0x10018234178 <col:3> 'void (int)' ->f 0x1001820a9f0
      (ImplicitCastExpr 0x10018234238 <col:3> 'struct Base *' <UncheckedDerivedToBase (Base)>
        (CXXThisExpr 0x10018234150 <col:3> 'struct Derived *' this)))
    (IntegerLiteral 0x100182341c0 <col:5> 'int' 2))
  (CXXMemberCallExpr 0x10018234b50 <line:55:3, col:12> 'void'
    (MemberExpr 0x10018234ad0 <col:3, col:9> 'void (int)' ->f 0x1001820a9f0
      (ImplicitCastExpr 0x10018234b90 <col:3> 'struct Base *' <UncheckedDerivedToBase (Base)>
        (CXXThisExpr 0x10018234268 <col:3> 'struct Derived *' this)))
    (IntegerLiteral 0x10018234b18 <col:11> 'int' 1))
  (CXXThrowExpr 0x10018234bc0 <line:58:3> 'void')
  (CXXThrowExpr 0x10018234c28 <line:59:3, col:9> 'void'
    (IntegerLiteral 0x10018234bf0 <col:9> 'int' 42))
  (CXXMemberCallExpr 0x10018234cc8 <line:62:3, col:5> 'void'
    (MemberExpr 0x10018234c80 <col:3> 'void (int)' ->f 0x1001820a9f0
      (ImplicitCastExpr 0x10018234d00 <col:3> 'struct Base *' <UncheckedDerivedToBase (Base)>
        (CXXThisExpr 0x10018234c58 <col:3> 'struct Derived *' this)))
    (CXXDefaultArgExpr 0x10018234d40 <<invalid sloc>> 'int'))
  (DeclStmt 0x10018234fb0 <line:64:3, col:27>
    0x10018234d80 "Derived const &X =
      (CXXExprWithTemporaries 0x10018234f70 <col:22, col:26> 'struct Derived const'
        (CXXTemporary 0x10018234f10)
        (ImplicitCastExpr 0x10018234f48 <col:22, col:26> 'struct Derived const' <NoOp>
          (CXXBindTemporaryExpr 0x10018234f18 <col:22, col:26> 'struct Derived' (CXXTemporary 0x10018234f10)
            (CallExpr 0x10018234ed0 <col:22, col:26> 'struct Derived'
              (ImplicitCastExpr 0x10018234ea8 <col:22> 'struct Derived (*)(void)' <FunctionToPointerDecay>
                (DeclRefExpr 0x10018234e48 <col:22> 'struct Derived (void)' FunctionDecl='foo' 0x10018233ac0))))))")
  (DeclStmt 0x100182350d8 <line:68:3, col:19>
    0x10018234fe0 "int A =
      (CXXFunctionalCastExpr 0x100182350a0 <col:11, col:18> 'int' functional cast to int
        (ImplicitCastExpr 0x10018235078 <col:15> 'int' <FloatingToIntegral>
          (FloatingLiteral 0x10018235040 <col:15> 'double' 5.000000e-01)))")
  (BinaryOperator 0x10018235168 <line:69:3, col:11> 'int' '='
    (DeclRefExpr 0x100182350f8 <col:3> 'int' Var='A' 0x10018234fe0)
    (CXXScalarValueInitExpr 0x10018235140 <col:7, col:11> 'int'))
  (DeclStmt 0x100182358d8 <line:71:3, col:24>
    0x100182351b0 "Base *b =
      (CXXNewExpr 0x10018235880 <col:13, col:23> 'struct Base *'
        (IntegerLiteral 0x10018235200 <col:22> 'int' 4))")
  (CXXDeleteExpr 0x10018235958 <line:72:3, col:10> 'void'
    (ImplicitCastExpr 0x10018235930 <col:10> 'void *' <NoOp>
      (DeclRefExpr 0x100182358f8 <col:10> 'struct Base *' Var='b' 0x100182351b0))))


void *operator new(unsigned long) throw(std::bad_alloc);
void *operator new[](unsigned long) throw(std::bad_alloc);
void operator delete(void *) throw();
void operator delete[](void *) throw();
struct CtorStruct {
    struct CtorStruct;
    CtorStruct(int, float);
    inline CtorStruct(CtorStruct const &) throw() (CompoundStmt 0x10018236590 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:78:8>)


};
CtorStruct create_CtorStruct() (CompoundStmt 0x10018236650 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:80:32, line:82:1>
  (ReturnStmt 0x10018236628 <line:81:3, col:29>
    (CXXConstructExpr 0x100182365e0 <col:10, col:29> 'struct CtorStruct''void (struct CtorStruct const &) throw()' elidable
      (ImplicitCastExpr 0x100182365b8 <col:10, col:29> 'struct CtorStruct const' <NoOp>
        (CXXTemporaryObjectExpr 0x10018236538 <col:10, col:29> 'struct CtorStruct''void (int, float)'
          (IntegerLiteral 0x10018236328 <col:21> 'int' 1)
          (FloatingLiteral 0x10018236360 <col:24> 'float' 3.140000e+00))))))


int integer;
double floating;
char character;
bool boolean;
static_cast_result void_ptr = (ImplicitCastExpr 0x10018236908 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:14:31, col:32> 'static_cast_result':'void *' <Unknown>
  (UnaryOperator 0x100182368e0 <col:31, col:32> 'int *' prefix '&'
    (DeclRefExpr 0x10018236880 <col:32> 'int' Var='integer' 0x10018236690)))
;
Derived *d;
dynamic_cast_result derived_ptr = (DeclRefExpr 0x10018236a10 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:18:35> 'struct Derived *' Var='d' 0x10018236940)
;
reinterpret_cast_result void_ptr2 = (ImplicitCastExpr 0x10018236b30 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:21:37, col:38> 'reinterpret_cast_result':'void *' <Unknown>
  (UnaryOperator 0x10018236b08 <col:37, col:38> 'int *' prefix '&'
    (DeclRefExpr 0x10018236ad0 <col:38> 'int' Var='integer' 0x10018236690)))
;
const_cast_result char_ptr = (UnaryOperator 0x10018236c18 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:24:30, col:31> 'char *' prefix '&'
  (DeclRefExpr 0x10018236be0 <col:31> 'char' Var='character' 0x10018236750))
;
functional_cast_result *double_ptr = (UnaryOperator 0x10018236d48 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:27:38, col:39> 'double *' prefix '&'
  (DeclRefExpr 0x10018236d10 <col:39> 'double' Var='floating' 0x100182366f0))
;
bool_literal_result *bool_ptr = (UnaryOperator 0x10018236e78 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:30:33, col:34> '_Bool *' prefix '&'
  (DeclRefExpr 0x10018236e40 <col:34> '_Bool' Var='boolean' 0x100182367b0))
;
;
;
cxx_null_ptr_result null_ptr = (CXXNullPtrLiteralExpr 0x10018238a60 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:35:32> 'nullptr_t')
;
typeid_result1 typeid_1 = (ImplicitCastExpr 0x10018238b38 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:38:27> 'typeid_result1':'typeof (typeid(int)) *' <Unknown>
  (IntegerLiteral 0x10018238b00 <col:27> 'int' 0))
;
typeid_result2 typeid_2 = (ImplicitCastExpr 0x10018238c18 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:39:27> 'typeid_result2':'typeof (typeid(2)) *' <Unknown>
  (IntegerLiteral 0x10018238be0 <col:27> 'int' 0))
;
typedef __int128_t __int128_t;
typedef __uint128_t __uint128_t;
typedef char *__builtin_va_list;
typedef typeof (static_cast<void *>(0)) static_cast_result;
struct Base {
    struct Base;
    Base(int);
    virtual void f(int x = (IntegerLiteral 0x10018355500 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:8:49> 'int' 492)
);
    void ~Base();
    inline Base &operator=(Base const &) throw();
    inline Base(Base const &) throw();
};
struct Derived :  Base {
    struct Derived;
    Derived();
    void g();
    inline Derived &operator=(Derived const &) throw();
    inline void ~Derived();
    inline Derived(Derived const &) throw();
};
Base *base_ptr;
typedef typeof (dynamic_cast<Derived *>(base_ptr)) dynamic_cast_result;
typedef typeof (reinterpret_cast<void *>(0)) reinterpret_cast_result;
char const *const_char_ptr_value;
typedef typeof (const_cast<char *>(const_char_ptr_value)) const_cast_result;
int int_value;
typedef typeof (double(int_value)) functional_cast_result;
typedef typeof (true) bool_literal_result;
bool const true_value = (CXXBoolLiteralExpr 0x1001833aa20 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:26:25> '_Bool' true)
;
bool const false_value = (CXXBoolLiteralExpr 0x1001833aaa0 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:27:26> '_Bool' false)
;
typedef typeof (nullptr) cxx_null_ptr_result;
void foo(Derived *P) (CompoundStmt 0x100183565e8 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:32:22, line:35:1>
  (CXXMemberCallExpr 0x100183565a0 <line:34:3, col:10> 'void'
    (MemberExpr 0x10018356558 <col:3, col:6> 'void (int)' ->f 0x100183553f0
      (ImplicitCastExpr 0x100183564f8 <col:3> 'struct Base *' <UncheckedDerivedToBase (Base)> lvalue
        (DeclRefExpr 0x100183564c0 <col:3> 'struct Derived *' ParmVar='P' 0x1001833abd0)))
    (IntegerLiteral 0x10018356488 <col:8> 'int' 12)))


namespace std {
    class type_info {
        class type_info;
    };
}
typedef typeof (typeid(int)) *typeid_result1;
typedef typeof (typeid(2)) *typeid_result2;
Derived foo();
Derived() : Base((IntegerLiteral 0x100183526c0 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:49:27> 'int' 4)
) (CompoundStmt 0x10018356618 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:49:30, line:50:1>)


void g() (CompoundStmt 0x10018357008 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:52:19, line:73:1>
  (CXXMemberCallExpr 0x10018356fc0 <line:54:3, col:6> 'void'
    (MemberExpr 0x10018356f78 <col:3> 'void (int)' ->f 0x100183553f0
      (ImplicitCastExpr 0x10018356f18 <col:3> 'struct Base *' <UncheckedDerivedToBase (Base)>
        (CXXThisExpr 0x10018356ef0 <col:3> 'struct Derived *' this)))
    (IntegerLiteral 0x10018356eb8 <col:5> 'int' 2))
  (CXXMemberCallExpr 0x10018356e70 <line:55:3, col:12> 'void'
    (MemberExpr 0x10018356e28 <col:3, col:9> 'void (int)' ->f 0x100183553f0
      (ImplicitCastExpr 0x10018356dd0 <col:3> 'struct Base *' <UncheckedDerivedToBase (Base)>
        (CXXThisExpr 0x10018356da8 <col:3> 'struct Derived *' this)))
    (IntegerLiteral 0x10018356d70 <col:11> 'int' 1))
  (CXXThrowExpr 0x10018356d40 <line:58:3> 'void')
  (CXXThrowExpr 0x10018356d10 <line:59:3, col:9> 'void'
    (IntegerLiteral 0x10018356cd8 <col:9> 'int' 42))
  (CXXMemberCallExpr 0x10018356c90 <line:62:3, col:5> 'void'
    (MemberExpr 0x10018356c48 <col:3> 'void (int)' ->f 0x100183553f0
      (ImplicitCastExpr 0x10018356bf0 <col:3> 'struct Base *' <UncheckedDerivedToBase (Base)>
        (CXXThisExpr 0x10018356bc8 <col:3> 'struct Derived *' this)))
    (CXXDefaultArgExpr 0x10018356b98 <<invalid sloc>> 'int'))
  (DeclStmt 0x100183569a8 <line:64:3, col:27>
    0x100183569d0 "Derived const &X =
      (CXXExprWithTemporaries 0x10018356b50 <col:22, col:26> 'struct Derived const'
        (CXXTemporary 0x10018356b90)
        (ImplicitCastExpr 0x10018356b28 <col:22, col:26> 'struct Derived const' <NoOp>
          (CXXBindTemporaryExpr 0x10018356af0 <col:22, col:26> 'struct Derived' (CXXTemporary 0x10018356b20)
            (CallExpr 0x10018356ab8 <col:22, col:26> 'struct Derived'
              (ImplicitCastExpr 0x10018356a68 <col:22> 'struct Derived (*)(void)' <FunctionToPointerDecay>
                (DeclRefExpr 0x10018356a30 <col:22> 'struct Derived (void)' FunctionDecl='foo' 0x1001833ac40))))))")
  (DeclStmt 0x10018356988 <line:68:3, col:19>
    0x10018356850 "int A =
      (CXXFunctionalCastExpr 0x10018356910 <col:11, col:18> 'int' functional cast to int
        (ImplicitCastExpr 0x100183568e8 <col:15> 'int' <FloatingToIntegral>
          (FloatingLiteral 0x100183568b0 <col:15> 'double' 5.000000e-01)))")
  (BinaryOperator 0x10018356958 <line:69:3, col:11> 'int' '='
    (DeclRefExpr 0x10018356818 <col:3> 'int' Var='A' 0x10018356850)
    (CXXScalarValueInitExpr 0x100183567f0 <col:7, col:11> 'int'))
  (DeclStmt 0x100183567d0 <line:71:3, col:24>
    0x10018356680 "Base *b =
      (CXXNewExpr 0x10018356718 <col:13, col:23> 'struct Base *'
        (IntegerLiteral 0x100183566e0 <col:22> 'int' 4))")
  (CXXDeleteExpr 0x10018356798 <line:72:3, col:10> 'void'
    (ImplicitCastExpr 0x10018356770 <col:10> 'void *' <NoOp>
      (DeclRefExpr 0x10018356640 <col:10> 'struct Base *' Var='b' 0x10018356680))))


void *operator new(unsigned long) throw(std::bad_alloc);
void *operator new[](unsigned long) throw(std::bad_alloc);
void operator delete(void *) throw();
void operator delete[](void *) throw();
struct CtorStruct {
    struct CtorStruct;
    CtorStruct(int, float);
    inline CtorStruct(CtorStruct const &) throw() (CompoundStmt 0x10018367468 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:78:8>)


};
CtorStruct create_CtorStruct() (CompoundStmt 0x100183675f0 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.h:80:32, line:82:1>
  (ReturnStmt 0x100183675c8 <line:81:3, col:29>
    (CXXConstructExpr 0x10018367580 <col:10, col:29> 'struct CtorStruct''void (struct CtorStruct const &) throw()' elidable
      (ImplicitCastExpr 0x10018367558 <col:10, col:29> 'struct CtorStruct const' <NoOp>
        (CXXTemporaryObjectExpr 0x10018367500 <col:10, col:29> 'struct CtorStruct''void (int, float)'
          (IntegerLiteral 0x100183674c8 <col:21> 'int' 1)
          (FloatingLiteral 0x10018367490 <col:24> 'float' 3.140000e+00))))))


int integer;
double floating;
char character;
bool boolean;
static_cast_result void_ptr = (ImplicitCastExpr 0x10018353108 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:14:31, col:32> 'static_cast_result':'void *' <Unknown>
  (UnaryOperator 0x100183530e0 <col:31, col:32> 'int *' prefix '&'
    (DeclRefExpr 0x10018353080 <col:32> 'int' Var='integer' 0x10018352d40)))
;
Derived *d;
dynamic_cast_result derived_ptr = (DeclRefExpr 0x10018353340 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:18:35> 'struct Derived *' Var='d' 0x10018353140)
;
reinterpret_cast_result void_ptr2 = (ImplicitCastExpr 0x100183539c8 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:21:37, col:38> 'reinterpret_cast_result':'void *' <Unknown>
  (UnaryOperator 0x100183539a0 <col:37, col:38> 'int *' prefix '&'
    (DeclRefExpr 0x10018353530 <col:38> 'int' Var='integer' 0x10018352d40)))
;
const_cast_result char_ptr = (UnaryOperator 0x10018353bf8 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:24:30, col:31> 'char *' prefix '&'
  (DeclRefExpr 0x10018353bc0 <col:31> 'char' Var='character' 0x10018352e00))
;
functional_cast_result *double_ptr = (UnaryOperator 0x10018353e78 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:27:38, col:39> 'double *' prefix '&'
  (DeclRefExpr 0x10018353e40 <col:39> 'double' Var='floating' 0x10018352da0))
;
bool_literal_result *bool_ptr = (UnaryOperator 0x10018354078 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:30:33, col:34> '_Bool *' prefix '&'
  (DeclRefExpr 0x10018354040 <col:34> '_Bool' Var='boolean' 0x10018352e60))
;
;
;
cxx_null_ptr_result null_ptr = (CXXNullPtrLiteralExpr 0x100183544e0 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:35:32> 'nullptr_t')
;
typeid_result1 typeid_1 = (ImplicitCastExpr 0x10018354958 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:38:27> 'typeid_result1':'typeof (typeid(int)) *' <Unknown>
  (IntegerLiteral 0x10018354920 <col:27> 'int' 0))
;
typeid_result2 typeid_2 = (ImplicitCastExpr 0x100183553c8 </builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/cxx_exprs.cpp:39:27> 'typeid_result2':'typeof (typeid(2)) *' <Unknown>
  (IntegerLiteral 0x10018355390 <col:27> 'int' 0))
;
--
Command Output (stderr):
--
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: Clang :: PCH/exprs.c (1265 of 2525)
******************** TEST 'Clang :: PCH/exprs.c' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -fblocks -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/exprs.h -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/exprs.c
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -emit-pch -fblocks -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/exprs.c.tmp /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/exprs.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -fblocks -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/exprs.c.tmp -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/exprs.c
--
Exit Code: 1
Command Output (stderr):
--
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: Clang :: PCH/namespaces.cpp (1274 of 2525)
******************** TEST 'Clang :: PCH/namespaces.cpp' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x c++ -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Inputs/namespaces.h -fsyntax-only /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/namespaces.cpp
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x c++ -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/namespaces.cpp.tmp /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Inputs/namespaces.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x c++ -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/namespaces.cpp.tmp -fsyntax-only /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/namespaces.cpp
--
Exit Code: 1
Command Output (stderr):
--
fatal error: malformed or corrupted PCH file: 'declaration ID out-of-range for AST file'
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: Clang :: PCH/objc_import.m (1277 of 2525)
******************** TEST 'Clang :: PCH/objc_import.m' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objc_import.h -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objc_import.m
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x objective-c -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/objc_import.m.tmp /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objc_import.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/objc_import.m.tmp -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objc_import.m
--
Exit Code: 1
Command Output (stderr):
--
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: Clang :: PCH/objc_methods.m (1278 of 2525)
******************** TEST 'Clang :: PCH/objc_methods.m' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objc_methods.h -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objc_methods.m
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x objective-c -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/objc_methods.m.tmp /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objc_methods.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/objc_methods.m.tmp -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objc_methods.m
--
Exit Code: 1
Command Output (stderr):
--
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: Clang :: PCH/objc_property.m (1279 of 2525)
******************** TEST 'Clang :: PCH/objc_property.m' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objc_property.h -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objc_property.m
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x objective-c -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/objc_property.m.tmp /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objc_property.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/objc_property.m.tmp -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objc_property.m
--
Exit Code: 1
Command Output (stderr):
--
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: Clang :: PCH/objcxx-ivar-class.mm (1281 of 2525)
******************** TEST 'Clang :: PCH/objcxx-ivar-class.mm' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objcxx-ivar-class.h -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objcxx-ivar-class.mm -emit-llvm -o - | FileCheck /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objcxx-ivar-class.mm
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x objective-c++-header -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/objcxx-ivar-class.mm.tmp /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objcxx-ivar-class.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/objcxx-ivar-class.mm.tmp -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objcxx-ivar-class.mm -emit-llvm -o - | FileCheck /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objcxx-ivar-class.mm
--
Exit Code: 1
Command Output (stderr):
--
0  libLLVM-2.8.so 0x00000fff91d3c500
1  libLLVM-2.8.so 0x00000fff91d3cd20
2                 0x00000fff92310418 __kernel_sigtramp_rt64 + 0
3  clang          0x00000000102e8a28 clang::CodeGen::CodeGenFunction::GenerateObjCCtorDtorMethod(clang::ObjCImplementationDecl*, clang::ObjCMethodDecl*, bool) + 18446744073702737616
4  clang          0x0000000010242840 clang::CodeGen::CodeGenModule::EmitObjCIvarInitializations(clang::ObjCImplementationDecl*) + 18446744073702073160
5  clang          0x0000000010249790 clang::CodeGen::CodeGenModule::EmitTopLevelDecl(clang::Decl*) + 18446744073702100600
6  clang          0x000000001023b6ac
7  clang          0x000000001023950c
8  clang          0x00000000106d01e4 clang::ASTConsumer::HandleInterestingDecl(clang::DeclGroupRef) + 18446744073706749404
9  clang          0x00000000101d3d34 clang::ASTReader::PassInterestingDeclsToConsumer() + 18446744073701632476
10 clang          0x00000000101e38d4 clang::ASTReader::FinishedDeserializing() + 18446744073701694524
11 clang          0x00000000101ffd6c clang::ASTReader::ReadDeclRecord(unsigned int, unsigned int) + 18446744073701808372
12 clang          0x00000000101d43d8 clang::ASTReader::GetDecl(unsigned int) + 18446744073701634000
13 clang          0x00000000101d489c clang::ASTReader::StartTranslationUnit(clang::ASTConsumer*) + 18446744073701635108
14 clang          0x000000001036439c clang::ParseAST(clang::Sema&, bool) + 18446744073703234580
15 clang          0x000000001014eb38 clang::ASTFrontendAction::ExecuteAction() + 18446744073701100928
16 clang          0x000000001023a4b8 clang::CodeGenAction::ExecuteAction() + 18446744073702040496
17 clang          0x000000001014ef80 clang::FrontendAction::Execute() + 18446744073701101880
18 clang          0x0000000010139c48 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) + 18446744073701016208
19 clang          0x000000001011f69c clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 18446744073700912308
20 clang          0x00000000101170b8 cc1_main(char const**, char const**, char const*, void*) + 18446744073700878368
21 clang          0x0000000010115240 main + 18446744073700870248
22 libc.so.6      0x00000fff90a31728
23 libc.so.6      0x00000fff90a3190c __libc_start_main + 18446744073708047452
Stack dump:
0.	Program arguments: /builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/objcxx-ivar-class.mm.tmp -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objcxx-ivar-class.mm -emit-llvm -o - 
1.	<eof> parser at end of file
2.	/builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objcxx-ivar-class.h:13:1: LLVM IR generation of declaration 'C'
/builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/objcxx-ivar-class.mm:8:11: error: expected string not found in input
// CHECK: [C position]
          ^
<stdin>:1:1: note: scanning from here

^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: Clang :: PCH/reinclude.cpp (1288 of 2525)
******************** TEST 'Clang :: PCH/reinclude.cpp' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/reinclude.cpp -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/reinclude1.h -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/reinclude2.h -fsyntax-only -verify
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x c++-header /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/reinclude1.h -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/reinclude.cpp.tmp1
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -x c++-header /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/reinclude2.h -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/reinclude.cpp.tmp1 -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/reinclude.cpp.tmp2
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/reinclude.cpp -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/reinclude.cpp.tmp2 -fsyntax-only -verify
--
Exit Code: 1
Command Output (stderr):
--
fatal error: malformed or corrupted PCH file: 'declaration ID out-of-range for AST file'
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 
FAIL: Clang :: PCH/struct.c (1293 of 2525)
******************** TEST 'Clang :: PCH/struct.c' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/struct.h -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/struct.c
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -emit-pch -o /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/struct.c.tmp /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/struct.h
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -include-pch /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/Output/struct.c.tmp -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/PCH/struct.c
--
Exit Code: 1
Command Output (stderr):
--
1 error generated.
1 error generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: Clang :: Sema/x86-builtin-palignr.c (1834 of 2525)
******************** TEST 'Clang :: Sema/x86-builtin-palignr.c' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -fsyntax-only -target-feature +ssse3 -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/Sema/x86-builtin-palignr.c
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics seen but not expected: 
  (frontend): invalid target feature '+ssse3'
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: Clang :: SemaCXX/attr-regparm.cpp (1863 of 2525)
******************** TEST 'Clang :: SemaCXX/attr-regparm.cpp' FAILED ********************
Script:
--
/builddir/build/BUILD/llvm-2.8/Release/bin/clang -cc1 -fsyntax-only -verify /builddir/build/BUILD/llvm-2.8/tools/clang/test/SemaCXX/attr-regparm.cpp
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics seen but not expected: 
  Line 5: 'regparm' is not valid on this platform
  Line 6: 'regparm' is not valid on this platform
  Line 7: 'regparm' is not valid on this platform
  Line 12: 'regparm' is not valid on this platform
  Line 13: 'regparm' is not valid on this platform
  Line 14: 'regparm' is not valid on this platform
9 errors generated.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
Testing Time: 41.50s
********************
Failing Tests (56):
    Clang :: CodeGen/bitfield-promote.c
    Clang :: CodeGenCXX/debug-info-byval.cpp
    Clang :: Index/code-completion.cpp
    Clang :: Index/complete-at-directives.m
    Clang :: Index/complete-at-exprstmt.m
    Clang :: Index/complete-blocks.m
    Clang :: Index/complete-categories.m
    Clang :: Index/complete-ctor-inits.cpp
    Clang :: Index/complete-declarators.cpp
    Clang :: Index/complete-declarators.m
    Clang :: Index/complete-enums.c
    Clang :: Index/complete-exprs.c
    Clang :: Index/complete-hiding.c
    Clang :: Index/complete-interfaces.m
    Clang :: Index/complete-macros.c
    Clang :: Index/complete-member-access.m
    Clang :: Index/complete-memfunc-cvquals.cpp
    Clang :: Index/complete-method-decls.m
    Clang :: Index/complete-objc-message-id.m
    Clang :: Index/complete-objc-message.m
    Clang :: Index/complete-pch.m
    Clang :: Index/complete-preprocessor.m
    Clang :: Index/complete-properties.m
    Clang :: Index/complete-property-flags.m
    Clang :: Index/complete-property-getset.m
    Clang :: Index/complete-protocols.m
    Clang :: Index/complete-recovery.m
    Clang :: Index/complete-super.cpp
    Clang :: Index/complete-super.m
    Clang :: Index/complete-tabs.c
    Clang :: Index/complete-templates.cpp
    Clang :: Index/complete-type-factors.m
    Clang :: Index/complete-unterminated.c
    Clang :: Index/remap-complete.c
    Clang :: Lexer/rdr-6096838-2.c
    Clang :: Lexer/rdr-6096838.c
    Clang :: PCH/chain-cxx.cpp
    Clang :: PCH/chain-selectors.m
    Clang :: PCH/cxx-friends.cpp
    Clang :: PCH/cxx-namespaces.cpp
    Clang :: PCH/cxx-static_assert.cpp
    Clang :: PCH/cxx-templates.cpp
    Clang :: PCH/cxx-traits.cpp
    Clang :: PCH/cxx-typeid.cpp
    Clang :: PCH/cxx-using.cpp
    Clang :: PCH/cxx_exprs.cpp
    Clang :: PCH/exprs.c
    Clang :: PCH/namespaces.cpp
    Clang :: PCH/objc_import.m
    Clang :: PCH/objc_methods.m
    Clang :: PCH/objc_property.m
    Clang :: PCH/objcxx-ivar-class.mm
    Clang :: PCH/reinclude.cpp
    Clang :: PCH/struct.c
    Clang :: Sema/x86-builtin-palignr.c
    Clang :: SemaCXX/attr-regparm.cpp

  Expected Passes    : 2450
  Expected Failures  : 19
  Unexpected Failures: 56
make[1]: *** [all] Error 1
make[1]: Leaving directory `/builddir/build/BUILD/llvm-2.8/tools/clang/test'
make: *** [test] Error 2
