mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-15 18:38:05 +02:00
ci: update OpenCL 3.1 piglit fails
Piglit does enforce the pre 3.1 behavior of clSetKernelArg Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41358>
This commit is contained in:
parent
7c07bbcdb5
commit
47bde74e91
5 changed files with 16 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ api@clgetcommandqueueinfo,Fail
|
|||
api@clgetdeviceinfo,Fail
|
||||
api@clgetextensionfunctionaddressforplatform,Fail
|
||||
api@clgetkernelarginfo,Fail
|
||||
api@clsetkernelarg,Fail
|
||||
api@clsetkernelarg@Input checks,Fail
|
||||
api@cllinkprogram,Fail
|
||||
program@build@vector-data-types,Fail
|
||||
program@execute@builtin@builtin-float-nextafter-1.0.generated,Fail
|
||||
|
|
|
|||
|
|
@ -362,6 +362,10 @@ program@execute@vector-conversion,Fail
|
|||
# Piglit doesn't check subbuffer alignment requirements
|
||||
api@clgetmemobjectinfo,Fail
|
||||
|
||||
# Piglit checks the pre 3.1 behavior
|
||||
api@clsetkernelarg,Fail
|
||||
api@clsetkernelarg@Input checks,Fail
|
||||
|
||||
# piles of new fails since updating skqp; to be re-evaluated with new upstream
|
||||
gl_all_bitmap_configs,Fail
|
||||
gl_androidblendmodes,Fail
|
||||
|
|
|
|||
|
|
@ -70,6 +70,10 @@ api@clcompileprogram,Fail
|
|||
#Expected CL error: CL_KERNEL_ARG_INFO_NOT_AVAILABLE -19
|
||||
api@clgetkernelarginfo,Fail
|
||||
|
||||
# Piglit checks the pre 3.1 behavior
|
||||
api@clsetkernelarg,Fail
|
||||
api@clsetkernelarg@Input checks,Fail
|
||||
|
||||
#Unexpected CL error: CL_SUCCESS 0
|
||||
#Expected CL error: CL_INVALID_LINKER_OPTIONS -67
|
||||
#Failed (error code: CL_SUCCESS): Trigger CL_INVALID_LINKER_OPTIONS if the linker options specified by options are invalid.
|
||||
|
|
|
|||
|
|
@ -48,3 +48,7 @@ program@execute@vector-conversion,Fail
|
|||
|
||||
# Piglit doesn't check subbuffer alignment requirements
|
||||
api@clgetmemobjectinfo,Fail
|
||||
|
||||
# Piglit checks the pre 3.1 behavior
|
||||
api@clsetkernelarg,Fail
|
||||
api@clsetkernelarg@Input checks,Fail
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ program@execute@vector-conversion,Fail
|
|||
|
||||
# Piglit CL bug
|
||||
api@clgetmemobjectinfo,Fail
|
||||
api@clsetkernelarg,Fail
|
||||
api@clsetkernelarg@Input checks,Fail
|
||||
program@execute@builtin@builtin-float-nextafter-1.0.generated,Fail
|
||||
program@execute@builtin@builtin-float-nextafter-1.0.generated@nextafter float1,Fail
|
||||
program@execute@builtin@builtin-float-nextafter-1.0.generated@nextafter float16,Fail
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue