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 0da0111990..3d8e3d0c76 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,39 +1,4 @@ -"test_add_bcast", "test_add_uint8", // output type mismatch -#if 1 // output type mismatch CV_32F vs expected 32S -"test_argmax_default_axis_example", -"test_argmax_default_axis_example_select_last_index", -"test_argmax_default_axis_random", -"test_argmax_default_axis_random_select_last_index", -"test_argmax_keepdims_example", -"test_argmax_keepdims_example_select_last_index", -"test_argmax_keepdims_random", -"test_argmax_keepdims_random_select_last_index", -"test_argmax_negative_axis_keepdims_example", -"test_argmax_negative_axis_keepdims_example_select_last_index", -"test_argmax_negative_axis_keepdims_random", -"test_argmax_negative_axis_keepdims_random_select_last_index", -"test_argmax_no_keepdims_example", -"test_argmax_no_keepdims_example_select_last_index", -"test_argmax_no_keepdims_random", -"test_argmax_no_keepdims_random_select_last_index", -"test_argmin_default_axis_example", -"test_argmin_default_axis_example_select_last_index", -"test_argmin_default_axis_random", -"test_argmin_default_axis_random_select_last_index", -"test_argmin_keepdims_example", -"test_argmin_keepdims_example_select_last_index", -"test_argmin_keepdims_random", -"test_argmin_keepdims_random_select_last_index", -"test_argmin_negative_axis_keepdims_example", -"test_argmin_negative_axis_keepdims_example_select_last_index", -"test_argmin_negative_axis_keepdims_random", -"test_argmin_negative_axis_keepdims_random_select_last_index", -"test_argmin_no_keepdims_example", -"test_argmin_no_keepdims_example_select_last_index", -"test_argmin_no_keepdims_random", -"test_argmin_no_keepdims_random_select_last_index", -#endif "test_averagepool_2d_pads_count_include_pad", "test_averagepool_2d_precomputed_pads_count_include_pad", "test_averagepool_2d_same_lower", @@ -50,8 +15,5 @@ "test_maxpool_with_argmax_2d_precomputed_strides", "test_maxunpool_export_with_output_shape", // exception during net.forward() call "test_mul_uint8", // output type mismatch -"test_sub_bcast", "test_sub_uint8", // output type mismatch "test_upsample_nearest", -"test_div_bcast", // remove when 1D Mat is supported -"test_mul_bcast", // remove when 1D Mat is supported