mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Fix test executable names in CSV files (#705)
The following test executable name changes have been made in the conformance CSV files to match those found in the `test_conformance` build directory: * `contractions` -> `test_contractions` * `computeinfo` -> `test_computeinfo` * `bruteforce` -> `test_bruteforce` * `Test_half` -> `test_half` * `test_SVM` -> `test_svm`
This commit is contained in:
@@ -76,8 +76,8 @@ OpenCL-GL Sharing,gl/test_gl
|
||||
# #########################################
|
||||
Select,select/test_select
|
||||
Conversions,conversions/test_conversions
|
||||
Contractions,contractions/contractions
|
||||
Math,math_brute_force/bruteforce
|
||||
Contractions,contractions/test_contractions
|
||||
Math,math_brute_force/test_bruteforce
|
||||
Integer Ops,integer_ops/test_integer_ops
|
||||
Half Ops,half/test_half
|
||||
|
||||
@@ -89,7 +89,7 @@ Execution Model,device_execution/test_device_execution
|
||||
Generic Address Space,generic_address_space/test_generic_address_space
|
||||
Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group
|
||||
Pipes,pipes/test_pipes
|
||||
SVM,SVM/test_SVM
|
||||
SVM,SVM/test_svm
|
||||
Workgroups,workgroups/test_workgroups
|
||||
|
||||
#####################################
|
||||
|
||||
|
Reference in New Issue
Block a user