| [ |
| { |
| "test_name": "allocations", |
| "binary_name": "ocl-test-allocations", |
| "srcs": [ |
| "test_conformance/allocations/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "api", |
| "binary_name": "ocl-test-api", |
| "srcs": [ |
| "test_conformance/api/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "atomics", |
| "binary_name": "ocl-test-atomics", |
| "srcs": [ |
| "test_conformance/atomics/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "basic", |
| "binary_name": "ocl-test-basic", |
| "srcs": [ |
| "test_conformance/basic/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "buffers", |
| "binary_name": "ocl-test-buffers", |
| "srcs": [ |
| "test_conformance/buffers/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "c11-atomics", |
| "binary_name": "ocl-test-c11-atomics", |
| "srcs": [ |
| "test_conformance/c11_atomics/*.cpp" |
| ], |
| "timeout": "120m" |
| }, |
| { |
| "test_name": "commonfns", |
| "binary_name": "ocl-test-commonfns", |
| "srcs": [ |
| "test_conformance/commonfns/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "compiler", |
| "binary_name": "ocl-test-compiler", |
| "srcs": [ |
| "test_conformance/compiler/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "computeinfo", |
| "binary_name": "ocl-test-computeinfo", |
| "srcs": [ |
| "test_conformance/computeinfo/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "contractions", |
| "binary_name": "ocl-test-contractions", |
| "srcs": [ |
| "test_conformance/contractions/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "conversions", |
| "binary_name": "ocl-test-conversions", |
| "srcs": [ |
| "test_conformance/conversions/*.cpp" |
| ], |
| "long_running": true |
| }, |
| { |
| "test_name": "device-execution", |
| "binary_name": "ocl-test-device-execution", |
| "srcs": [ |
| "test_conformance/device_execution/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "device-partition", |
| "binary_name": "ocl-test-device-partition", |
| "srcs": [ |
| "test_conformance/device_partition/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "device-timer", |
| "binary_name": "ocl-test-device-timer", |
| "srcs": [ |
| "test_conformance/device_timer/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "events", |
| "binary_name": "ocl-test-events", |
| "srcs": [ |
| "test_conformance/events/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "generic-address-space", |
| "binary_name": "ocl-test-generic-address-space", |
| "srcs": [ |
| "test_conformance/generic_address_space/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "geometrics", |
| "binary_name": "ocl-test-geometrics", |
| "srcs": [ |
| "test_conformance/geometrics/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "half", |
| "binary_name": "ocl-test-half", |
| "srcs": [ |
| "test_conformance/half/*.cpp" |
| ], |
| "long_running": true |
| }, |
| { |
| "test_name": "integer-ops", |
| "binary_name": "ocl-test-integer-ops", |
| "srcs": [ |
| "test_conformance/integer_ops/*.cpp" |
| ], |
| "long_running": true |
| }, |
| { |
| "test_name": "math-brute-force", |
| "binary_name": "ocl-test-math-brute-force", |
| "srcs": [ |
| "test_conformance/math_brute_force/*.cpp" |
| ], |
| "long_running": true |
| }, |
| { |
| "test_name": "mem-host-flags", |
| "binary_name": "ocl-test-mem-host-flags", |
| "srcs": [ |
| "test_conformance/mem_host_flags/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "multiple-device-context", |
| "binary_name": "ocl-test-multiple-device-context", |
| "srcs": [ |
| "test_conformance/multiple_device_context/*.cpp" |
| ] |
| }, |
| { |
| "test_name": "non-uniform-work-group", |
| "binary_name": "ocl-test-non-uniform-work-group", |
| "srcs": [ |
| "test_conformance/non_uniform_work_group/*.cpp" |
| ] |
| } |
| ] |