Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

[3.8 rc2] CodeGenOpenCL/pipe_types.cl test fails on SystemZ #26487

Closed Quuxplusone closed 8 years ago

Quuxplusone commented 8 years ago
Bugzilla Link PR26488
Status RESOLVED FIXED
Importance P normal
Reported by İsmail Dönmez (ismail@i10z.com)
Reported on 2016-02-05 01:37:38 -0800
Last modified on 2016-02-05 02:53:28 -0800
Version 3.8
Hardware Other Linux
CC llvm-bugs@lists.llvm.org
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also
This is on Linux s390x, using stage1 clang to build stage2 clang and run tests:

 FAIL: Clang :: CodeGenOpenCL/pipe_types.cl (3257 of 8876)
 ******************** TEST 'Clang :: CodeGenOpenCL/pipe_types.cl' FAILED ********************
 Script:
 --
 /home/abuild/rpmbuild/BUILD/llvm-3.8.0/stage2/./bin/clang -cc1 -internal-isystem /home/abuild/rpmbuild/BUILD/llvm-3.8.0/stage2/bin/../lib64/clang/3.8.0/include -nostdsysteminc -emit-llvm -O0 -cl-std=CL2.0 -o - /home/abuild/rpmbuild/BUILD/llvm-3.8.0/tools/clang/test/CodeGenOpenCL/pipe_types.cl | /home/abuild/rpmbuild/BUILD/llvm-3.8.0/stage2/./bin/FileCheck /home/abuild/rpmbuild/BUILD/llvm-3.8.0/tools/clang/test/CodeGenOpenCL/pipe_types.cl
 --
 Exit Code: 1

 Command Output (stderr):
 --
 /home/abuild/rpmbuild/BUILD/llvm-3.8.0/tools/clang/test/CodeGenOpenCL/pipe_types.cl:26:11: error: expected string not found in input
 // CHECK: define void @test5(%opencl.pipe_t* %p)
           ^
 <stdin>:34:40: note: scanning from here
 define void @test4(%opencl.pipe_t* %p) #0 {
                                        ^
 <stdin>:42:1: note: possible intended match here
 define void @test5(%opencl.pipe_t**) #0 {
 ^

 --

 ********************
 Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80..User process fault: interruption code 0x6003B in libLLVMSupport.so.3.8.0[3fffd387000+f3000]
 failing address: 0
 User process fault: interruption code 0x6003B in libLLVMSupport.so.3.8.0[3fffcf0a000+f3000]
 failing address: 0
  User process fault: interruption code 0x6003B in libLLVMSupport.so.3.8.0[3fffd350000+f3000]
 failing address: 0
 90User process fault: interruption code 0x6003B in libLLVMSupport.so.3.8.0[3fffce53000+f3000]
 failing address: 0
Quuxplusone commented 8 years ago

Should be resolved by r259808, I'll check.

Quuxplusone commented 8 years ago

Confirmed r259808 fixing the issue.