[LLVMdev] Many PPC64 failures with llvm 3.3

İsmail Dönmez ismail at donmez.ws
Mon Aug 5 01:54:51 PDT 2013


Hi,

I am building llvm 3.3 with cmake on PPC64 and have a bunch of regression
test failures. With only PPC backend enabled the list of failures is:

[ 1553s] Failing Tests (20):
[ 1553s]     LLVM :: CodeGen/PowerPC/2007-05-22-tailmerge-3.ll
[ 1553s]     LLVM :: CodeGen/PowerPC/2007-09-08-unaligned.ll
[ 1553s]     LLVM :: CodeGen/PowerPC/2008-07-24-PPC64-CCBug.ll
[ 1553s]     LLVM :: CodeGen/PowerPC/available-externally.ll
[ 1553s]     LLVM :: CodeGen/PowerPC/branch-opt.ll
[ 1553s]     LLVM :: CodeGen/PowerPC/stubs.ll
[ 1553s]     LLVM :: DebugInfo/debuglineinfo.test
[ 1553s]     LLVM :: DebugInfo/dwarf-public-names.ll
[ 1553s]     LLVM :: DebugInfo/dwarfdump-debug-frame-simple.test
[ 1553s]     LLVM :: DebugInfo/dwarfdump-inlining.test
[ 1553s]     LLVM :: DebugInfo/dwarfdump-pubnames.test
[ 1553s]     LLVM :: DebugInfo/dwarfdump-test.test
[ 1553s]     LLVM :: DebugInfo/dwarfdump-zlib.test
[ 1553s]     LLVM :: DebugInfo/llvm-symbolizer.test
[ 1553s]     LLVM :: DebugInfo/member-pointers.ll
[ 1553s]     LLVM :: DebugInfo/namespace.ll
[ 1553s]     LLVM :: DebugInfo/two-cus-from-same-file.ll
[ 1553s]     LLVM :: Object/objdump-symbol-table.test

Full log is attached. Any ideas would be appreciated.

Regards,
ismail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130805/aefce2fe/attachment.html>
-------------- next part --------------
[ 1539s] FAIL: LLVM :: CodeGen/PowerPC/2007-05-22-tailmerge-3.ll (1728 of 8585)
[ 1539s] ******************** TEST 'LLVM :: CodeGen/PowerPC/2007-05-22-tailmerge-3.ll' FAILED ********************
[ 1539s] Script:
[ 1539s] --
[ 1539s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll -march=ppc32 -enable-tail-merge=0 | grep bl.*baz | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./count 2
[ 1539s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll -march=ppc32 -enable-tail-merge=0 | grep bl.*quux | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./count 2
[ 1539s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll -march=ppc32 | grep bl.*baz | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./count 1
[ 1539s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll -march=ppc32 | grep bl.*quux | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./count 1
[ 1539s] --
[ 1539s] Exit Code: 1
[ 1539s] Command Output (stderr):
[ 1539s] --
[ 1539s] Expected 2 lines, got 1.
[ 1539s] --
[ 1539s] 
[ 1539s] ********************
[ 1539s] Testing: 0 .. 10.. 
[ 1539s] FAIL: LLVM :: CodeGen/PowerPC/2007-09-08-unaligned.ll (1735 of 8585)
[ 1539s] ******************** TEST 'LLVM :: CodeGen/PowerPC/2007-09-08-unaligned.ll' FAILED ********************
[ 1539s] Script:
[ 1539s] --
[ 1539s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/2007-09-08-unaligned.ll | grep stfd | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./count 3
[ 1539s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/2007-09-08-unaligned.ll | grep stfs | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./count 1
[ 1539s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/2007-09-08-unaligned.ll | grep lfd | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./count 2
[ 1539s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/2007-09-08-unaligned.ll | grep lfs | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./count 2
[ 1539s] --
[ 1539s] Exit Code: 1
[ 1539s] Command Output (stderr):
[ 1539s] --
[ 1539s] Expected 3 lines, got 1.
[ 1539s] --
[ 1539s] 
[ 1539s] ********************
[ 1539s] Testing: 0 .. 10.. 
[ 1539s] FAIL: LLVM :: CodeGen/PowerPC/2008-07-24-PPC64-CCBug.ll (1766 of 8585)
[ 1539s] ******************** TEST 'LLVM :: CodeGen/PowerPC/2008-07-24-PPC64-CCBug.ll' FAILED ********************
[ 1539s] Script:
[ 1539s] --
[ 1539s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/2008-07-24-PPC64-CCBug.ll -mtriple=powerpc64-apple-darwin | grep lwz | grep 228
[ 1539s] --
[ 1539s] Exit Code: 1
[ 1539s] 
[ 1539s] ********************
[ 1540s] Testing: 0 .. 10.. 
[ 1540s] FAIL: LLVM :: CodeGen/PowerPC/available-externally.ll (1823 of 8585)
[ 1540s] ******************** TEST 'LLVM :: CodeGen/PowerPC/available-externally.ll' FAILED ********************
[ 1540s] Script:
[ 1540s] --
[ 1540s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/available-externally.ll -relocation-model=static | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/available-externally.ll -check-prefix=STATIC
[ 1540s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/available-externally.ll -relocation-model=pic | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/available-externally.ll -check-prefix=PIC
[ 1540s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/available-externally.ll -relocation-model=pic -mtriple=powerpc64-apple-darwin8 | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/available-externally.ll -check-prefix=PIC64
[ 1540s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/available-externally.ll -relocation-model=dynamic-no-pic | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/available-externally.ll -check-prefix=DYNAMIC
[ 1540s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/available-externally.ll -relocation-model=dynamic-no-pic -mtriple=powerpc64-apple-darwin8 | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/available-externally.ll -check-prefix=DYNAMIC64
[ 1540s] --
[ 1540s] Exit Code: 1
[ 1540s] Command Output (stderr):
[ 1540s] --
[ 1540s] /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/available-externally.ll:60:8: error: expected string not found in input
[ 1540s] ; PIC: .long dyld_stub_binding_helper
[ 1540s]        ^
[ 1540s] <stdin>:34:2: note: scanning from here
[ 1540s]  .long "�%�A(8xd�xK��E�A(�"
[ 1540s] --
[ 1540s] 
[ 1540s] ********************
[ 1540s] Testing: 0 .. 10.. 
[ 1540s] FAIL: LLVM :: CodeGen/PowerPC/branch-opt.ll (1826 of 8585)
[ 1540s] ******************** TEST 'LLVM :: CodeGen/PowerPC/branch-opt.ll' FAILED ********************
[ 1540s] Script:
[ 1540s] --
[ 1540s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/branch-opt.ll -march=ppc32 |    grep "b LBB.*" | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./count 4
[ 1540s] --
[ 1540s] Exit Code: 1
[ 1540s] Command Output (stderr):
[ 1540s] --
[ 1540s] Expected 4 lines, got 1.
[ 1540s] --
[ 1540s] 
[ 1540s] ********************
[ 1541s] Testing: 0 .. 10.. 20
[ 1541s] FAIL: LLVM :: CodeGen/PowerPC/stubs.ll (2006 of 8585)
[ 1541s] ******************** TEST 'LLVM :: CodeGen/PowerPC/stubs.ll' FAILED ********************
[ 1541s] Script:
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/stubs.ll -o - -mtriple=powerpc-apple-darwin8 | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/stubs.ll
[ 1541s] --
[ 1541s] Exit Code: 1
[ 1541s] Command Output (stderr):
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/test/CodeGen/PowerPC/stubs.ll:20:10: error: expected string not found in input
[ 1541s] ; CHECK: .long dyld_stub_binding_helper
[ 1541s]          ^
[ 1541s] <stdin>:45:2: note: scanning from here
[ 1541s]  .long "�%�A(8xd�xK��E�A(�"
[ 1541s] --
[ 1541s] 
[ 1541s] ********************
[ 1541s] Testing: 0 .. 10.. 20.. 30.. 40.. 
[ 1541s] FAIL: LLVM :: DebugInfo/debuglineinfo.test (4425 of 8585)
[ 1541s] ******************** TEST 'LLVM :: DebugInfo/debuglineinfo.test' FAILED ********************
[ 1541s] Script:
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-rtdyld -printline /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/test-inline.o    | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/debuglineinfo.test -check-prefix TEST_INLINE
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-rtdyld -printline /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/test-parameters.o    | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/debuglineinfo.test -check-prefix TEST_PARAMETERS
[ 1541s] --
[ 1541s] Exit Code: 1
[ 1541s] Command Output (stderr):
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/debuglineinfo.test:11:19: error: expected string not found in input
[ 1541s] TEST_INLINE-NEXT: Line info @ 0: test-inline.cpp, line:33
[ 1541s]                   ^
[ 1541s] <stdin>:2:1: note: scanning from here
[ 1541s] Function: _Z3foov, Size = 3
[ 1541s] ^
[ 1541s] --
[ 1541s] 
[ 1541s] ********************
[ 1541s] Testing: 0 .. 10.. 20.. 30.. 40.. 
[ 1541s] FAIL: LLVM :: DebugInfo/dwarfdump-test.test (4429 of 8585)
[ 1541s] ******************** TEST 'LLVM :: DebugInfo/dwarfdump-test.test' FAILED ********************
[ 1541s] Script:
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-test.elf-x86-64     --address=0x400559 --functions | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-test.test -check-prefix MAIN
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-test.elf-x86-64     --address=0x400528 --functions | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-test.test -check-prefix FUNCTION
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-test.elf-x86-64    --address=0x400586 --functions | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-test.test -check-prefix CTOR_WITH_SPEC
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-test2.elf-x86-64    --address=0x4004e8 --functions | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-test.test -check-prefix MANY_CU_1
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-test2.elf-x86-64    --address=0x4004f4 --functions | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-test.test -check-prefix MANY_CU_2
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump "/home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64 space"    --address=0x640 --functions | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-test.test -check-prefix ABS_ORIGIN_1
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump "/home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64 space"    --address=0x633 --functions | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-test.test -check-prefix INCLUDE_TEST_1
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump "/home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64 space"    --address=0x62d --functions | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-test.test -check-prefix INCLUDE_TEST_2
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-test4.elf-x86-64    --address=0x62c --functions    | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-test.test -check-prefix MANY_SEQ_IN_LINE_TABLE
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-test4.elf-x86-64    | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-test.test -check-prefix DEBUG_RANGES
[ 1541s] --
[ 1541s] Exit Code: 1
[ 1541s] Command Output (stderr):
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-test.test:23:7: error: expected string not found in input
[ 1541s] MAIN: main
[ 1541s]       ^
[ 1541s] <stdin>:1:1: note: scanning from here
[ 1541s] <invalid>
[ 1541s] ^
[ 1541s] --
[ 1541s] 
[ 1541s] ********************
[ 1541s] Testing: 0 .. 10.. 20.. 30.. 40.. 
[ 1541s] FAIL: LLVM :: DebugInfo/dwarfdump-inlining.test (4430 of 8585)
[ 1541s] ******************** TEST 'LLVM :: DebugInfo/dwarfdump-inlining.test' FAILED ********************
[ 1541s] Script:
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-inl-test.elf-x86-64 --address=0x710    --inlining --functions | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-inlining.test -check-prefix DEEP_STACK
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-inl-test.elf-x86-64 --address=0x7d1    --inlining | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-inlining.test -check-prefix SHORTER_STACK
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-inl-test.elf-x86-64 --address=0x785    --inlining | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-inlining.test -check-prefix SHORT_STACK
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-inl-test.elf-x86-64 --address=0x737    --functions | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-inlining.test -check-prefix INL_FUNC_NAME
[ 1541s] --
[ 1541s] Exit Code: 1
[ 1541s] Command Output (stderr):
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-inlining.test:10:13: error: expected string not found in input
[ 1541s] DEEP_STACK: inlined_h
[ 1541s]             ^
[ 1541s] <stdin>:1:1: note: scanning from here
[ 1541s] <invalid>
[ 1541s] ^
[ 1541s] <stdin>:1:2: note: possible intended match here
[ 1541s] <invalid>
[ 1541s]  ^
[ 1541s] --
[ 1541s] 
[ 1541s] ********************
[ 1541s] Testing: 0 .. 10.. 20.. 30.. 40.. 
[ 1541s] FAIL: LLVM :: DebugInfo/dwarfdump-debug-frame-simple.test (4431 of 8585)
[ 1541s] ******************** TEST 'LLVM :: DebugInfo/dwarfdump-debug-frame-simple.test' FAILED ********************
[ 1541s] Script:
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-test-32bit.elf.o -debug-dump=frames | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-debug-frame-simple.test -check-prefix FRAMES
[ 1541s] --
[ 1541s] Exit Code: 1
[ 1541s] Command Output (stderr):
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-debug-frame-simple.test:7:11: error: expected string not found in input
[ 1541s] ; FRAMES: 00000000 00000010 ffffffff CIE
[ 1541s]           ^
[ 1541s] <stdin>:4:14: note: scanning from here
[ 1541s] .debug_frame contents:
[ 1541s]              ^
[ 1541s] --
[ 1541s] 
[ 1541s] ********************
[ 1541s] Testing: 0 .. 10.. 20.. 30.. 40.. 
[ 1541s] FAIL: LLVM :: DebugInfo/dwarfdump-zlib.test (4432 of 8585)
[ 1541s] ******************** TEST 'LLVM :: DebugInfo/dwarfdump-zlib.test' FAILED ********************
[ 1541s] Script:
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-test-zlib.elf-x86-64     | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-zlib.test -check-prefix FULLDUMP
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-test-zlib.elf-x86-64     --address=0x400559 --functions | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-zlib.test -check-prefix MAIN
[ 1541s] --
[ 1541s] Exit Code: 1
[ 1541s] Command Output (stderr):
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-zlib.test:11:7: error: expected string not found in input
[ 1541s] MAIN: main
[ 1541s]       ^
[ 1541s] <stdin>:1:1: note: scanning from here
[ 1541s] <invalid>
[ 1541s] ^
[ 1541s] --
[ 1541s] 
[ 1541s] ********************
[ 1541s] Testing: 0 .. 10.. 20.. 30.. 40.. 
[ 1541s] FAIL: LLVM :: DebugInfo/dwarf-public-names.ll (4433 of 8585)
[ 1541s] ******************** TEST 'LLVM :: DebugInfo/dwarf-public-names.ll' FAILED ********************
[ 1541s] Script:
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc -generate-dwarf-pubnames -filetype=obj -o /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/dwarf-public-names.ll.tmp.o < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarf-public-names.ll
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump -debug-dump=pubnames /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/dwarf-public-names.ll.tmp.o | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarf-public-names.ll
[ 1541s] --
[ 1541s] Exit Code: 1
[ 1541s] Command Output (stderr):
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarf-public-names.ll:42:10: error: expected string not found in input
[ 1541s] ; CHECK: global_namespace_variable
[ 1541s]          ^
[ 1541s] <stdin>:4:17: note: scanning from here
[ 1541s] .debug_pubnames contents:
[ 1541s]                 ^
[ 1541s] <stdin>:10:2: note: possible intended match here
[ 1541s]  Offset Name
[ 1541s]  ^
[ 1541s] --
[ 1541s] 
[ 1541s] ********************
[ 1541s] Testing: 0 .. 10.. 20.. 30.. 40.. 
[ 1541s] FAIL: LLVM :: DebugInfo/llvm-symbolizer.test (4434 of 8585)
[ 1541s] ******************** TEST 'LLVM :: DebugInfo/llvm-symbolizer.test' FAILED ********************
[ 1541s] Script:
[ 1541s] --
[ 1541s] echo "/home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-test.elf-x86-64 0x400559" > /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/llvm-symbolizer.test.tmp.input
[ 1541s] echo "/home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-test4.elf-x86-64 0x62c" >> /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/llvm-symbolizer.test.tmp.input
[ 1541s] echo "/home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-inl-test.elf-x86-64 0x710" >> /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/llvm-symbolizer.test.tmp.input
[ 1541s] echo "\"/home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64 space\" 0x633" >> /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/llvm-symbolizer.test.tmp.input
[ 1541s] llvm-symbolizer --functions --inlining --demangle=false < /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/llvm-symbolizer.test.tmp.input     | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/llvm-symbolizer.test
[ 1541s] --
[ 1541s] Exit Code: 1
[ 1541s] Command Output (stderr):
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/llvm-symbolizer.test:12:13: error: expected string not found in input
[ 1541s] CHECK-NEXT: /tmp/dbginfo{{[/\\]}}dwarfdump-test.cc:16
[ 1541s]             ^
[ 1541s] <stdin>:2:1: note: scanning from here
[ 1541s] ??:0:0
[ 1541s] ^
[ 1541s] <stdin>:7:1: note: possible intended match here
[ 1541s] main
[ 1541s] ^
[ 1541s] --
[ 1541s] 
[ 1541s] ********************
[ 1541s] Testing: 0 .. 10.. 20.. 30.. 40.. 
[ 1541s] FAIL: LLVM :: DebugInfo/member-pointers.ll (4438 of 8585)
[ 1541s] ******************** TEST 'LLVM :: DebugInfo/member-pointers.ll' FAILED ********************
[ 1541s] Script:
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc -filetype=obj -O0 < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/member-pointers.ll > /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/member-pointers.ll.tmp
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump -debug-dump=info /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/member-pointers.ll.tmp | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/member-pointers.ll
[ 1541s] --
[ 1541s] Exit Code: 1
[ 1541s] Command Output (stderr):
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/member-pointers.ll:6:10: error: expected string not found in input
[ 1541s] ; CHECK: DW_TAG_ptr_to_member_type
[ 1541s]          ^
[ 1541s] <stdin>:1:1: note: scanning from here
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/member-pointers.ll.tmp: file format ELF64-ppc64
[ 1541s] ^
[ 1541s] <stdin>:1:53: note: possible intended match here
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/member-pointers.ll.tmp: file format ELF64-ppc64
[ 1541s]                                                     ^
[ 1541s] --
[ 1541s] 
[ 1541s] ********************
[ 1541s] Testing: 0 .. 10.. 20.. 30.. 40.. 
[ 1541s] FAIL: LLVM :: DebugInfo/dwarfdump-pubnames.test (4444 of 8585)
[ 1541s] ******************** TEST 'LLVM :: DebugInfo/dwarfdump-pubnames.test' FAILED ********************
[ 1541s] Script:
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/Inputs/dwarfdump-pubnames.elf-x86-64    -debug-dump=pubnames | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-pubnames.test
[ 1541s] --
[ 1541s] Exit Code: 1
[ 1541s] Command Output (stderr):
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/dwarfdump-pubnames.test:5:8: error: expected string not found in input
[ 1541s] CHECK: Length: 161
[ 1541s]        ^
[ 1541s] <stdin>:5:1: note: scanning from here
[ 1541s] Length: 0
[ 1541s] ^
[ 1541s] --
[ 1541s] 
[ 1541s] ********************
[ 1541s] Testing: 0 .. 10.. 20.. 30.. 40.. 
[ 1541s] FAIL: LLVM :: DebugInfo/two-cus-from-same-file.ll (4461 of 8585)
[ 1541s] ******************** TEST 'LLVM :: DebugInfo/two-cus-from-same-file.ll' FAILED ********************
[ 1541s] Script:
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/two-cus-from-same-file.ll -o /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/two-cus-from-same-file.ll.tmp -filetype=obj -O0
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump -debug-dump=info /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/two-cus-from-same-file.ll.tmp | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/two-cus-from-same-file.ll
[ 1541s] --
[ 1541s] Exit Code: 1
[ 1541s] Command Output (stderr):
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/two-cus-from-same-file.ll:70:10: error: expected string not found in input
[ 1541s] ; CHECK: {{DW_TAG_compile_unit}}
[ 1541s]          ^
[ 1541s] <stdin>:1:1: note: scanning from here
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/two-cus-from-same-file.ll.tmp: file format ELF64-ppc64
[ 1541s] ^
[ 1541s] <stdin>:1:74: note: possible intended match here
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/two-cus-from-same-file.ll.tmp: file format ELF64-ppc64
[ 1541s]                                                                          ^
[ 1541s] --
[ 1541s] 
[ 1541s] ********************
[ 1541s] Testing: 0 .. 10.. 20.. 30.. 40.. 
[ 1541s] FAIL: LLVM :: DebugInfo/namespace.ll (4462 of 8585)
[ 1541s] ******************** TEST 'LLVM :: DebugInfo/namespace.ll' FAILED ********************
[ 1541s] Script:
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llc -O0 -filetype=obj < /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/namespace.ll > /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/namespace.ll.tmp
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-dwarfdump /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/test/DebugInfo/Output/namespace.ll.tmp | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/namespace.ll
[ 1541s] --
[ 1541s] Exit Code: 1
[ 1541s] Command Output (stderr):
[ 1541s] --
[ 1541s] /home/abuild/rpmbuild/BUILD/llvm-3.3/test/DebugInfo/namespace.ll:6:10: error: expected string not found in input
[ 1541s] ; CHECK: [[NS1:0x[0-9a-f]*]]:{{ *}}DW_TAG_namespace
[ 1541s]          ^
[ 1541s] <stdin>:6:21: note: scanning from here
[ 1541s] .debug_info contents:
[ 1541s]                     ^
[ 1541s] <stdin>:25:2: note: possible intended match here
[ 1541s]  Offset Name
[ 1541s]  ^
[ 1541s] --
[ 1541s] 
[ 1541s] ********************
[ 1543s] Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 
[ 1543s] FAIL: LLVM :: Object/objdump-symbol-table.test (6015 of 8585)
[ 1543s] ******************** TEST 'LLVM :: Object/objdump-symbol-table.test' FAILED ********************
[ 1543s] Script:
[ 1543s] --
[ 1543s] yaml2obj /home/abuild/rpmbuild/BUILD/llvm-3.3/test/Object/Inputs/COFF/i386.yaml | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-objdump -t -               | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/Object/objdump-symbol-table.test -check-prefix COFF-i386
[ 1543s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-objdump -t /home/abuild/rpmbuild/BUILD/llvm-3.3/test/Object/Inputs/trivial-object-test.elf-i386               | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/Object/objdump-symbol-table.test -check-prefix ELF-i386
[ 1543s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-objdump -t /home/abuild/rpmbuild/BUILD/llvm-3.3/test/Object/Inputs/trivial-object-test.macho-i386               | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/Object/objdump-symbol-table.test -check-prefix macho-i386
[ 1543s] /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-objdump -t /home/abuild/rpmbuild/BUILD/llvm-3.3/test/Object/Inputs/shared-object-test.elf-i386               | /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.3/test/Object/objdump-symbol-table.test -check-prefix ELF-shared
[ 1543s] --
[ 1543s] Exit Code: 2
[ 1543s] Command Output (stderr):
[ 1543s] --
[ 1543s] 0  libLLVMSupport.so 0x00000fff90793f3c llvm::sys::PrintStackTrace(_IO_FILE*) + 4294801764
[ 1543s] 1  libLLVMSupport.so 0x00000fff90794250
[ 1543s] 2  libLLVMSupport.so 0x00000fff907944f4
[ 1543s] 3  linux-vdso64.so.1 0x00000fff909e0418 __kernel_sigtramp_rt64 + 0
[ 1543s] 4  linux-vdso64.so.1 0x00000ffff9a0fb90 __kernel_sigtramp_rt64 + 1761802104
[ 1543s] 5  llvm-objdump      0x000000001000b454
[ 1543s] 6  llvm-objdump      0x0000000010005ea8
[ 1543s] 7  libc.so.6         0x00000fff9030578c
[ 1543s] 8  libc.so.6         0x00000fff903059b4 __libc_start_main + 4293391324
[ 1543s] Stack dump:
[ 1543s] 0.     Program arguments: /home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/bin/./llvm-objdump -t /home/abuild/rpmbuild/BUILD/llvm-3.3/test/Object/Inputs/trivial-object-test.elf-i386 
[ 1543s] FileCheck error: '-' is empty.
[ 1543s] --
[ 1543s] 
[ 1543s] ********************
[ 1552s] Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
[ 1552s] FAIL: LLVM-Unit :: Support//home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/unittests/Support/SupportTests/YAMLIO.TestReadKindAndFlagsSequence (8538 of 8585)
[ 1552s] ******************** TEST 'LLVM-Unit :: Support//home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/unittests/Support/SupportTests/YAMLIO.TestReadKindAndFlagsSequence' FAILED ********************
[ 1552s] Note: Google Test filter = YAMLIO.TestReadKindAndFlagsSequence
[ 1552s] [==========] Running 1 test from 1 test case.
[ 1552s] [----------] Global test environment set-up.
[ 1552s] [----------] 1 test from YAMLIO
[ 1552s] [ RUN      ] YAMLIO.TestReadKindAndFlagsSequence
[ 1552s] /home/abuild/rpmbuild/BUILD/llvm-3.3/unittests/Support/YAMLIOTest.cpp:810: Failure
[ 1552s] Value of: yin.error()
[ 1552s]   Actual: true
[ 1552s] Expected: false
[ 1552s] /home/abuild/rpmbuild/BUILD/llvm-3.3/unittests/Support/YAMLIOTest.cpp:811: Failure
[ 1552s] Value of: 2UL
[ 1552s]   Actual: 2
[ 1552s] Expected: seq.size()
[ 1552s] Which is: 1
[ 1552s] /home/abuild/rpmbuild/BUILD/llvm-3.3/unittests/Support/YAMLIOTest.cpp:813: Failure
[ 1552s] Value of: (uint32_t)a2
[ 1552s]   Actual: 1
[ 1552s] Expected: seq[0].flags
[ 1552s] Which is: 0
[ 1552s] /home/abuild/rpmbuild/BUILD/llvm-3.3/unittests/Support/YAMLIOTest.cpp:814: Failure
[ 1552s] Value of: kindB
[ 1552s]   Actual: 1
[ 1552s] Expected: seq[1].kind
[ 1552s] Which is: 4095
[ 1552s] /home/abuild/rpmbuild/BUILD/llvm-3.3/unittests/Support/YAMLIOTest.cpp:815: Failure
[ 1552s] Value of: (uint32_t)b1
[ 1552s]   Actual: 0
[ 1552s] Expected: seq[1].flags
[ 1552s] Which is: 2017875376
[ 1552s] [  FAILED  ] YAMLIO.TestReadKindAndFlagsSequence (0 ms)
[ 1552s] [----------] 1 test from YAMLIO (0 ms total)
[ 1552s] 
[ 1552s] [----------] Global test environment tear-down
[ 1552s] [==========] 1 test from 1 test case ran. (0 ms total)
[ 1552s] [  PASSED  ] 0 tests.
[ 1552s] [  FAILED  ] 1 test, listed below:
[ 1552s] [  FAILED  ] YAMLIO.TestReadKindAndFlagsSequence
[ 1552s] 
[ 1552s]  1 FAILED TEST
[ 1552s] YAML:3:12: error: unknown enumerated scalar
[ 1552s]    flags:  a2
[ 1552s]            ^~
[ 1552s] 
[ 1552s] ********************
[ 1552s] Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
[ 1552s] FAIL: LLVM-Unit :: Support//home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/unittests/Support/SupportTests/YAMLIO.TestReadWriteKindAndFlagsSequence (8549 of 8585)
[ 1552s] ******************** TEST 'LLVM-Unit :: Support//home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/unittests/Support/SupportTests/YAMLIO.TestReadWriteKindAndFlagsSequence' FAILED ********************
[ 1552s] Note: Google Test filter = YAMLIO.TestReadWriteKindAndFlagsSequence
[ 1552s] [==========] Running 1 test from 1 test case.
[ 1552s] [----------] Global test environment set-up.
[ 1552s] [----------] 1 test from YAMLIO
[ 1552s] [ RUN      ] YAMLIO.TestReadWriteKindAndFlagsSequence
[ 1552s] /home/abuild/rpmbuild/BUILD/llvm-3.3/unittests/Support/YAMLIOTest.cpp:840: Failure
[ 1552s] Value of: yin.error()
[ 1552s]   Actual: true
[ 1552s] Expected: false
[ 1552s] /home/abuild/rpmbuild/BUILD/llvm-3.3/unittests/Support/YAMLIOTest.cpp:841: Failure
[ 1552s] Value of: 5UL
[ 1552s]   Actual: 5
[ 1552s] Expected: seq2.size()
[ 1552s] Which is: 3
[ 1552s] /home/abuild/rpmbuild/BUILD/llvm-3.3/unittests/Support/YAMLIOTest.cpp:847: Failure
[ 1552s] Value of: (uint32_t)a2
[ 1552s]   Actual: 1
[ 1552s] Expected: seq2[2].flags
[ 1552s] Which is: 0
[ 1552s] /home/abuild/rpmbuild/BUILD/llvm-3.3/unittests/Support/YAMLIOTest.cpp:848: Failure
[ 1552s] Value of: kindB
[ 1552s]   Actual: 1
[ 1552s] Expected: seq2[3].kind
[ 1552s] Which is: 256
[ 1552s] /home/abuild/rpmbuild/BUILD/llvm-3.3/unittests/Support/YAMLIOTest.cpp:849: Failure
[ 1552s] Value of: (uint32_t)b2
[ 1552s]   Actual: 1
[ 1552s] Expected: seq2[3].flags
[ 1552s] Which is: 689292784
[ 1552s] /home/abuild/rpmbuild/BUILD/llvm-3.3/unittests/Support/YAMLIOTest.cpp:851: Failure
[ 1552s] Value of: (uint32_t)a3
[ 1552s]   Actual: 2
[ 1552s] Expected: seq2[4].flags
[ 1552s] Which is: 0
[ 1552s] [  FAILED  ] YAMLIO.TestReadWriteKindAndFlagsSequence (0 ms)
[ 1552s] [----------] 1 test from YAMLIO (0 ms total)
[ 1552s] 
[ 1552s] [----------] Global test environment tear-down
[ 1552s] [==========] 1 test from 1 test case ran. (1 ms total)
[ 1552s] [  PASSED  ] 0 tests.
[ 1552s] [  FAILED  ] 1 test, listed below:
[ 1552s] [  FAILED  ] YAMLIO.TestReadWriteKindAndFlagsSequence
[ 1552s] 
[ 1552s]  1 FAILED TEST
[ 1552s] YAML:8:1: error: unknown enumerated scalar
[ 1552s] - kind:            B
[ 1552s] ^
[ 1552s] 
[ 1552s] ********************
[ 1552s] Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
[ 1553s] Testing Time: 15.74s
[ 1553s] ********************
[ 1553s] Failing Tests (20):
[ 1553s]     LLVM :: CodeGen/PowerPC/2007-05-22-tailmerge-3.ll
[ 1553s]     LLVM :: CodeGen/PowerPC/2007-09-08-unaligned.ll
[ 1553s]     LLVM :: CodeGen/PowerPC/2008-07-24-PPC64-CCBug.ll
[ 1553s]     LLVM :: CodeGen/PowerPC/available-externally.ll
[ 1553s]     LLVM :: CodeGen/PowerPC/branch-opt.ll
[ 1553s]     LLVM :: CodeGen/PowerPC/stubs.ll
[ 1553s]     LLVM :: DebugInfo/debuglineinfo.test
[ 1553s]     LLVM :: DebugInfo/dwarf-public-names.ll
[ 1553s]     LLVM :: DebugInfo/dwarfdump-debug-frame-simple.test
[ 1553s]     LLVM :: DebugInfo/dwarfdump-inlining.test
[ 1553s]     LLVM :: DebugInfo/dwarfdump-pubnames.test
[ 1553s]     LLVM :: DebugInfo/dwarfdump-test.test
[ 1553s]     LLVM :: DebugInfo/dwarfdump-zlib.test
[ 1553s]     LLVM :: DebugInfo/llvm-symbolizer.test
[ 1553s]     LLVM :: DebugInfo/member-pointers.ll
[ 1553s]     LLVM :: DebugInfo/namespace.ll
[ 1553s]     LLVM :: DebugInfo/two-cus-from-same-file.ll
[ 1553s]     LLVM :: Object/objdump-symbol-table.test
[ 1553s]     LLVM-Unit :: Support//home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/unittests/Support/SupportTests/YAMLIO.TestReadKindAndFlagsSequence
[ 1553s]     LLVM-Unit :: Support//home/abuild/rpmbuild/BUILD/llvm-3.3/stage2/unittests/Support/SupportTests/YAMLIO.TestReadWriteKindAndFlagsSequence
[ 1553s] 
[ 1553s]   Expected Passes    : 3646
[ 1553s]   Expected Failures  : 16
[ 1553s]   Unsupported Tests  : 4903
[ 1553s]   Unexpected Failures: 20




More information about the llvm-dev mailing list