summaryrefslogtreecommitdiff
path: root/utests/runtime_barrier_list.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs in utest for event.Junyan He2016-09-281-6/+5
| | | | | | | | 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>
* Fix a bug for runtime_barrier_list.cpp, event array out of boundJunyan He2014-09-021-1/+1
| | | | | Signed-off-by: Junyan He <junyan.he@linux.intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* add test case runtime_barrier_list and runtime_marker_list.Luo2014-06-131-0/+75
Reviewed-by: "Yang, Rong R" <rong.r.yang@intel.com> Signed-off-by: Luo <xionghu.luo@intel.com> Conflicts: utests/CMakeLists.txt