KhronosGroup / WebCL-conformance

WebCL conformance tests
20 stars 15 forks source link

Wrong exception type expected for enqueueWaitForEvents #76

Closed toaarnio closed 10 years ago

toaarnio commented 10 years ago

As per http://www.khronos.org/bugzilla/show_bug.cgi?id=1181, enqueueWaitForEvents([]) should throw INVALID_VALUE. However, the conformance tests in bindingTesting/queues/cl_commandQueue_enqueueWaitForEvents.html are expecting INVALID_EVENT_WAIT_LIST.

shilpashri commented 10 years ago

quick r https://github.com/KhronosGroup/WebCL-conformance/commit/bb0f3f2b90d294d9cac066d6cb7fa0e25f535c80 ?

shilpashri commented 10 years ago

Fixed by https://github.com/KhronosGroup/WebCL-conformance/commit/0fcd6a117da9a3a2ffcf428c50e7cf6fb1b894ce .