Skip to content

Commit

Permalink
Add match files
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomestre committed Feb 13, 2024
1 parent 1bec5e9 commit 0a66b8a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
Empty file.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{OPT}}{{Segmentation fault|Aborted}}
2 changes: 2 additions & 0 deletions test/conformance/integration/integration_adapter_opencl.match
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
QueueEmptyStatusTestWithParam.QueueEmptyStatusTest/Intel_R__OpenCL___{{.*}}___IN_ORDER_QUEUE
QueueEmptyStatusTestWithParam.QueueEmptyStatusTest/Intel_R__OpenCL___{{.*}}___OUT_OF_ORDER_QUEUE
9 changes: 9 additions & 0 deletions test/conformance/queue/queue_adapter_native_cpu.match
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
urQueueCreateTest.Success/SYCL_NATIVE_CPU___SYCL_Native_CPU_
urQueueCreateTest.CheckContext/SYCL_NATIVE_CPU___SYCL_Native_CPU_
urQueueCreateWithParamTest.SuccessWithProperties/SYCL_NATIVE_CPU___SYCL_Native_CPU___UR_QUEUE_FLAG_OUT_OF_ORDER_EXEC_MODE_ENABLE
urQueueCreateWithParamTest.SuccessWithProperties/SYCL_NATIVE_CPU___SYCL_Native_CPU___UR_QUEUE_FLAG_PROFILING_ENABLE
urQueueCreateWithParamTest.SuccessWithProperties/SYCL_NATIVE_CPU___SYCL_Native_CPU___UR_QUEUE_FLAG_PRIORITY_LOW
urQueueCreateWithParamTest.SuccessWithProperties/SYCL_NATIVE_CPU___SYCL_Native_CPU___UR_QUEUE_FLAG_PRIORITY_HIGH
urQueueCreateWithParamTest.MatchingDeviceHandles/SYCL_NATIVE_CPU___SYCL_Native_CPU___UR_QUEUE_FLAG_OUT_OF_ORDER_EXEC_MODE_ENABLE
urQueueCreateWithParamTest.MatchingDeviceHandles/SYCL_NATIVE_CPU___SYCL_Native_CPU___UR_QUEUE_FLAG_PROFILING_ENABLE
urQueueCreateWithParamTest.MatchingDeviceHandles/SYCL_NATIVE_CPU___SYCL_Native_CPU___UR_QUEUE_FLAG_PRIORITY_LOW
urQueueCreateWithParamTest.MatchingDeviceHandles/SYCL_NATIVE_CPU___SYCL_Native_CPU___UR_QUEUE_FLAG_PRIORITY_HIGH
urQueueFinishTest.Success/SYCL_NATIVE_CPU___SYCL_Native_CPU_
urQueueFlushTest.Success/SYCL_NATIVE_CPU___SYCL_Native_CPU_
urQueueGetInfoTestWithInfoParam.Success/SYCL_NATIVE_CPU___SYCL_Native_CPU___UR_QUEUE_INFO_CONTEXT
Expand All @@ -12,3 +20,4 @@ urQueueGetInfoTestWithInfoParam.Success/SYCL_NATIVE_CPU___SYCL_Native_CPU___UR_Q
urQueueGetInfoTest.InvalidSizeSmall/SYCL_NATIVE_CPU___SYCL_Native_CPU_
urQueueRetainTest.Success/SYCL_NATIVE_CPU___SYCL_Native_CPU_
urQueueReleaseTest.Success/SYCL_NATIVE_CPU___SYCL_Native_CPU_

0 comments on commit 0a66b8a

Please sign in to comment.