summaryrefslogtreecommitdiff
path: root/utests/runtime_marker_list.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs in utest for event.Junyan He2016-09-281-7/+6
| | | | | | | | 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>
* 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