Skip to content

Instantly share code, notes, and snippets.

@tomoaki0705
Created April 4, 2020 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomoaki0705/475ed2e38f742cac8743199a970a5626 to your computer and use it in GitHub Desktop.
Save tomoaki0705/475ed2e38f742cac8743199a970a5626 to your computer and use it in GitHub Desktop.
test output of opencv_test_imgproc
$ ./bin/opencv_test_imgproc --gtest_filter=OCL_Imgproc/HoughLines.RealImage*
CTEST_FULL_OUTPUT
OpenCV version: 4.3.0-dev
OpenCV VCS version: 4.3.0-1-g01dcfb0825
Build type: Release
Compiler: /usr/bin/c++ (ver 7.5.0)
Parallel framework: pthreads (nthreads=6)
CPU features: NEON FP16
OpenCL Platforms:
ARM Platform
iGPU: Mali-G52 (OpenCL 2.0 git.c8adbf9.122c9daed32dbba4b3056f41a2f23c58)
Current OpenCL device:
Type = iGPU
Name = Mali-G52
Version = OpenCL 2.0 git.c8adbf9.122c9daed32dbba4b3056f41a2f23c58
Driver version = 2.0
Address bits = 64
Compute units = 2
Max work group size = 384
Local memory size = 32 KB
Max memory allocation size = 926 MB 884 KB
Double support = No
Host unified memory = Yes
Device extensions:
cl_khr_global_int32_base_atomics
cl_khr_global_int32_extended_atomics
cl_khr_local_int32_base_atomics
cl_khr_local_int32_extended_atomics
cl_khr_byte_addressable_store
cl_khr_3d_image_writes
cl_khr_int64_base_atomics
cl_khr_int64_extended_atomics
cl_khr_fp16
cl_khr_icd
cl_khr_egl_image
cl_khr_image2d_from_buffer
cl_khr_depth_images
cl_khr_subgroups
cl_khr_create_command_queue
cl_arm_core_id
cl_arm_printf
cl_arm_thread_limit_hint
cl_arm_non_uniform_work_group_size
cl_arm_import_memory
cl_arm_shared_virtual_memory
Has AMD Blas = No
Has AMD Fft = No
Preferred vector width char = 16
Preferred vector width short = 8
Preferred vector width int = 4
Preferred vector width long = 2
Preferred vector width float = 4
Preferred vector width double = 0
TEST: Skip tests with tags: 'mem_6gb', 'verylong'
Note: Google Test filter = OCL_Imgproc/HoughLines.RealImage*
[==========] Running 8 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 8 tests from OCL_Imgproc/HoughLines
[ RUN ] OCL_Imgproc/HoughLines.RealImage/0, where GetParam() = (1, 0.0174533, 80)
[ OK ] OCL_Imgproc/HoughLines.RealImage/0 (113 ms)
[ RUN ] OCL_Imgproc/HoughLines.RealImage/1, where GetParam() = (1, 0.0174533, 150)
[ OK ] OCL_Imgproc/HoughLines.RealImage/1 (19 ms)
[ RUN ] OCL_Imgproc/HoughLines.RealImage/2, where GetParam() = (1, 0.00872665, 80)
/home/odroid/opencv-fork/modules/imgproc/test/ocl/test_houghlines.cpp:68: Failure
Expected equality of these values:
dst.size()
Which is: 1x60
udst.size()
Which is: 1x62
unknown file: Failure
C++ exception with description "OpenCV(4.3.0-dev) /home/odroid/opencv-fork/modules/ts/src/ts_func.cpp:1391: error: (-215:Assertion failed) src1.size == src2.size in function 'norm'
" thrown in the test body.
[ FAILED ] OCL_Imgproc/HoughLines.RealImage/2, where GetParam() = (1, 0.00872665, 80) (32 ms)
[ RUN ] OCL_Imgproc/HoughLines.RealImage/3, where GetParam() = (1, 0.00872665, 150)
[ OK ] OCL_Imgproc/HoughLines.RealImage/3 (31 ms)
[ RUN ] OCL_Imgproc/HoughLines.RealImage/4, where GetParam() = (0.5, 0.0174533, 80)
[ OK ] OCL_Imgproc/HoughLines.RealImage/4 (50 ms)
[ RUN ] OCL_Imgproc/HoughLines.RealImage/5, where GetParam() = (0.5, 0.0174533, 150)
[ OK ] OCL_Imgproc/HoughLines.RealImage/5 (20 ms)
[ RUN ] OCL_Imgproc/HoughLines.RealImage/6, where GetParam() = (0.5, 0.00872665, 80)
[ OK ] OCL_Imgproc/HoughLines.RealImage/6 (36 ms)
[ RUN ] OCL_Imgproc/HoughLines.RealImage/7, where GetParam() = (0.5, 0.00872665, 150)
[ OK ] OCL_Imgproc/HoughLines.RealImage/7 (35 ms)
[----------] 8 tests from OCL_Imgproc/HoughLines (336 ms total)
[----------] Global test environment tear-down
[==========] 8 tests from 1 test case ran. (336 ms total)
[ PASSED ] 7 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] OCL_Imgproc/HoughLines.RealImage/2, where GetParam() = (1, 0.00872665, 80)
1 FAILED TEST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment