[cfe-users] Failed Test on SPARC (solaris 11) clang (and bus core dumps)
Dave Ryan via cfe-users
cfe-users at lists.llvm.org
Thu Feb 25 15:27:02 PST 2016
Scanning dependencies of target check-all
[100%] Running all regression tests
lit.py: lit.cfg:195: note: using clang: '/home/dave/llvm_build/./bin/clang'
FAIL: Clang :: CodeGen/constructor-attribute.c (1627 of 24255)
******************** TEST 'Clang :: CodeGen/constructor-attribute.c' FAILED
********************
Script:
--
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -emit-
llvm -o /home/dave/llvm_build/tools/clang/test/CodeGen/Output/constructor-
attribute.c.tmp /home/dave/llvm/tools/clang/test/CodeGen/constructor-
attribute.c
grep -e "global_ctors.*@A"
/home/dave/llvm_build/tools/clang/test/CodeGen/Output/constructor-
attribute.c.tmp
grep -e "global_dtors.*@B"
/home/dave/llvm_build/tools/clang/test/CodeGen/Output/constructor-
attribute.c.tmp
grep -e "global_ctors.*@C"
/home/dave/llvm_build/tools/clang/test/CodeGen/Output/constructor-
attribute.c.tmp
grep -e "global_dtors.*@D"
/home/dave/llvm_build/tools/clang/test/CodeGen/Output/constructor-
attribute.c.tmp
--
Exit Code: 2
Command Output (stderr):
--
grep: illegal option -- e
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
--
********************
FAIL: Clang :: CodeGenObjC/bitfield-ivar-offsets.m (2885 of 24255)
******************** TEST 'Clang :: CodeGenObjC/bitfield-ivar-offsets.m' FAILED
********************
Script:
--
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -triple
x86_64-apple-darwin10 -emit-llvm -o
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/bitfield-ivar-
offsets.m.tmp /home/dave/llvm/tools/clang/test/CodeGenObjC/bitfield-ivar-
offsets.m
grep -F '@"OBJC_IVAR_$_I0._b0" = global i64 0, section "__DATA, __objc_ivar",
align 8' /home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/bitfield-
ivar-offsets.m.tmp
grep -F '@"OBJC_IVAR_$_I0._b1" = global i64 0, section "__DATA, __objc_ivar",
align 8' /home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/bitfield-
ivar-offsets.m.tmp
grep -F '@"OBJC_IVAR_$_I0._b2" = global i64 1, section "__DATA, __objc_ivar",
align 8' /home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/bitfield-
ivar-offsets.m.tmp
grep -F '@"OBJC_IVAR_$_I0._x" = global i64 2, section "__DATA, __objc_ivar",
align 8' /home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/bitfield-
ivar-offsets.m.tmp
grep -F '@"OBJC_IVAR_$_I0._b3" = global i64 4, section "__DATA, __objc_ivar",
align 8' /home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/bitfield-
ivar-offsets.m.tmp
grep -F '@"OBJC_IVAR_$_I0._y" = global i64 6, section "__DATA, __objc_ivar",
align 8' /home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/bitfield-
ivar-offsets.m.tmp
grep -F '@"OBJC_IVAR_$_I0._b4" = global i64 7, section "__DATA, __objc_ivar",
align 8' /home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/bitfield-
ivar-offsets.m.tmp
not grep -F '@"OBJC_IVAR_$_I0." = global'
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/bitfield-ivar-
offsets.m.tmp
--
Exit Code: 2
Command Output (stderr):
--
/home/dave/llvm/tools/clang/test/CodeGenObjC/bitfield-ivar-offsets.m:11:12:
warning: class 'I0' defined without specifying a base class
@interface I0 {
^
/home/dave/llvm/tools/clang/test/CodeGenObjC/bitfield-ivar-offsets.m:11:14:
note: add a super class to fix this problem
@interface I0 {
^
1 warning generated.
grep: illegal option -- F
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
--
********************
FAIL: Clang :: CodeGenObjC/encode-test-2.m (2972 of 24255)
******************** TEST 'Clang :: CodeGenObjC/encode-test-2.m' FAILED
********************
Script:
--
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -
triple=i686-apple-darwin9 -emit-llvm -o
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/encode-test-2.m.tmp
/home/dave/llvm/tools/clang/test/CodeGenObjC/encode-test-2.m
grep -e "@\\\22<X>\\\22"
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/encode-test-2.m.tmp
grep -e "@\\\22<X><Y>\\\22"
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/encode-test-2.m.tmp
grep -e "@\\\22<X><Y><Z>\\\22"
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/encode-test-2.m.tmp
grep -e "@\\\22Foo<X><Y><Z>\\\22"
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/encode-test-2.m.tmp
grep -e "{Intf=@@@@#}"
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/encode-test-2.m.tmp
--
Exit Code: 2
Command Output (stderr):
--
/home/dave/llvm/tools/clang/test/CodeGenObjC/encode-test-2.m:14:12: warning:
class 'Intf' defined without specifying a base class
@interface Intf <Proto>
^
/home/dave/llvm/tools/clang/test/CodeGenObjC/encode-test-2.m:14:16: note: add
a super class to fix this problem
@interface Intf <Proto>
^
1 warning generated.
grep: illegal option -- e
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
--
********************
FAIL: Clang :: CodeGenObjC/implicit-objc_msgSend.m (2994 of 24255)
******************** TEST 'Clang :: CodeGenObjC/implicit-objc_msgSend.m'
FAILED ********************
Script:
--
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -triple
x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/implicit-
objc_msgSend.m.tmp /home/dave/llvm/tools/clang/test/CodeGenObjC/implicit-
objc_msgSend.m
grep -F 'declare i8* @objc_msgSend(i8*, i8*, ...)'
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/implicit-
objc_msgSend.m.tmp
--
Exit Code: 2
Command Output (stderr):
--
/home/dave/llvm/tools/clang/test/CodeGenObjC/implicit-objc_msgSend.m:6:10:
warning: implicitly declaring library function 'objc_msgSend' with type 'id
(id, SEL, ...)'
return objc_msgSend(x, s);
^
/home/dave/llvm/tools/clang/test/CodeGenObjC/implicit-objc_msgSend.m:6:10:
note: include the header <objc/message.h> or explicitly provide a declaration
for 'objc_msgSend'
1 warning generated.
grep: illegal option -- F
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
--
********************
FAIL: Clang :: CodeGenObjC/objc-assign-ivar.m (3034 of 24255)
******************** TEST 'Clang :: CodeGenObjC/objc-assign-ivar.m' FAILED
********************
Script:
--
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -triple
x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm
-o /home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc-assign-
ivar.m.tmp /home/dave/llvm/tools/clang/test/CodeGenObjC/objc-assign-ivar.m
grep -F '@objc_assign_ivar'
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc-assign-
ivar.m.tmp | /home/dave/llvm_build/./bin/count 14
--
Exit Code: 1
Command Output (stderr):
--
grep: illegal option -- F
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
Expected 14 lines, got 0.
--
********************
FAIL: Clang :: CodeGenObjC/objc2-assign-global.m (3037 of 24255)
******************** TEST 'Clang :: CodeGenObjC/objc2-assign-global.m' FAILED
********************
Script:
--
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -triple
x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm
-o /home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-assign-
global.m.tmp /home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-assign-
global.m
grep -F '@objc_assign_global'
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-assign-
global.m.tmp | /home/dave/llvm_build/./bin/count 26
--
Exit Code: 1
Command Output (stderr):
--
grep: illegal option -- F
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
Expected 26 lines, got 0.
--
********************
FAIL: Clang :: CodeGenObjC/objc2-new-gc-api-strongcast.m (3038 of 24255)
******************** TEST 'Clang :: CodeGenObjC/objc2-new-gc-api-strongcast.m'
FAILED ********************
Script:
--
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -triple
x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -fblocks -fobjc-gc -
emit-llvm -o /home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-
new-gc-api-strongcast.m.tmp
/home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-new-gc-api-strongcast.m
grep -F '@objc_assign_strongCast'
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-new-gc-api-
strongcast.m.tmp | /home/dave/llvm_build/./bin/count 4
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -x
objective-c++ -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5
-fblocks -fobjc-gc -emit-llvm -o
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-new-gc-api-
strongcast.m.tmp /home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-new-gc-
api-strongcast.m
grep -F '@objc_assign_strongCast'
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-new-gc-api-
strongcast.m.tmp | /home/dave/llvm_build/./bin/count 4
--
Exit Code: 1
Command Output (stderr):
--
grep: illegal option -- F
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
Expected 4 lines, got 0.
--
********************
FAIL: Clang :: CodeGenObjC/objc2-property-encode.m (3040 of 24255)
******************** TEST 'Clang :: CodeGenObjC/objc2-property-encode.m'
FAILED ********************
Script:
--
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -
triple=i686-apple-darwin9 -emit-llvm -o
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-property-
encode.m.tmp /home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-property-
encode.m
grep -e "T@\\\\22NSString\\\\22"
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-property-
encode.m.tmp
--
Exit Code: 2
Command Output (stderr):
--
/home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-property-encode.m:7:12:
warning: class 'Parent' defined without specifying a base class
@interface Parent
^
/home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-property-encode.m:7:18:
note: add a super class to fix this problem
@interface Parent
^
1 warning generated.
grep: illegal option -- e
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
--
********************
FAIL: Clang :: CodeGenObjC/objc2-weak-assign.m (3051 of 24255)
******************** TEST 'Clang :: CodeGenObjC/objc2-weak-assign.m' FAILED
********************
Script:
--
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -triple
x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm -
o /home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-weak-
assign.m.tmp /home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-weak-assign.m
grep -e "objc_assign_weak"
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-weak-
assign.m.tmp | grep -e "call" | /home/dave/llvm_build/./bin/count 6
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -x
objective-c++ -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5
-fobjc-gc -emit-llvm -o
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-weak-
assign.m.tmp /home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-weak-assign.m
grep -e "objc_assign_weak"
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-weak-
assign.m.tmp | grep -e "call" | /home/dave/llvm_build/./bin/count 6
--
Exit Code: 1
Command Output (stderr):
--
grep: illegal option -- e
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
grep: illegal option -- e
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
Expected 6 lines, got 0.
--
********************
FAIL: Clang :: CodeGenObjC/objc2-write-barrier-2.m (3065 of 24255)
******************** TEST 'Clang :: CodeGenObjC/objc2-write-barrier-2.m'
FAILED ********************
Script:
--
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -triple
x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm
-o /home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-write-
barrier-2.m.tmp /home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-write-
barrier-2.m
grep -F '@objc_assign_global'
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-write-
barrier-2.m.tmp | /home/dave/llvm_build/./bin/count 7
grep -F '@objc_assign_ivar'
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-write-
barrier-2.m.tmp | /home/dave/llvm_build/./bin/count 5
grep -F '@objc_assign_strongCast'
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-write-
barrier-2.m.tmp | /home/dave/llvm_build/./bin/count 8
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -x
objective-c++ -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5
-fobjc-gc -emit-llvm -o
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-write-
barrier-2.m.tmp /home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-write-
barrier-2.m
grep -F '@objc_assign_global'
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-write-
barrier-2.m.tmp | /home/dave/llvm_build/./bin/count 7
grep -F '@objc_assign_ivar'
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-write-
barrier-2.m.tmp | /home/dave/llvm_build/./bin/count 5
grep -F '@objc_assign_strongCast'
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-write-
barrier-2.m.tmp | /home/dave/llvm_build/./bin/count 8
--
Exit Code: 1
Command Output (stderr):
--
/home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-write-barrier-2.m:30:12:
warning: class 'something' defined without specifying a base class
@interface something {
^
/home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-write-barrier-2.m:30:21:
note: add a super class to fix this problem
@interface something {
^
/home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-write-barrier-2.m:80:3:
warning: array index 5 is past the end of the array (which contains 5
elements)
inner.inner_most.arrI[3].is2[5] = 0;
^ ~
/home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-write-barrier-2.m:65:10:
note: array 'is2' declared here
id is2[5];
^
/home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-write-barrier-2.m:81:1:
warning: control reaches end of non-void function
}
^
/home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-write-barrier-2.m:57:12:
warning: class 'DSATextSearch' defined without specifying a base class
@interface DSATextSearch {
^
/home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-write-barrier-2.m:57:25:
note: add a super class to fix this problem
@interface DSATextSearch {
^
4 warnings generated.
grep: illegal option -- F
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
Expected 7 lines, got 0.
--
********************
FAIL: Clang :: CodeGenObjC/objc2-protocol-enc.m (3066 of 24255)
******************** TEST 'Clang :: CodeGenObjC/objc2-protocol-enc.m' FAILED
********************
Script:
--
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -
triple=i686-apple-darwin9 -emit-llvm -o
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-protocol-
enc.m.tmp /home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-protocol-enc.m
grep -e "T@\\\22<X>\\\22"
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-protocol-
enc.m.tmp
grep -e "T@\\\22<X><Y>\\\22"
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-protocol-
enc.m.tmp
grep -e "T@\\\22<X><Y><Z>\\\22"
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-protocol-
enc.m.tmp
grep -e "T@\\\22Foo<X><Y><Z>\\\22"
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-protocol-
enc.m.tmp
--
Exit Code: 2
Command Output (stderr):
--
/home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-protocol-enc.m:17:12:
warning: class 'Intf' defined without specifying a base class
@interface Intf <Proto>
^
/home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-protocol-enc.m:17:16: note:
add a super class to fix this problem
@interface Intf <Proto>
^
1 warning generated.
grep: illegal option -- e
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
--
********************
FAIL: Clang :: CodeGenObjC/objc2-write-barrier.m (3080 of 24255)
******************** TEST 'Clang :: CodeGenObjC/objc2-write-barrier.m' FAILED
********************
Script:
--
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -triple
x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm
-o /home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-write-
barrier.m.tmp /home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-write-
barrier.m
grep -F '@objc_assign_global'
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-write-
barrier.m.tmp | /home/dave/llvm_build/./bin/count 21
grep -F '@objc_assign_ivar'
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-write-
barrier.m.tmp | /home/dave/llvm_build/./bin/count 11
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -x
objective-c++ -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5
-fobjc-gc -emit-llvm -o
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-write-
barrier.m.tmp /home/dave/llvm/tools/clang/test/CodeGenObjC/objc2-write-
barrier.m
grep -F '@objc_assign_global'
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-write-
barrier.m.tmp | /home/dave/llvm_build/./bin/count 21
grep -F '@objc_assign_ivar'
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/objc2-write-
barrier.m.tmp | /home/dave/llvm_build/./bin/count 11
--
Exit Code: 1
Command Output (stderr):
--
grep: illegal option -- F
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
Expected 21 lines, got 0.
--
********************
FAIL: Clang :: CodeGenObjC/property-setter-attr.m (3085 of 24255)
******************** TEST 'Clang :: CodeGenObjC/property-setter-attr.m' FAILED
********************
Script:
--
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -emit-
llvm -triple=i686-apple-darwin8 -o
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/property-setter-
attr.m.tmp /home/dave/llvm/tools/clang/test/CodeGenObjC/property-setter-attr.m
grep -e "SiSetOtherThings:"
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/property-setter-
attr.m.tmp
--
Exit Code: 2
Command Output (stderr):
--
/home/dave/llvm/tools/clang/test/CodeGenObjC/property-setter-attr.m:4:12:
warning: class 'A' defined without specifying a base class
@interface A
^
/home/dave/llvm/tools/clang/test/CodeGenObjC/property-setter-attr.m:4:13:
note: add a super class to fix this problem
@interface A
^
1 warning generated.
grep: illegal option -- e
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
--
********************
FAIL: Clang :: CodeGenObjC/runtime-fns.m (3101 of 24255)
******************** TEST 'Clang :: CodeGenObjC/runtime-fns.m' FAILED
********************
Script:
--
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -emit-
llvm -o /home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/runtime-
fns.m.tmp /home/dave/llvm/tools/clang/test/CodeGenObjC/runtime-fns.m
grep -e "^de.*objc_msgSend[0-9]*("
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/runtime-fns.m.tmp |
/home/dave/llvm_build/./bin/count 1
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -DWITHDEF
-emit-llvm -o
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/runtime-fns.m.tmp
/home/dave/llvm/tools/clang/test/CodeGenObjC/runtime-fns.m
grep -e "^de.*objc_msgSend[0-9]*("
/home/dave/llvm_build/tools/clang/test/CodeGenObjC/Output/runtime-fns.m.tmp |
/home/dave/llvm_build/./bin/count 1
--
Exit Code: 1
Command Output (stderr):
--
/home/dave/llvm/tools/clang/test/CodeGenObjC/runtime-fns.m:6:4: warning:
incompatible redeclaration of library function 'objc_msgSend'
id objc_msgSend(int x);
^
/home/dave/llvm/tools/clang/test/CodeGenObjC/runtime-fns.m:6:4: note:
'objc_msgSend' is a builtin with type 'id (id, SEL, ...)'
/home/dave/llvm/tools/clang/test/CodeGenObjC/runtime-fns.m:8:12: warning:
class 'A' defined without specifying a base class
@interface A @end
^
/home/dave/llvm/tools/clang/test/CodeGenObjC/runtime-fns.m:8:13: note: add a
super class to fix this problem
@interface A @end
^
2 warnings generated.
grep: illegal option -- e
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
Expected 1 lines, got 0.
--
********************
FAIL: Clang :: Driver/cl-response-file.c (3344 of 24255)
******************** TEST 'Clang :: Driver/cl-response-file.c' FAILED
********************
Script:
--
echo '/I/home/dave/llvm/tools/clang/test/Driver\Inputs\cl-response-file\
/DFOO=2' > /home/dave/llvm_build/tools/clang/test/Driver/Output/cl-response-
file.c.tmp.rsp
/home/dave/llvm_build/./bin/clang --driver-mode=cl /c -###
@/home/dave/llvm_build/tools/clang/test/Driver/Output/cl-response-
file.c.tmp.rsp -- /home/dave/llvm/tools/clang/test/Driver/cl-response-file.c
2>&1 | /home/dave/llvm_build/./bin/FileCheck
/home/dave/llvm/tools/clang/test/Driver/cl-response-file.c
--
Exit Code: 1
Command Output (stderr):
--
/home/dave/llvm/tools/clang/test/Driver/cl-response-file.c:10:11: error:
expected string not found in input
// CHECK: "-I" "{{.*}}\\Inputs\\cl-response-file\\" "-D" "FOO=2"
^
<stdin>:1:1: note: scanning from here
clang version 3.8.0 (tags/RELEASE_380/rc3 261910)
^
<stdin>:5:1482: note: possible intended match here
"/home/dave/llvm_build/bin/clang-3.8" "-cc1" "-triple" "sparc-pc-windows-
msvc18.0.0" "-emit-obj" "-mrelax-all" "-mincremental-linker-compatible" "-
disable-free" "-disable-llvm-verifier" "-main-file-name" "cl-response-file.c" "-
mrelocation-model" "static" "-mthread-model" "posix" "-relaxed-aliasing" "-
fmath-errno" "-masm-verbose" "-mconstructor-aliases" "-D_MT" "--dependent-
lib=libcmt" "--dependent-lib=oldnames" "-fdiagnostics-format" "msvc" "-momit-
leaf-frame-pointer" "-dwarf-column-info" "-debugger-tuning=gdb" "-coverage-
file" "/home/dave/llvm_build/tools/clang/test/Driver/cl-response-file.c" "-
resource-dir" "/home/dave/llvm_build/bin/../lib/clang/3.8.0" "-I"
"/home/dave/llvm/tools/clang/test/Driver\\Inputs" "-internal-isystem"
"/home/dave/llvm_build/bin/../lib/clang/3.8.0/include" "-internal-isystem"
"C:/Program Files/Microsoft Visual Studio 10.0/VC/include" "-internal-isystem"
"C:/Program Files/Microsoft Visual Studio 9.0/VC/include" "-internal-isystem"
"C:/Program Files/Microsoft Visual Studio 9.0/VC/PlatformSDK/Include" "-
internal-isystem" "C:/Program Files/Microsoft Visual Studio 8/VC/include" "-
internal-isystem" "C:/Program Files/Microsoft Visual Studio
8/VC/PlatformSDK/Include" "-fdebug-compilation-dir"
"/home/dave/llvm_build/tools/clang/test/Driver" "-ferror-limit" "19" "-
fmessage-length" "0" "-fms-extensions" "-fms-compatibility" "-fms-
compatibility-version=18" "-fno-threadsafe-statics" "-fdelayed-template-
parsing" "-fobjc-runtime=gcc" "-fdiagnostics-show-option" "-o" "cl-response-
file.obj" "-x" "c" "/home/dave/llvm/tools/clang/test/Driver/cl-response-file.c"
^
--
********************
FAIL: Clang :: Driver/gfortran.f90 (3456 of 24255)
******************** TEST 'Clang :: Driver/gfortran.f90' FAILED
********************
Script:
--
/home/dave/llvm_build/./bin/clang -no-canonical-prefixes -target i386-linux -
### /home/dave/llvm/tools/clang/test/Driver/gfortran.f90 -o
/home/dave/llvm_build/tools/clang/test/Driver/Output/gfortran.f90.tmp 2>&1
-Aquestion=answer -A-question=answer -C -CC -Dmacro -
Dmacro=value -H -Isome/directory -Jsome/other/directory -P
-Umacro -Waliasing -Walign-commons -Wall -Wampersand
-Warray-bounds -Wc-binding-type -Wcharacter-truncation -
Wconversion -Wfunction-elimination -Wimplicit-interface -
Wimplicit-procedure -Wintrinsic-shadow -Wintrinsics-std -Wline-
truncation -Wreal-q-constant -Wrealloc-lhs -Wsurprising -
Wtabs -Wtarget-lifetime -Wunderflow -Wunused-parameter -cpp
-dD -dI -dM -dN -dU -faggressive-function-elimination
-falign-commons -fall-intrinsics -fautomatic -fbackslash -
fbacktrace -fblas-matmul-limit=42 -fbounds-check -fcheck-array-
temporaries -fcheck=all -fcoarray=none -fconvert=foobar -
fcray-pointer -fd-lines-as-code -fd-lines-as-comments -
fdefault-double-8 -fdefault-integer-8 -fdefault-real-8 -
fdollar-ok -fdump-fortran-optimized -fdump-fortran-original -
fdump-parse-tree -fexternal-blas -ff2c -ffixed-form -ffixed-
line-length-42 -ffpe-trap=list -ffree-form -ffree-line-
length-42 -ffrontend-optimize -fimplicit-none -finit-character=n
-finit-integer=n -finit-local-zero -finit-logical=false -finit-
real=zero -finteger-4-integer-8 -fintrinsic-modules-path -fmax-
array-constructor=42 -fmax-errors=42 -fmax-identifier-length -
fmax-stack-var-size=42 -fmax-subrecord-length=42 -fmodule-private
-fopenmp -fpack-derived -fprotect-parens -frange-check -
freal-4-real-10 -freal-4-real-16 -freal-4-real-8 -freal-8-
real-10 -freal-8-real-16 -freal-8-real-4 -frealloc-lhs -
frecord-marker=42 -frecursive -frepack-arrays -fsecond-
underscore -fshort-enums -fsign-zero -fstack-arrays -
fsyntax-only -funderscoring -fwhole-file -fworking-directory
-imultilib -iprefix -iquote -isysroot -isystem -nocpp
-nostdinc -pedantic -pedantic-errors -static-libgfortran -
std=f90 -undef | /home/dave/llvm_build/./bin/FileCheck
/home/dave/llvm/tools/clang/test/Driver/gfortran.f90
/home/dave/llvm_build/./bin/clang -no-canonical-prefixes -target i386-linux -
fsyntax-only -### /home/dave/llvm/tools/clang/test/Driver/gfortran.f90 -o
/home/dave/llvm_build/tools/clang/test/Driver/Output/gfortran.f90.tmp 2>&1 |
grep -e error: -e -fsyntax-only | /home/dave/llvm_build/./bin/FileCheck
/home/dave/llvm/tools/clang/test/Driver/gfortran.f90 --check-prefix=CHECK-
PR22234
/home/dave/llvm_build/./bin/clang -no-canonical-prefixes -target i386-linux -
### /home/dave/llvm/tools/clang/test/Driver/gfortran.f90 -o
/home/dave/llvm_build/tools/clang/test/Driver/Output/gfortran.f90.tmp 2>&1 |
/home/dave/llvm_build/./bin/FileCheck
/home/dave/llvm/tools/clang/test/Driver/gfortran.f90 --check-prefix=CHECK-
PR22234-R
--
Exit Code: 2
Command Output (stderr):
--
grep: illegal option -- e
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
FileCheck error: '-' is empty.
--
********************
FAIL: Clang :: Format/basic.cpp (3667 of 24255)
******************** TEST 'Clang :: Format/basic.cpp' FAILED
********************
Script:
--
grep -Ev "// *[A-Z-]+:" /home/dave/llvm/tools/clang/test/Format/basic.cpp |
/home/dave/llvm_build/./bin/clang-format -style=LLVM |
/home/dave/llvm_build/./bin/FileCheck -strict-whitespace
/home/dave/llvm/tools/clang/test/Format/basic.cpp
--
Exit Code: 2
Command Output (stderr):
--
grep: illegal option -- E
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
FileCheck error: '-' is empty.
--
********************
FAIL: Clang :: Format/cursor.cpp (3668 of 24255)
******************** TEST 'Clang :: Format/cursor.cpp' FAILED
********************
Script:
--
grep -Ev "// *[A-Z-]+:" /home/dave/llvm/tools/clang/test/Format/cursor.cpp |
/home/dave/llvm_build/./bin/clang-format -style=LLVM -cursor=6 |
/home/dave/llvm_build/./bin/FileCheck -strict-whitespace
/home/dave/llvm/tools/clang/test/Format/cursor.cpp
--
Exit Code: 2
Command Output (stderr):
--
grep: illegal option -- E
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
FileCheck error: '-' is empty.
--
********************
FAIL: Clang :: Format/incomplete.cpp (3669 of 24255)
******************** TEST 'Clang :: Format/incomplete.cpp' FAILED
********************
Script:
--
grep -Ev "// *[A-Z-]+:" /home/dave/llvm/tools/clang/test/Format/incomplete.cpp
| /home/dave/llvm_build/./bin/clang-format -style=LLVM -cursor=0 |
/home/dave/llvm_build/./bin/FileCheck -strict-whitespace
/home/dave/llvm/tools/clang/test/Format/incomplete.cpp
--
Exit Code: 2
Command Output (stderr):
--
grep: illegal option -- E
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
FileCheck error: '-' is empty.
--
********************
FAIL: Clang :: Format/line-ranges.cpp (3673 of 24255)
******************** TEST 'Clang :: Format/line-ranges.cpp' FAILED
********************
Script:
--
grep -Ev "// *[A-Z-]+:" /home/dave/llvm/tools/clang/test/Format/line-
ranges.cpp | /home/dave/llvm_build/./bin/clang-format -style=LLVM -
lines=1:1 -lines=5:5 | /home/dave/llvm_build/./bin/FileCheck -strict-
whitespace /home/dave/llvm/tools/clang/test/Format/line-ranges.cpp
--
Exit Code: 2
Command Output (stderr):
--
grep: illegal option -- E
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
FileCheck error: '-' is empty.
--
********************
FAIL: Clang :: Format/adjust-indent.cpp (3674 of 24255)
******************** TEST 'Clang :: Format/adjust-indent.cpp' FAILED
********************
Script:
--
grep -Ev "// *[A-Z-]+:" /home/dave/llvm/tools/clang/test/Format/adjust-
indent.cpp | /home/dave/llvm_build/./bin/clang-format -lines=2:2 |
/home/dave/llvm_build/./bin/FileCheck -strict-whitespace
/home/dave/llvm/tools/clang/test/Format/adjust-indent.cpp
--
Exit Code: 2
Command Output (stderr):
--
grep: illegal option -- E
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
FileCheck error: '-' is empty.
--
********************
FAIL: Clang :: Format/disable-format.cpp (3676 of 24255)
******************** TEST 'Clang :: Format/disable-format.cpp' FAILED
********************
Script:
--
grep -Ev "// *[A-Z-]+:" /home/dave/llvm/tools/clang/test/Format/disable-
format.cpp | /home/dave/llvm_build/./bin/clang-format -style=none |
/home/dave/llvm_build/./bin/FileCheck -strict-whitespace
/home/dave/llvm/tools/clang/test/Format/disable-format.cpp
--
Exit Code: 2
Command Output (stderr):
--
grep: illegal option -- E
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
FileCheck error: '-' is empty.
--
********************
FAIL: Clang :: Format/ranges.cpp (3678 of 24255)
******************** TEST 'Clang :: Format/ranges.cpp' FAILED
********************
Script:
--
grep -Ev "// *[A-Z-]+:" /home/dave/llvm/tools/clang/test/Format/ranges.cpp
| /home/dave/llvm_build/./bin/clang-format -style=LLVM -offset=2 -length=0 -
offset=28 -length=0 | /home/dave/llvm_build/./bin/FileCheck -strict-
whitespace /home/dave/llvm/tools/clang/test/Format/ranges.cpp
--
Exit Code: 2
Command Output (stderr):
--
grep: illegal option -- E
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
FileCheck error: '-' is empty.
--
********************
FAIL: Clang :: Format/language-detection.cpp (3681 of 24255)
******************** TEST 'Clang :: Format/language-detection.cpp' FAILED
********************
Script:
--
grep -Ev "// *[A-Z0-9_]+:" /home/dave/llvm/tools/clang/test/Format/language-
detection.cpp | /home/dave/llvm_build/./bin/clang-format -style=llvm -
assume-filename=foo.js | /home/dave/llvm_build/./bin/FileCheck -strict-
whitespace -check-prefix=CHECK1
/home/dave/llvm/tools/clang/test/Format/language-detection.cpp
grep -Ev "// *[A-Z0-9_]+:" /home/dave/llvm/tools/clang/test/Format/language-
detection.cpp | /home/dave/llvm_build/./bin/clang-format -style=llvm -
assume-filename=foo.cpp | /home/dave/llvm_build/./bin/FileCheck -strict-
whitespace -check-prefix=CHECK2
/home/dave/llvm/tools/clang/test/Format/language-detection.cpp
--
Exit Code: 2
Command Output (stderr):
--
grep: illegal option -- E
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
FileCheck error: '-' is empty.
--
********************
FAIL: Clang :: Frontend/rewrite-includes-messages.c (3728 of 24255)
******************** TEST 'Clang :: Frontend/rewrite-includes-messages.c'
FAILED ********************
Script:
--
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -E -
frewrite-includes /home/dave/llvm/tools/clang/test/Frontend/rewrite-includes-
messages.c -I/home/dave/llvm/tools/clang/test/Frontend/Inputs/ |
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -Wall -
fsyntax-only -Wunused-macros -x c - 2>&1 >
/home/dave/llvm_build/tools/clang/test/Frontend/Output/rewrite-includes-
messages.c.tmp.1
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc -
I/home/dave/llvm/tools/clang/test/Frontend/Inputs/ -Wall -Wunused-macros -
fsyntax-only /home/dave/llvm/tools/clang/test/Frontend/rewrite-includes-
messages.c 2>&1 >
/home/dave/llvm_build/tools/clang/test/Frontend/Output/rewrite-includes-
messages.c.tmp.2
diff /home/dave/llvm_build/tools/clang/test/Frontend/Output/rewrite-includes-
messages.c.tmp.1
/home/dave/llvm_build/tools/clang/test/Frontend/Output/rewrite-includes-
messages.c.tmp.2 -u
--
Exit Code: 2
Command Output (stdout):
--
/home/dave/llvm/tools/clang/test/Frontend/rewrite-includes-messages.c:7:9:
warning: macro is not used
#define UNUSED_MACRO
^
In file included from /home/dave/llvm/tools/clang/test/Frontend/rewrite-
includes-messages.c:6:
/home/dave/llvm/tools/clang/test/Frontend/Inputs/rewrite-includes-
messages.h:3:9: warning: unused variable 'unused_variable'
int unused_variable;
^
2 warnings generated.
/home/dave/llvm/tools/clang/test/Frontend/rewrite-includes-messages.c:7:9:
warning: macro is not used
#define UNUSED_MACRO
^
In file included from /home/dave/llvm/tools/clang/test/Frontend/rewrite-
includes-messages.c:6:
/home/dave/llvm/tools/clang/test/Frontend/Inputs/rewrite-includes-
messages.h:3:9: warning: unused variable 'unused_variable'
int unused_variable;
^
2 warnings generated.
--
Command Output (stderr):
--
diff: two filename arguments required
--
********************
FAIL: Clang :: Sema/wchar.c (5945 of 24255)
******************** TEST 'Clang :: Sema/wchar.c' FAILED ********************
Script:
--
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc
/home/dave/llvm/tools/clang/test/Sema/wchar.c -fsyntax-only -verify
/home/dave/llvm_build/./bin/clang -cc1 -internal-isystem
/home/dave/llvm_build/bin/../lib/clang/3.8.0/include -nostdsysteminc
/home/dave/llvm/tools/clang/test/Sema/wchar.c -fsyntax-only -fshort-wchar -
verify -DSHORT_WCHAR
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics expected but not seen:
File /home/dave/llvm/tools/clang/test/Sema/wchar.c Line 22: initializing
wide char array with non-wide string literal
error: 'error' diagnostics seen but not expected:
File /home/dave/llvm/tools/clang/test/Sema/wchar.c Line 20: array
initializer must be an initializer list
File /home/dave/llvm/tools/clang/test/Sema/wchar.c Line 22: array
initializer must be an initializer list
3 errors generated.
--
********************
XPASS: LLVM :: CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll (10000 of
24255)
******************** TEST 'LLVM :: CodeGen/Generic/2007-04-08-
MultipleFrameIndices.ll' FAILED ********************
Script:
--
/home/dave/llvm_build/./bin/llc -no-integrated-as <
/home/dave/llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
--
Exit Code: 0
Command Output (stdout):
--
.text
.file "<stdin>"
.globl stuff
.align 4
.type stuff, at function
stuff: ! @stuff
.cfi_startproc
! BB#0:
add %sp, -112, %sp
.Ltmp0:
.cfi_def_cfa_register %fp
.Ltmp1:
.cfi_window_save
.Ltmp2:
.cfi_register 15, 31
st %o5, [%sp+200]
st %o4, [%sp+196]
st %o3, [%sp+192]
st %o2, [%sp+188]
st %o1, [%sp+184]
add %sp, 108, %o0
st %o0, [%sp+100]
add %sp, 104, %o0
st %o0, [%sp+96]
sethi 0, %o0
!APP
inline asm %o0 1 [%sp+100] [%sp+96]
!NO_APP
retl
add %sp, 112, %sp
.Lfunc_end0:
.size stuff, .Lfunc_end0-stuff
.cfi_endproc
.section ".note.GNU-stack"
--
********************
FAIL: LLVM :: Transforms/GCOVProfiling/linkagename.ll (17860 of 24255)
******************** TEST 'LLVM :: Transforms/GCOVProfiling/linkagename.ll'
FAILED ********************
Script:
--
echo '!9 = !
{!"/home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/linkagename.ll",
!0}' >
/home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/linkagename.ll.tmp1
cat /home/dave/llvm/test/Transforms/GCOVProfiling/linkagename.ll
/home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/linkagename.ll.tmp1
>
/home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/linkagename.ll.tmp2
/home/dave/llvm_build/./bin/opt -insert-gcov-profiling -disable-output <
/home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/linkagename.ll.tmp2
grep _Z3foov
/home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/linkagename.gcno
rm /home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/linkagename.gcno
--
Exit Code: 1
********************
FAIL: LLVM :: Transforms/LoopSimplify/indirectbr.ll (18355 of 24255)
******************** TEST 'LLVM :: Transforms/LoopSimplify/indirectbr.ll'
FAILED ********************
Script:
--
/home/dave/llvm_build/./bin/opt <
/home/dave/llvm/test/Transforms/LoopSimplify/indirectbr.ll -loop-simplify -
lcssa -verify-loop-info -verify-dom-info -S | grep -F "indirectbr i8* %x,
[label %L0, label %L1]" | /home/dave/llvm_build/./bin/count 6
--
Exit Code: 1
Command Output (stderr):
--
grep: illegal option -- F
Usage: grep [-c|-l|-q] -bhinsvw pattern file . . .
Expected 6 lines, got 0.
LLVM ERROR: IO failure on output stream.
--
********************
FAIL: LLVM-Unit :: Support/SupportTests/ThreadPoolTest.Async (23373 of 24255)
******************** TEST 'LLVM-Unit ::
Support/SupportTests/ThreadPoolTest.Async' FAILED ********************
Note: Google Test filter = ThreadPoolTest.Async
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from ThreadPoolTest
[ RUN ] ThreadPoolTest.Async
********************
FAIL: LLVM-Unit :: Support/SupportTests/ThreadPoolTest.AsyncBarrier (23394 of
24255)
******************** TEST 'LLVM-Unit ::
Support/SupportTests/ThreadPoolTest.AsyncBarrier' FAILED ********************
Note: Google Test filter = ThreadPoolTest.AsyncBarrier
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from ThreadPoolTest
[ RUN ] ThreadPoolTest.AsyncBarrier
********************
FAIL: LLVM-Unit :: Support/SupportTests/ThreadPoolTest.AsyncBarrierArgs (23435
of 24255)
******************** TEST 'LLVM-Unit ::
Support/SupportTests/ThreadPoolTest.AsyncBarrierArgs' FAILED
********************
Note: Google Test filter = ThreadPoolTest.AsyncBarrierArgs
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from ThreadPoolTest
[ RUN ] ThreadPoolTest.AsyncBarrierArgs
********************
FAIL: LLVM-Unit :: Support/SupportTests/ThreadPoolTest.GetFuture (23659 of
24255)
******************** TEST 'LLVM-Unit ::
Support/SupportTests/ThreadPoolTest.GetFuture' FAILED ********************
Note: Google Test filter = ThreadPoolTest.GetFuture
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from ThreadPoolTest
[ RUN ] ThreadPoolTest.GetFuture
********************
FAIL: LLVM :: Transforms/GCOVProfiling/version.ll (23690 of 24255)
******************** TEST 'LLVM :: Transforms/GCOVProfiling/version.ll' FAILED
********************
Script:
--
echo '!9 = !
{!"/home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/version.ll", !0}'
> /home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/version.ll.tmp1
cat /home/dave/llvm/test/Transforms/GCOVProfiling/version.ll
/home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/version.ll.tmp1 >
/home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/version.ll.tmp2
/home/dave/llvm_build/./bin/opt -insert-gcov-profiling -disable-output <
/home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/version.ll.tmp2
head -c8
/home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/version.gcno | grep
'^oncg.204'
rm /home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/version.gcno
not /home/dave/llvm_build/./bin/opt -insert-gcov-profiling -default-gcov-
version=asdfasdf -disable-output <
/home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/version.ll.tmp2
/home/dave/llvm_build/./bin/opt -insert-gcov-profiling -default-gcov-
version=407* -disable-output <
/home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/version.ll.tmp2
head -c8
/home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/version.gcno | grep
'^oncg.704'
rm /home/dave/llvm_build/test/Transforms/GCOVProfiling/Output/version.gcno
--
Exit Code: 1
Command Output (stderr):
--
head: illegal option -- c
--
********************
FAIL: LLVM-Unit :: Support/SupportTests/ThreadPoolTest.PoolDestruction (23702
of 24255)
******************** TEST 'LLVM-Unit ::
Support/SupportTests/ThreadPoolTest.PoolDestruction' FAILED
********************
Note: Google Test filter = ThreadPoolTest.PoolDestruction
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from ThreadPoolTest
[ RUN ] ThreadPoolTest.PoolDestruction
********************
Testing Time: 285.60s
********************
Unexpected Passing Tests (1):
LLVM :: CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
********************
Failing Tests (34):
Clang :: CodeGen/constructor-attribute.c
Clang :: CodeGenObjC/bitfield-ivar-offsets.m
Clang :: CodeGenObjC/encode-test-2.m
Clang :: CodeGenObjC/implicit-objc_msgSend.m
Clang :: CodeGenObjC/objc-assign-ivar.m
Clang :: CodeGenObjC/objc2-assign-global.m
Clang :: CodeGenObjC/objc2-new-gc-api-strongcast.m
Clang :: CodeGenObjC/objc2-property-encode.m
Clang :: CodeGenObjC/objc2-protocol-enc.m
Clang :: CodeGenObjC/objc2-weak-assign.m
Clang :: CodeGenObjC/objc2-write-barrier-2.m
Clang :: CodeGenObjC/objc2-write-barrier.m
Clang :: CodeGenObjC/property-setter-attr.m
Clang :: CodeGenObjC/runtime-fns.m
Clang :: Driver/cl-response-file.c
Clang :: Driver/gfortran.f90
Clang :: Format/adjust-indent.cpp
Clang :: Format/basic.cpp
Clang :: Format/cursor.cpp
Clang :: Format/disable-format.cpp
Clang :: Format/incomplete.cpp
Clang :: Format/language-detection.cpp
Clang :: Format/line-ranges.cpp
Clang :: Format/ranges.cpp
Clang :: Frontend/rewrite-includes-messages.c
Clang :: Sema/wchar.c
LLVM :: Transforms/GCOVProfiling/linkagename.ll
LLVM :: Transforms/GCOVProfiling/version.ll
LLVM :: Transforms/LoopSimplify/indirectbr.ll
LLVM-Unit :: Support/SupportTests/ThreadPoolTest.Async
LLVM-Unit :: Support/SupportTests/ThreadPoolTest.AsyncBarrier
LLVM-Unit :: Support/SupportTests/ThreadPoolTest.AsyncBarrierArgs
LLVM-Unit :: Support/SupportTests/ThreadPoolTest.GetFuture
LLVM-Unit :: Support/SupportTests/ThreadPoolTest.PoolDestruction
Expected Passes : 14175
Expected Failures : 36
Unsupported Tests : 10009
Unexpected Passes : 1
Unexpected Failures: 34
gmake[3]: *** [CMakeFiles/check-all] Error 1
gmake[2]: *** [CMakeFiles/check-all.dir/all] Error 2
gmake[1]: *** [CMakeFiles/check-all.dir/rule] Error 2
gmake: *** [check-all] Error 2
dave at athena:~/llvm_build$
More information about the cfe-users
mailing list