Skip to content

Commit

Permalink
remove all averagepool occurrences from the failing tests array
Browse files Browse the repository at this point in the history
  • Loading branch information
amarin16 committed Feb 6, 2025
1 parent e5354cd commit 5687516
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -144,21 +144,6 @@
"^test_resnet50",
"^test_shufflenet",
"^test_squeezenet",
// TODO: enable these tests when integrating with ONNX 1.14 for ORT 1.15 release
// "^test_averagepool_1d_default*",
// "^test_averagepool_2d_ceil*",
// "^test_averagepool_2d_default*",
// "^test_averagepool_2d_dilations*",
// "^test_averagepool_2d_pads_count_include_pad*",
// "^test_averagepool_2d_pads*",
// "^test_averagepool_2d_precomputed_pads_count_include_pad*",
// "^test_averagepool_2d_precomputed_pads*",
// "^test_averagepool_2d_precomputed_same_upper*",
// "^test_averagepool_2d_precomputed_strides*",
// "^test_averagepool_2d_same_lower*",
// "^test_averagepool_2d_same_upper*",
// "^test_averagepool_2d_strides*",
// "^test_averagepool_3d_default*",
"^test_constant_pad_axes*",
"^test_constant_pad*",
"^test_edge_pad*",
Expand Down Expand Up @@ -196,8 +181,7 @@
"^test_reshape_reordered_last_dims*",
"^test_reshape_zero_and_negative_dim*",
"^test_reshape_zero_dim*",
// TODO: fialures with Windows GPU CI Pipeline that are introduced with ONNX opset 19. Need to be fixed before ORT 1.15 release.
"^test_averagepool_*",
// TODO: failures with Windows GPU CI Pipeline that are introduced with ONNX opset 19. Need to be fixed before ORT 1.15 release.
"^test_wrap_pad_cuda",
"^test_resize_downsample_scales_cubic_A_n0p5_exclude_outside_cuda",
"^test_resize_downsample_scales_cubic_antialias_cuda",
Expand Down Expand Up @@ -333,7 +317,6 @@
"current_failing_tests_DNNL": [
"^test_range_float_type_positive_delta_expanded",
"^test_range_int32_type_negative_delta_expanded",
"^test_averagepool_2d_ceil",
"^test_maxpool_2d_ceil",
"^test_maxpool_2d_dilations",
"^test_maxpool_2d_uint8",
Expand Down

0 comments on commit 5687516

Please sign in to comment.