Open RobertCall opened 4 years ago
@RobertCall , thanks for reporting this bug. It does look like a bug in the CTS. We will review it and push an appropriate update to the test. Thanks again.
@RobertCall , can you confirm that the fix referenced here fixes your bug? https://github.com/KhronosGroup/OpenVX-cts/commit/f6471424a885c0684482dd6a385498dd871b81b4
Yes, this bug fixed
Test
Image.SwapImageHandle/78/_U1_/rand/sz=16x16/VX_DF_IMAGE_U1/ROI=true
expected to be success. This test connected withvxMapImagePatch
. But standard says:But in this test rectangulars roi1 and roi2 are setted to:
rect_roi1 = {8, 8, 16, 16}, rect_roi2 = {8, 4, 8, 8}
. Documentation says that must bestart < end
. Butroi_rect2.start_x == roi_rect2.end_x == 8
. According to documentation this test shouldn't pass.