summaryrefslogtreecommitdiff
path: root/utests/runtime_event.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs in utest for event.Junyan He2016-09-281-2/+2
| | | | | | | | The block api should make sure all its wait list will become ready, or we will hang. Signed-off-by: Junyan He <junyan.he@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* buf[0] destroyed twice in event cases.Luo Xionghu2016-04-221-1/+0
| | | | | | | it will be destroyed at last. Signed-off-by: Luo Xionghu <xionghu.luo@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* utests: fix two utest bugs.Zhigang Gong2014-09-021-1/+1
| | | | | | | | Similar as the bug found by junyan, some events are accessed before assigned. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com> Reviewed-by: He Junyan <junyan.he@inbox.com>
* Change event test case to cover clEnqueueMapBuffer.Yang Rong2013-08-301-4/+3
| | | | | Signed-off-by: Yang Rong <rong.r.yang@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* Add event unit test.Yang Rong2013-08-121-0/+61
Signed-off-by: Yang Rong <rong.r.yang@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>