Skip to content

Instantly share code, notes, and snippets.

@tomoaki0705
Created July 6, 2020 08:05
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/0d88257c6e2b9594bd0803c716775c7c to your computer and use it in GitHub Desktop.
Save tomoaki0705/0d88257c6e2b9594bd0803c716775c7c to your computer and use it in GitHub Desktop.
Test failure log of gapi
CTEST_FULL_OUTPUT
OpenCV version: 4.4.0-pre
OpenCV VCS version: 4.3.0-532-g657c8d1
Build type: Release
Compiler: /usr/bin/c++  (ver 5.4.0)
Parallel framework: pthreads (nthreads=6)
CPU features: NEON FP16
OpenCL Platforms: 
    ARM Platform
        iGPU: Mali-T860 (OpenCL 1.2 v1.r13p0-00rel0-git(a4271c9).04dadb82d3612c978f88c00109101694)
Current OpenCL device: 
    Type = iGPU
    Name = Mali-T860
    Version = OpenCL 1.2 v1.r13p0-00rel0-git(a4271c9).04dadb82d3612c978f88c00109101694
    Driver version = 1.2
    Address bits = 64
    Compute units = 4
    Max work group size = 256
    Local memory size = 32 KB
    Max memory allocation size = 494 MB 34 KB
    Double support = Yes
    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_fp64
        cl_khr_int64_base_atomics
        cl_khr_int64_extended_atomics
        cl_khr_fp16
        cl_khr_gl_sharing
        cl_khr_icd
        cl_khr_egl_event
        cl_khr_egl_image
        cl_khr_image2d_from_buffer
        cl_arm_core_id
        cl_arm_printf
        cl_arm_thread_limit_hint
        cl_arm_non_uniform_work_group_size
        cl_arm_import_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 = 2
TEST: Skip tests with tags: 'mem_6gb', 'verylong'
Note: Google Test filter = -Face/MACE_*:VideoCapture_Reading_ReadFile.ReadFile/*:videoio/Videoio_Bunny*:videoio/videoio_bunny*:videoio/videoio_ffmpeg.write_big/*:Objdetect_QRCode_Close.regression/4:Tracking/DistanceAndOverlap*:Conv.conv/30:Conv.conv/31:Conv.conv/75:Conv.conv/76:Conv.conv/267:Conv.conv/268
[==========] Running 21412 tests from 392 test cases.
[----------] Global test environment set-up.
 :
[----------] 1 test from GPU
[ RUN      ] GPU.Symm7x7_test
OpenCL program build log: gapi/symm7x7
Status -11: CL_BUILD_PROGRAM_FAILURE
 -D BORDER_CONSTANT_VALUE=0 -D BORDER_REPLICATE -D SCALE=1.f/1024.f
<source>:40:32: error: expecting lvalue here
a2[3] = GET_A2(psrc, x, lEdge, b[3]);
                               ^~~~
<source>:10:64: note: expanded from here
#define GET_A2(id, x, l_edge, b) ((x) <= (l_edge) ? GET_BORDER(b[0]) : (((const __global uchar*)(id))[-1]))
                                                               ^
<source>:2:27: note: expanded from here
#define GET_BORDER(elem) (elem)
                          ^

<source>:43:32: error: expecting lvalue here
c0[3] = GET_C0(psrc, x, rEdge, b[3]);
                               ^~~~
<source>:11:64: note: expanded from here
#define GET_C0(id, x, r_edge, b) ((x) >= (r_edge) ? GET_BORDER(b[8 - 1]) : (((const __global uchar*)(id))[8]))
                                                               ^
<source>:2:27: note: expanded from here
#define GET_BORDER(elem) (elem)
                          ^

<source>:49:42: error: expecting lvalue here
a2[2] = GET_A2(psrc - srcStep, x, lEdge, b[2]);
                                         ^~~~
<source>:10:64: note: expanded from here
#define GET_A2(id, x, l_edge, b) ((x) <= (l_edge) ? GET_BORDER(b[0]) : (((const __global uchar*)(id))[-1]))
                                                               ^
<source>:2:27: note: expanded from here
#define GET_BORDER(elem) (elem)
                          ^

<source>:52:42: error: expecting lvalue here
c0[2] = GET_C0(psrc - srcStep, x, rEdge, b[2]);
                                         ^~~~
<source>:11:64: note: expanded from here
#define GET_C0(id, x, r_edge, b) ((x) >= (r_edge) ? GET_BORDER(b[8 - 1]) : (((const __global uchar*)(id))[8]))
                                                               ^
<source>:2:27: note: expanded from here
#define GET_BORDER(elem) (elem)
                          ^

<source>:63:44: error: expecting lvalue here
a2[1] = GET_A2(psrc - srcStep*2, x, lEdge, b[1]);
                                           ^~~~
<source>:10:64: note: expanded from here
#define GET_A2(id, x, l_edge, b) ((x) <= (l_edge) ? GET_BORDER(b[0]) : (((const __global uchar*)(id))[-1]))
                                                               ^
<source>:2:27: note: expanded from here
#define GET_BORDER(elem) (elem)
                          ^

<source>:66:44: error: expecting lvalue here
c0[1] = GET_C0(psrc - srcStep*2, x, rEdge, b[1]);
                                           ^~~~
<source>:11:64: note: expanded from here
#define GET_C0(id, x, r_edge, b) ((x) >= (r_edge) ? GET_BORDER(b[8 - 1]) : (((const __global uchar*)(id))[8]))
                                                               ^
<source>:2:27: note: expanded from here
#define GET_BORDER(elem) (elem)
                          ^

<source>:77:44: error: expecting lvalue here
a2[0] = GET_A2(psrc - srcStep*3, x, lEdge, b[0]);
                                           ^~~~
<source>:10:64: note: expanded from here
#define GET_A2(id, x, l_edge, b) ((x) <= (l_edge) ? GET_BORDER(b[0]) : (((const __global uchar*)(id))[-1]))
                                                               ^
<source>:2:27: note: expanded from here
#define GET_BORDER(elem) (elem)
                          ^

<source>:80:44: error: expecting lvalue here
c0[0] = GET_C0(psrc - srcStep*3, x, rEdge, b[0]);
                                           ^~~~
<source>:11:64: note: expanded from here
#define GET_C0(id, x, r_edge, b) ((x) >= (r_edge) ? GET_BORDER(b[8 - 1]) : (((const __global uchar*)(id))[8]))
                                                               ^
<source>:2:27: note: expanded from here
#define GET_BORDER(elem) (elem)
                          ^

<source>:91:42: error: expecting lvalue here
a2[4] = GET_A2(psrc + srcStep, x, lEdge, b[4]);
                                         ^~~~
<source>:10:64: note: expanded from here
#define GET_A2(id, x, l_edge, b) ((x) <= (l_edge) ? GET_BORDER(b[0]) : (((const __global uchar*)(id))[-1]))
                                                               ^
<source>:2:27: note: expanded from here
#define GET_BORDER(elem) (elem)
                          ^

<source>:94:42: error: expecting lvalue here
c0[4] = GET_C0(psrc + srcStep, x, rEdge, b[4]);
                                         ^~~~
<source>:11:64: note: expanded from here
#define GET_C0(id, x, r_edge, b) ((x) >= (r_edge) ? GET_BORDER(b[8 - 1]) : (((const __global uchar*)(id))[8]))
                                                               ^
<source>:2:27: note: expanded from here
#define GET_BORDER(elem) (elem)
                          ^

<source>:105:44: error: expecting lvalue here
a2[5] = GET_A2(psrc + srcStep*2, x, lEdge, b[5]);
                                           ^~~~
<source>:10:64: note: expanded from here
#define GET_A2(id, x, l_edge, b) ((x) <= (l_edge) ? GET_BORDER(b[0]) : (((const __global uchar*)(id))[-1]))
                                                               ^
<source>:2:27: note: expanded from here
#define GET_BORDER(elem) (elem)
                          ^

<source>:108:44: error: expecting lvalue here
c0[5] = GET_C0(psrc + srcStep*2, x, rEdge, b[5]);
                                           ^~~~
<source>:11:64: note: expanded from here
#define GET_C0(id, x, r_edge, b) ((x) >= (r_edge) ? GET_BORDER(b[8 - 1]) : (((const __global uchar*)(id))[8]))
                                                               ^
<source>:2:27: note: expanded from here
#define GET_BORDER(elem) (elem)
                          ^

<source>:119:44: error: expecting lvalue here
a2[6] = GET_A2(psrc + srcStep*3, x, lEdge, b[6]);
                                           ^~~~
<source>:10:64: note: expanded from here
#define GET_A2(id, x, l_edge, b) ((x) <= (l_edge) ? GET_BORDER(b[0]) : (((const __global uchar*)(id))[-1]))
                                                               ^
<source>:2:27: note: expanded from here
#define GET_BORDER(elem) (elem)
                          ^

<source>:122:44: error: expecting lvalue here
c0[6] = GET_C0(psrc + srcStep*3, x, rEdge, b[6]);
                                           ^~~~
<source>:11:64: note: expanded from here
#define GET_C0(id, x, r_edge, b) ((x) >= (r_edge) ? GET_BORDER(b[8 - 1]) : (((const __global uchar*)(id))[8]))
                                                               ^
<source>:2:27: note: expanded from here
#define GET_BORDER(elem) (elem)
                          ^

error: Compiler frontend failed (error code 59)

unknown file: Failure
C++ exception with description "OpenCV(4.4.0-pre) /media/firefly/2bbf176f-89e8-4277-ab06-0abebf7b311e/opencv/modules/gapi/test/gapi_gpu_test.cpp:104: error: (-222:Unknown error code -222) in function 'run'
> symm_7x7_test Can't compile OpenCL program: = <source>:40:32: error: expecting lvalue here
> a2[3] = GET_A2(psrc, x, lEdge, b[3]);
>                                ^~~~
> <source>:10:64: note: expanded from here
> #define GET_A2(id, x, l_edge, b) ((x) <= (l_edge) ? GET_BORDER(b[0]) : (((const __global uchar*)(id))[-1]))
>                                                                ^
> <source>:2:27: note: expanded from here
> #define GET_BORDER(elem) (elem)
>                           ^
> 
> <source>:43:32: error: expecting lvalue here
> c0[3] = GET_C0(psrc, x, rEdge, b[3]);
>                                ^~~~
> <source>:11:64: note: expanded from here
> #define GET_C0(id, x, r_edge, b) ((x) >= (r_edge) ? GET_BORDER(b[8 - 1]) : (((const __global uchar*)(id))[8]))
>                                                                ^
> <source>:2:27: note: expanded from here
> #define GET_BORDER(elem) (elem)
>                           ^
> 
> <source>:49:42: error: expecting lvalue here
> a2[2] = GET_A2(psrc - srcStep, x, lEdge, b[2]);
>                                          ^~~~
> <source>:10:64: note: expanded from here
> #define GET_A2(id, x, l_edge, b) ((x) <= (l_edge) ? GET_BORDER(b[0]) : (((const __global uchar*)(id))[-1]))
>                                                                ^
> <source>:2:27: note: expanded from here
> #define GET_BORDER(elem) (elem)
>                           ^
> 
> <source>:52:42: error: expecting lvalue here
> c0[2] = GET_C0(psrc - srcStep, x, rEdge, b[2]);
>                                          ^~~~
> <source>:11:64: note: expanded from here
> #define GET_C0(id, x, r_edge, b) ((x) >= (r_edge) ? GET_BORDER(b[8 - 1]) : (((const __global uchar*)(id))[8]))
>                                                                ^
> <source>:2:27: note: expanded from here
> #define GET_BORDER(elem) (elem)
>                           ^
> 
> <source>:63:44: error: expecting lvalue here
> a2[1] = GET_A2(psrc - srcStep*2, x, lEdge, b[1]);
>                                            ^~~~
> <source>:10:64: note: expanded from here
> #define GET_A2(id, x, l_edge, b) ((x) <= (l_edge) ? GET_BORDER(b[0]) : (((const __global uchar*)(id))[-1]))
>                                                                ^
> <source>:2:27: note: expanded from here
> #define GET_BORDER(elem) (elem)
>                           ^
> 
> <source>:66:44: error: expecting lvalue here
> c0[1] = GET_C0(psrc - srcStep*2, x, rEdge, b[1]);
>                                            ^~~~
> <source>:11:64: note: expanded from here
> #define GET_C0(id, x, r_edge, b) ((x) >= (r_edge) ? GET_BORDER(b[8 - 1]) : (((const __global uchar*)(id))[8]))
>                                                                ^
> <source>:2:27: note: expanded from here
> #define GET_BORDER(elem) (elem)
>                           ^
> 
> <source>:77:44: error: expecting lvalue here
> a2[0] = GET_A2(psrc - srcStep*3, x, lEdge, b[0]);
>                                            ^~~~
> <source>:10:64: note: expanded from here
> #define GET_A2(id, x, l_edge, b) ((x) <= (l_edge) ? GET_BORDER(b[0]) : (((const __global uchar*)(id))[-1]))
>                                                                ^
> <source>:2:27: note: expanded from here
> #define GET_BORDER(elem) (elem)
>                           ^
> 
> <source>:80:44: error: expecting lvalue here
> c0[0] = GET_C0(psrc - srcStep*3, x, rEdge, b[0]);
>                                            ^~~~
> <source>:11:64: note: expanded from here
> #define GET_C0(id, x, r_edge, b) ((x) >= (r_edge) ? GET_BORDER(b[8 - 1]) : (((const __global uchar*)(id))[8]))
>                                                                ^
> <source>:2:27: note: expanded from here
> #define GET_BORDER(elem) (elem)
>                           ^
> 
> <source>:91:42: error: expecting lvalue here
> a2[4] = GET_A2(psrc + srcStep, x, lEdge, b[4]);
>                                          ^~~~
> <source>:10:64: note: expanded from here
> #define GET_A2(id, x, l_edge, b) ((x) <= (l_edge) ? GET_BORDER(b[0]) : (((const __global uchar*)(id))[-1]))
>                                                                ^
> <source>:2:27: note: expanded from here
> #define GET_BORDER(elem) (elem)
>                           ^
> 
> <source>:94:42: error: expecting lvalue here
> c0[4] = GET_C0(psrc + srcStep, x, rEdge, b[4]);
>                                          ^~~~
> <source>:11:64: note: expanded from here
> #define GET_C0(id, x, r_edge, b) ((x) >= (r_edge) ? GET_BORDER(b[8 - 1]) : (((const __global uchar*)(id))[8]))
>                                                                ^
> <source>:2:27: note: expanded from here
> #define GET_BORDER(elem) (elem)
>                           ^
> 
> <source>:105:44: error: expecting lvalue here
> a2[5] = GET_A2(psrc + srcStep*2, x, lEdge, b[5]);
>                                            ^~~~
> <source>:10:64: note: expanded from here
> #define GET_A2(id, x, l_edge, b) ((x) <= (l_edge) ? GET_BORDER(b[0]) : (((const __global uchar*)(id))[-1]))
>                                                                ^
> <source>:2:27: note: expanded from here
> #define GET_BORDER(elem) (elem)
>                           ^
> 
> <source>:108:44: error: expecting lvalue here
> c0[5] = GET_C0(psrc + srcStep*2, x, rEdge, b[5]);
>                                            ^~~~
> <source>:11:64: note: expanded from here
> #define GET_C0(id, x, r_edge, b) ((x) >= (r_edge) ? GET_BORDER(b[8 - 1]) : (((const __global uchar*)(id))[8]))
>                                                                ^
> <source>:2:27: note: expanded from here
> #define GET_BORDER(elem) (elem)
>                           ^
> 
> <source>:119:44: error: expecting lvalue here
> a2[6] = GET_A2(psrc + srcStep*3, x, lEdge, b[6]);
>                                            ^~~~
> <source>:10:64: note: expanded from here
> #define GET_A2(id, x, l_edge, b) ((x) <= (l_edge) ? GET_BORDER(b[0]) : (((const __global uchar*)(id))[-1]))
>                                                                ^
> <source>:2:27: note: expanded from here
> #define GET_BORDER(elem) (elem)
>                           ^
> 
> <source>:122:44: error: expecting lvalue here
> c0[6] = GET_C0(psrc + srcStep*3, x, rEdge, b[6]);
>                                            ^~~~
> <source>:11:64: note: expanded from here
> #define GET_C0(id, x, r_edge, b) ((x) >= (r_edge) ? GET_BORDER(b[8 - 1]) : (((const __global uchar*)(id))[8]))
>                                                                ^
> <source>:2:27: note: expanded from here
> #define GET_BORDER(elem) (elem)
>                           ^
> 
> error: Compiler frontend failed (error code 59)
>  with build_options =  -D BORDER_CONSTANT_VALUE=0 -D BORDER_REPLICATE -D SCALE=1.f/1024.f
> " thrown in the test body.
[  FAILED  ] GPU.Symm7x7_test (38 ms)
[----------] 1 test from GPU (38 ms total)
 :
[----------] Global test environment tear-down
[==========] 21412 tests from 392 test cases ran. (525863 ms total)
[  PASSED  ] 21313 tests.
[  FAILED  ] 99 tests, listed below:
[  FAILED  ] StatefulKernel.StateIsAutoResetForNewStream
[  FAILED  ] StatefulKernel.StateIsInitViaCompArgsInStreaming
[  FAILED  ] GPU.Symm7x7_test
[  FAILED  ] GAPI_Streaming_Types.XChangeScalar
[  FAILED  ] GAPI_Streaming_Types.XChangeVector
[  FAILED  ] GAPI_Streaming_Types.OutputScalar
[  FAILED  ] GAPI_Streaming_Types.OutputVector
[  FAILED  ] GAPI_Streaming_Unit.TestTwoVideoSourcesFail
[  FAILED  ] GAPI_Streaming_Unit.StartStopStress_Video
[  FAILED  ] PatternMatchingIntegrationE2E.ChainTransformationsApplied
[  FAILED  ] PatternMatchingIntegrationE2E.ReversedChainTransformationsApplied
[  FAILED  ] Resize220_400TestCPU/ResizeTestFluid.SanityTest/0, where GetParam() = (0, 1, 220x220, (400x400, [0 x 0 from (0, 0)]), 1, 0)
[  FAILED  ] Resize220_400TestCPU/ResizeTestFluid.SanityTest/1, where GetParam() = (0, 1, 220x220, (400x400, [0 x 0 from (0, 0)]), 2, 0)
[  FAILED  ] Resize220_400TestCPU/ResizeTestFluid.SanityTest/2, where GetParam() = (0, 1, 220x220, (400x400, [0 x 0 from (0, 0)]), 3, 0)
[  FAILED  ] Resize220_400TestCPU/ResizeTestFluid.SanityTest/3, where GetParam() = (0, 1, 220x220, (400x400, [0 x 0 from (0, 0)]), 4, 0)
[  FAILED  ] Fluid/NV12PlusResizeTest.Test/0, where GetParam() = (8x8, 4x4, [4 x 4 from (0, 0)])
[  FAILED  ] Fluid/NV12PlusResizeTest.Test/3, where GetParam() = (8x8, 4x4, [4 x 2 from (0, 2)])
[  FAILED  ] Fluid/NV12PlusResizeTest.Test/4, where GetParam() = (64x64, 49x49, [49 x 49 from (0, 0)])
[  FAILED  ] Fluid/NV12PlusResizeTest.Test/5, where GetParam() = (64x64, 49x49, [49 x 12 from (0, 0)])
[  FAILED  ] Fluid/NV12PlusResizeTest.Test/6, where GetParam() = (64x64, 49x49, [49 x 15 from (0, 11)])
[  FAILED  ] Fluid/NV12PlusResizeTest.Test/7, where GetParam() = (64x64, 49x49, [49 x 10 from (0, 39)])
[  FAILED  ] Fluid/NV12PlusResizeTest.Test/8, where GetParam() = (1920x1080, 320x256, [320 x 64 from (0, 0)])
[  FAILED  ] Fluid/NV12PlusResizeTest.Test/9, where GetParam() = (1920x1080, 320x256, [320 x 64 from (0, 64)])
[  FAILED  ] Fluid/NV12PlusResizeTest.Test/10, where GetParam() = (1920x1080, 320x256, [320 x 64 from (0, 128)])
[  FAILED  ] Fluid/NV12PlusResizeTest.Test/11, where GetParam() = (1920x1080, 320x256, [320 x 64 from (0, 192)])
[  FAILED  ] Fluid/NV12PlusResizeTest.Test/12, where GetParam() = (256x400, 32x64, [32 x 16 from (0, 0)])
[  FAILED  ] Fluid/NV12PlusResizeTest.Test/13, where GetParam() = (256x400, 32x64, [32 x 16 from (0, 16)])
[  FAILED  ] Fluid/NV12PlusResizeTest.Test/14, where GetParam() = (256x400, 32x64, [32 x 16 from (0, 32)])
[  FAILED  ] Fluid/NV12PlusResizeTest.Test/15, where GetParam() = (256x400, 32x64, [32 x 16 from (0, 48)])
[  FAILED  ] Fluid/Preproc4lpiTest.Test/0, where GetParam() = (8x8, 4x4, [4 x 4 from (0, 0)])
[  FAILED  ] Fluid/Preproc4lpiTest.Test/3, where GetParam() = (8x8, 4x4, [4 x 2 from (0, 2)])
[  FAILED  ] Fluid/Preproc4lpiTest.Test/4, where GetParam() = (24x24, 12x12, [12 x 3 from (0, 0)])
[  FAILED  ] Fluid/Preproc4lpiTest.Test/5, where GetParam() = (24x24, 12x12, [12 x 3 from (0, 3)])
[  FAILED  ] Fluid/Preproc4lpiTest.Test/6, where GetParam() = (64x64, 49x49, [49 x 49 from (0, 0)])
[  FAILED  ] Fluid/Preproc4lpiTest.Test/7, where GetParam() = (64x64, 49x49, [49 x 12 from (0, 0)])
[  FAILED  ] Fluid/Preproc4lpiTest.Test/8, where GetParam() = (64x64, 49x49, [49 x 15 from (0, 11)])
[  FAILED  ] Fluid/Preproc4lpiTest.Test/9, where GetParam() = (64x64, 49x49, [49 x 10 from (0, 39)])
[  FAILED  ] Fluid/Preproc4lpiTest.Test/10, where GetParam() = (640x480, 300x199, [300 x 50 from (0, 0)])
[  FAILED  ] Fluid/Preproc4lpiTest.Test/11, where GetParam() = (640x480, 300x199, [300 x 50 from (0, 50)])
[  FAILED  ] Fluid/Preproc4lpiTest.Test/12, where GetParam() = (640x480, 300x199, [300 x 50 from (0, 100)])
[  FAILED  ] Fluid/Preproc4lpiTest.Test/13, where GetParam() = (640x480, 300x199, [300 x 49 from (0, 150)])
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/2, where GetParam() = (8UC1, 1280x720, SAME_TYPE, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/11, where GetParam() = (8UC1, 1280x720, 8UC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/20, where GetParam() = (8UC1, 1280x720, 32FC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/29, where GetParam() = (8UC1, 640x480, SAME_TYPE, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/38, where GetParam() = (8UC1, 640x480, 8UC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/47, where GetParam() = (8UC1, 640x480, 32FC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/56, where GetParam() = (8UC1, 128x128, SAME_TYPE, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/65, where GetParam() = (8UC1, 128x128, 8UC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/74, where GetParam() = (8UC1, 128x128, 32FC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/83, where GetParam() = (16SC1, 1280x720, SAME_TYPE, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/92, where GetParam() = (16SC1, 1280x720, 8UC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/101, where GetParam() = (16SC1, 1280x720, 32FC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/110, where GetParam() = (16SC1, 640x480, SAME_TYPE, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/119, where GetParam() = (16SC1, 640x480, 8UC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/128, where GetParam() = (16SC1, 640x480, 32FC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/137, where GetParam() = (16SC1, 128x128, SAME_TYPE, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/146, where GetParam() = (16SC1, 128x128, 8UC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/155, where GetParam() = (16SC1, 128x128, 32FC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/164, where GetParam() = (32FC1, 1280x720, SAME_TYPE, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/173, where GetParam() = (32FC1, 1280x720, 8UC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/182, where GetParam() = (32FC1, 1280x720, 32FC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/191, where GetParam() = (32FC1, 640x480, SAME_TYPE, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/200, where GetParam() = (32FC1, 640x480, 8UC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/209, where GetParam() = (32FC1, 640x480, 32FC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/218, where GetParam() = (32FC1, 128x128, SAME_TYPE, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/227, where GetParam() = (32FC1, 128x128, 8UC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MathOperatorTestFluid/MathOperatorMatMatTest.OperatorAccuracyTest/236, where GetParam() = (32FC1, 128x128, 32FC1, 0x4f1b28, AbsExact(), operator/)
[  FAILED  ] MulTestGPU/MathOpTest.MatricesAccuracyTest/73, where GetParam() = (8UC3, 1280x720, SAME_TYPE, 0x776968, MUL, false, 0.5, false)
[  FAILED  ] MulTestGPU/MathOpTest.MatricesAccuracyTest/79, where GetParam() = (8UC3, 1280x720, 8UC1, 0x776968, MUL, false, 0.5, false)
[  FAILED  ] MulTestGPU/MathOpTest.MatricesAccuracyTest/97, where GetParam() = (8UC3, 640x480, SAME_TYPE, 0x776968, MUL, false, 0.5, false)
[  FAILED  ] MulTestGPU/MathOpTest.MatricesAccuracyTest/103, where GetParam() = (8UC3, 640x480, 8UC1, 0x776968, MUL, false, 0.5, false)
[  FAILED  ] MulTestGPU/MathOpTest.MatricesAccuracyTest/121, where GetParam() = (8UC3, 128x128, SAME_TYPE, 0x776968, MUL, false, 0.5, false)
[  FAILED  ] MulTestGPU/MathOpTest.MatricesAccuracyTest/127, where GetParam() = (8UC3, 128x128, 8UC1, 0x776968, MUL, false, 0.5, false)
[  FAILED  ] PhaseFluid/PhaseTest.AccuracyTest/0, where GetParam() = (32FC1, 1280x720, SAME_TYPE, 0x576be8, false)
[  FAILED  ] PhaseFluid/PhaseTest.AccuracyTest/1, where GetParam() = (32FC1, 1280x720, SAME_TYPE, 0x576be8, true)
[  FAILED  ] PhaseFluid/PhaseTest.AccuracyTest/6, where GetParam() = (32FC3, 1280x720, SAME_TYPE, 0x576be8, false)
[  FAILED  ] PhaseFluid/PhaseTest.AccuracyTest/7, where GetParam() = (32FC3, 1280x720, SAME_TYPE, 0x576be8, true)
[  FAILED  ] PhaseFluid/PhaseTest.AccuracyTest/8, where GetParam() = (32FC3, 640x480, SAME_TYPE, 0x576be8, false)
[  FAILED  ] PhaseFluid/PhaseTest.AccuracyTest/9, where GetParam() = (32FC3, 640x480, SAME_TYPE, 0x576be8, true)
[  FAILED  ] TestStreaming/GAPI_Streaming.SmokeTest_VideoInput_GMat/0, where GetParam() = OCV
[  FAILED  ] TestStreaming/GAPI_Streaming.SmokeTest_VideoInput_GMat/1, where GetParam() = OCV_FLUID
[  FAILED  ] TestStreaming/GAPI_Streaming.SmokeTest_StartRestart/0, where GetParam() = OCV
[  FAILED  ] TestStreaming/GAPI_Streaming.SmokeTest_StartRestart/1, where GetParam() = OCV_FLUID
[  FAILED  ] TestStreaming/GAPI_Streaming.SmokeTest_VideoConstSource_NoHang/0, where GetParam() = OCV
[  FAILED  ] TestStreaming/GAPI_Streaming.SmokeTest_VideoConstSource_NoHang/1, where GetParam() = OCV_FLUID
[  FAILED  ] TestStreaming/GAPI_Streaming.SmokeTest_AutoMeta/0, where GetParam() = OCV
[  FAILED  ] TestStreaming/GAPI_Streaming.SmokeTest_AutoMeta/1, where GetParam() = OCV_FLUID
[  FAILED  ] TestStreaming/GAPI_Streaming.SmokeTest_AutoMeta_VideoScalar/0, where GetParam() = OCV
[  FAILED  ] TestStreaming/GAPI_Streaming.SmokeTest_AutoMeta_VideoScalar/1, where GetParam() = OCV_FLUID
[  FAILED  ] TestStreaming/GAPI_Streaming.SmokeTest_AutoMeta_VideoArray/0, where GetParam() = OCV
[  FAILED  ] TestStreaming/GAPI_Streaming.SmokeTest_AutoMeta_VideoArray/1, where GetParam() = OCV_FLUID
[  FAILED  ] Fluid/NV12RoiTest.Test/1, where GetParam() = (8x8, [8 x 2 from (0, 2)])
[  FAILED  ] Fluid/NV12RoiTest.Test/2, where GetParam() = (8x8, [8 x 2 from (0, 4)])
[  FAILED  ] Fluid/NV12RoiTest.Test/3, where GetParam() = (8x8, [8 x 2 from (0, 6)])
[  FAILED  ] Fluid/NV12RoiTest.Test/4, where GetParam() = (1920x1080, [1920 x 270 from (0, 0)])
[  FAILED  ] Fluid/NV12RoiTest.Test/5, where GetParam() = (1920x1080, [1920 x 270 from (0, 270)])
[  FAILED  ] Fluid/NV12RoiTest.Test/6, where GetParam() = (1920x1080, [1920 x 270 from (0, 540)])
[  FAILED  ] Fluid/NV12RoiTest.Test/7, where GetParam() = (1920x1080, [1920 x 270 from (0, 710)])

99 FAILED TESTS
  YOU HAVE 1005 DISABLED TESTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment