diff --git a/modules/dnn/test/test_onnx_conformance_layer_filter__openvino.inl.hpp b/modules/dnn/test/test_onnx_conformance_layer_filter__openvino.inl.hpp index 017c4938ad..ac32863f9d 100644 --- a/modules/dnn/test/test_onnx_conformance_layer_filter__openvino.inl.hpp +++ b/modules/dnn/test/test_onnx_conformance_layer_filter__openvino.inl.hpp @@ -1005,9 +1005,7 @@ CASE(test_maxpool_3d_default) SKIP_NON_CPU; #endif CASE(test_maxpool_with_argmax_2d_precomputed_pads) -#if SKIP_SET_1 SKIP; -#endif CASE(test_maxpool_with_argmax_2d_precomputed_strides) #if SKIP_SET_1 SKIP; diff --git a/modules/dnn/test/test_onnx_conformance_layer_filter_opencv_all_denylist.inl.hpp b/modules/dnn/test/test_onnx_conformance_layer_filter_opencv_all_denylist.inl.hpp index 3d8e3d0c76..10c8a0102c 100644 --- a/modules/dnn/test/test_onnx_conformance_layer_filter_opencv_all_denylist.inl.hpp +++ b/modules/dnn/test/test_onnx_conformance_layer_filter_opencv_all_denylist.inl.hpp @@ -1,19 +1,17 @@ -"test_add_uint8", // output type mismatch -"test_averagepool_2d_pads_count_include_pad", -"test_averagepool_2d_precomputed_pads_count_include_pad", -"test_averagepool_2d_same_lower", -"test_cast_FLOAT_to_STRING", -"test_cast_STRING_to_FLOAT", -"test_castlike_FLOAT_to_STRING_expanded", -"test_castlike_STRING_to_FLOAT_expanded", -"test_concat_1d_axis_negative_1", // 1d support is required +"test_add_uint8", // output size mismatch in NORMASSERT +"test_averagepool_2d_pads_count_include_pad", // wrong output +"test_averagepool_2d_precomputed_pads_count_include_pad", // wrong output +"test_averagepool_2d_same_lower", // wrong output +"test_cast_FLOAT_to_STRING", // Unsupported type in function 'parseCast' +"test_cast_STRING_to_FLOAT", // unexception during net.forward() call +"test_castlike_FLOAT_to_STRING_expanded", // Unsupported type in function 'parseCast' +"test_castlike_STRING_to_FLOAT_expanded", // unexception during net.forward() call "test_div_uint8", // output type mismatch -"test_maxpool_2d_dilations", -"test_maxpool_2d_same_lower", +"test_maxpool_2d_dilations", // output size mismatch in NORMASSERT +"test_maxpool_2d_same_lower", // wrong output "test_maxpool_2d_uint8", // output type mismatch -"test_maxpool_with_argmax_2d_precomputed_pads", -"test_maxpool_with_argmax_2d_precomputed_strides", -"test_maxunpool_export_with_output_shape", // exception during net.forward() call +"test_maxpool_with_argmax_2d_precomputed_strides", // wrong output +"test_maxunpool_export_with_output_shape", // unexception during net.forward() call "test_mul_uint8", // output type mismatch "test_sub_uint8", // output type mismatch -"test_upsample_nearest", +"test_upsample_nearest", // Dimension mismatch of input