summaryrefslogtreecommitdiff
path: root/utests/sub_buffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* utest: error handling to avoid null pointer dereference.Luo Xionghu2016-05-231-1/+1
| | | | | Signed-off-by: Luo Xionghu <xionghu.luo@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* utests: reduce test count.Zhigang Gong2015-01-041-4/+5
| | | | | | | No need to iterate so many times. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com> Tested-by: "Meng, Mengmeng" <mengmeng.meng@intel.com>
* Fix two bugs.Yang Rong2014-09-021-1/+1
| | | | | | | | 1. A INSERT_REGINSERT_REG typo. 2. Release main_buf in utest sub_buffer_check. Signed-off-by: Yang Rong <rong.r.yang@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* Add some OpenCL1.2 new buffer flags handle.Yang Rong2014-06-201-2/+2
| | | | | | | | | | And mem_base_addr_align' unit is bit, and origin's is byte, correct it when compare. v2: fix sub_buffer_check test case. Signed-off-by: Yang Rong <rong.r.yang@intel.com> Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* GBE: fix a typo in utests.Zhigang Gong2014-06-091-2/+2
| | | | | | sub_bufffer_check ==> sub_buffer_check. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
* Add the test case for sub buffer checkJunyan He2013-11-071-0/+135
Signed-off-by: Junyan He <junyan.he@linux.intel.com> Reviewed-by: Homer Hsing <homer.xing@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>