Additional Comments for Conformance Denylist #25727
This PR adds additional comments on conformance denylist. Once BOOL type got support in 5.x, some test layer changed their failing issue.
### Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
"test_if_opt",// Issue:: Unsupported data type BOOL
"test_if_seq",// Issue:: Unsupported data type BOOL
"test_isinf",// Issue:: Unsupported data type BOOL
"test_isinf_negative",// Issue:: Unsupported data type BOOL
"test_isinf_positive",// Issue:: Unsupported data type BOOL
"test_isnan",// Issue:: Unsupported data type BOOL
"test_loop11",// Issue:: Unsupported data type BOOL
"test_loop13_seq",// Issue:: Unsupported data type BOOL
"test_loop16_seq_none",// Issue:: Unsupported data type BOOL
"test_if",// Issue::'Graph' is not supported in function 'getLayerParams'
"test_if_opt",// Issue::Failed to allocate 17059022683624350 bytes in function 'OutOfMemoryError'
"test_if_seq",// Issue::typeProto.has_tensor_type() in function 'dumpValueInfoProto'
"test_isinf",// Issue::Can't create layer "onnx_node_output_0!y" of type "IsInf" in function 'getLayerInstance'
"test_isinf_negative",//-- same as above ---
"test_isinf_positive",//-- same as above ---
"test_isnan",// -- same as above ---
"test_loop11",// Issue::'Graph' is not supported in function 'getLayerParams'
"test_loop13_seq",// Issue::typeProto.has_tensor_type() in function 'populateNet'
"test_loop16_seq_none",// Issue::Failed to allocate 179812654996800 bytes in function 'OutOfMemoryError'
"test_lstm_batchwise",// Issues::Parser:: !name.empty() && constBlobs.count(name) == 1 in function 'parseLSTM'
"test_lstm_defaults",// ---- same as above ---
"test_lstm_with_initial_bias",// ---- same as above ---
@ -205,14 +205,14 @@
"test_nonmaxsuppression_suppress_by_IOU_and_scores",// ---- same as above ---
"test_nonmaxsuppression_two_batches",// ---- same as above ---
"test_nonmaxsuppression_two_classes",// ---- same as above ---
"test_nonzero_example",// Issue:: Unsupported data type: BOOL
"test_nonzero_example",// Issue::Can't create layer "onnx_node_output_0!result" of type "NonZero" in function 'getLayerInstance'
"test_onehot_negative_indices",// Issue:: Layer does not exist (OneHot) :: Can't create layer "onnx_node_output_0!y" of type "OneHot" in function 'getLayerInstance'
"test_onehot_with_axis",// ---- same as above ---
"test_onehot_with_negative_axis",// ---- same as above ---
"test_onehot_without_axis",// ---- same as above ---
"test_optional_get_element",// Issue::out of memory :: Failed to allocate 1044051907127083008 bytes in function 'OutOfMemoryError'
"test_optional_get_element_sequence",// ---- same as above ---
"test_optional_has_element",// Issue:: Unsupported data type BOOL
"test_optional_has_element",// Issue::typeProto.has_tensor_type() in function 'populateNet'
"test_optional_has_element_empty",// ---- same as above ---
"test_pow_types_float",// Issue:: Unsupported data type
"test_pow_types_float32_int32",// ---- same as above ---
@ -402,7 +402,7 @@
"test_top_k",// Issue:: Parser: Can't create layer "onnx_node_output_0!values" of type "TopK" in function 'getLayerInstance'
"test_top_k_negative_axis",// ---- same as above ---
"test_top_k_smallest",// ---- same as above ---
"test_training_dropout",// Issue:: Parser: Unsupported data type: BOOL in function 'getMatFromTensor'
"test_training_dropout",// Issue::cvtest::norm::wrong data type
"test_training_dropout_default",// ---- same as above ---
"test_training_dropout_default_mask",// ---- same as above ---
"test_training_dropout_mask",// ---- same as above ---