KhronosGroup / WebCL-conformance

WebCL conformance tests
20 stars 15 forks source link

Empty array is not acceptable as localWorkSize or globalWorkOffset #68

Closed toaarnio closed 10 years ago

toaarnio commented 10 years ago

This PR fixes two invalid expectations in enqueueNDRangeKernel tests. It also modifies shouldThrowExceptionName() such that the exception message string is printed out in addition to the exception name. This helps tracking down bugs in implementations as well as the test suite itself.

toaarnio commented 10 years ago

Could you merge this PR so that I can submit new ones on top of it?

toaarnio commented 10 years ago

I created a new, cleaned-up PR and closed this one.