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:
Kenneth Benzie
2020-03-25 14:27:36 +00:00
committed by GitHub
parent efaf024035
commit c2dfe8cf25
11 changed files with 34 additions and 34 deletions

View File

@@ -49,8 +49,8 @@ OpenCL-GL Sharing,gl/test_gl -offlineCompiler spir_v generate .
# #########################################
Select,select/test_select -offlineCompiler spir_v generate .
Conversions,conversions/test_conversions -w -offlineCompiler spir_v generate .
Contractions,contractions/contractions -offlineCompiler spir_v generate .
Math,math_brute_force/bruteforce -w -offlineCompiler spir_v generate .
Contractions,contractions/test_contractions -offlineCompiler spir_v generate .
Math,math_brute_force/test_bruteforce -w -offlineCompiler spir_v generate .
Integer Ops,integer_ops/test_integer_ops integer_* quick_* -offlineCompiler spir_v generate .
Half Ops,half/test_half -w -offlineCompiler spir_v generate .
@@ -62,7 +62,7 @@ Execution Model,device_execution/test_device_execution -offlineCompiler spir_v g
Generic Address Space,generic_address_space/test_generic_address_space -offlineCompiler spir_v generate .
Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group -offlineCompiler spir_v generate .
Pipes,pipes/test_pipes -offlineCompiler spir_v generate .
SVM,SVM/test_SVM -offlineCompiler spir_v generate .
SVM,SVM/test_svm -offlineCompiler spir_v generate .
Workgroups,workgroups/test_workgroups -offlineCompiler spir_v generate .
#########################################
1 #
49 Half Ops,half/test_half -w -offlineCompiler spir_v generate .
50 #####################################
51 # OpenCL 2.0 tests
52 #####################################
53 C11 Atomics,c11_atomics/test_c11_atomics -offlineCompiler spir_v generate .
54 Execution Model,device_execution/test_device_execution -offlineCompiler spir_v generate .
55 Generic Address Space,generic_address_space/test_generic_address_space -offlineCompiler spir_v generate .
56 Non Uniform Work Groups,non_uniform_work_group/test_non_uniform_work_group -offlineCompiler spir_v generate .
62 #########################################
63 Mipmaps (Kernel),images/kernel_read_write/test_image_streams test_mipmaps CL_FILTER_NEAREST -offlineCompiler spir_v generate .
64 Mipmaps (clCopyImage),images/clCopyImage/test_cl_copy_images test_mipmaps -offlineCompiler spir_v generate .
65 Subgroups,subgroups/test_subgroups -offlineCompiler spir_v generate .
66
67
68