diff --git a/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc b/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc index 3585dc40732f8..0540fb3912e81 100644 --- a/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc +++ b/onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc @@ -325,44 +325,44 @@ "^test_quantizelinear_int4", "^test_quantizelinear_uint4", // onnx 1.17.0 op tests: skip until implemented in ORT - "^test_acos*", - "^test_acosh*", - "^test_asin*", - "^test_asinh*", - "^test_atan*", - "^test_atanh*", - "^test_basic_conv_with_padding*", - "^test_basic_conv_without_padding*", - "^test_conv*", - "^test_convtranspose*", - "^test_cos*", - "^test_cosh*", - "^test_det*", - "^test_dropout*", - "^test_elu*", - "^test_eyelike*", - "^test_globalaveragepool*", - "^test_globalmaxpool*", - "^test_gridsample*", - "^test_gru*", - "^test_hardsigmoid*", - "^test_hardswish*", - "^test_instancenorm*", - "^test_lppool*", - "^test_lstm*", - "^test_maxpool*", - "^test_maxunpool*", - "^test_mish*", - "^test_rnn*", - "^test_round*", - "^test_selu*", - "^test_simple_rnn*", - "^test_sin*", - "^test_sinh*", - "^test_softplus*", - "^test_softsign*", - "^test_tan*", - "^test_thresholdedrelu*" + "^test_acos*", // Could not find an implementation for Acos(22) + "^test_acosh*", // Could not find an implementation for Acosh(22) + "^test_asin*", // Could not find an implementation for Asin(22) + "^test_asinh*", // Could not find an implementation for Asinh(22) + "^test_atan*", // Could not find an implementation for Atan(22) + "^test_atanh*", // Could not find an implementation for Atanh(22) + "^test_basic_conv_with_padding*", // Could not find an implementation for Conv(22) + "^test_basic_conv_without_padding*", // Could not find an implementation for Conv(22) + "^test_conv*", // Could not find an implementation for Conv(22) + "^test_convtranspose*", // Could not find an implementation for ConvTranspose(22) + "^test_cos*", // Could not find an implementation for Cos(22) + "^test_cosh*", // Could not find an implementation for Cosh(22) + "^test_det*", // Could not find an implementation for Det(22) + "^test_dropout*", // Could not find an implementation for Dropout(22) + "^test_elu*", // Could not find an implementation for Elu(22) + "^test_eyelike*", // Could not find an implementation for EyeLike(22) + "^test_globalaveragepool*", // Could not find an implementation for GlobalAveragePool(22) + "^test_globalmaxpool*", // Could not find an implementation for GlobalMaxPool(22) + "^test_gridsample*", // Could not find an implementation for GridSample(22) + "^test_gru*", // Could not find an implementation for GRU(22) + "^test_hardsigmoid*", // Could not find an implementation for HardSigmoid(22) + "^test_hardswish*", // Could not find an implementation for HardSigmoid(22) + "^test_instancenorm*", // Could not find an implementation for InstanceNormalization(22) + "^test_lppool*", // Could not find an implementation for LpPool(22) + "^test_lstm*", // Could not find an implementation for LSTM(22) + "^test_maxpool*", // Could not find an implementation for MaxPool(22) + "^test_maxunpool*", // Could not find an implementation for MaxUnpool(22) + "^test_mish*", // Could not find an implementation for Softplus(22) + "^test_rnn*", // Could not find an implementation for RNN(22) + "^test_round*", // Could not find an implementation for Round(22) + "^test_selu*", // Could not find an implementation for Selu(22) + "^test_simple_rnn*", // Could not find an implementation for RNN(22) + "^test_sin*", // Could not find an implementation for Sin(22) + "^test_sinh*", // Could not find an implementation for Sinh(22) + "^test_softplus*", // Could not find an implementation for Softplus(22) + "^test_softsign*", // Could not find an implementation for Softsign(22) + "^test_tan*", // Could not find an implementation for Tan(22) + "^test_thresholdedrelu*" // Could not find an implementation for ThresholdedRelu(22) ], "current_failing_tests_x86": [ "^test_vgg19", @@ -465,6 +465,7 @@ "^test_gelu_tanh_2_expanded_cpu", "^test_reduce_max_bool_inputs", "^test_reduce_min_bool_inputs", + "^test_reduce_max_empty_set", // DNNL result in "(shapes (2, 1, 4), (1, 0, 1) mismatch)". this is the same for test_reduce_min_empty_set which is already in the list "^test_reduce_min_empty_set", "^test_reduce_l1_empty_set", "^test_reduce_l1_empty_set_expanded", @@ -791,6 +792,7 @@ "^test_reduce_prod_empty_set_cpu", //Bug: DML EP does not execute operators with an empty input tensor //TODO: Resolve as a graph implementation that returns a constant inf tensor with appropriate strides + "^test_reduce_max_empty_set_cpu", // DNNL result in "(shapes (2, 1, 4), (1, 0, 1) mismatch)". this is the same for test_reduce_min_empty_set which is already in the list "^test_reduce_min_empty_set_cpu", "^test_resize_upsample_sizes_nearest_not_smaller_cpu" ],