Skip to content

Commit f760b1a

Browse files
committed
update test case for test_convtranspose_autopad_same
1 parent 0d26928 commit f760b1a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

js/web/test/suite-test-list.jsonc

+1-1
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
// // "test_convinteger_without_padding",
454454
"test_convtranspose_1d",
455455
// // "test_convtranspose_3d",
456-
"test_convtranspose_autopad_same",
456+
"!(opset14)/test_convtranspose_autopad_same",
457457
"test_convtranspose_dilations",
458458
"test_convtranspose_kernel_shape",
459459
"opset{9,17}/test_convtranspose_output_shape",

onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc

+3-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@
109109
//GPU failures
110110
"^test_batchnorm_epsilon_training_mode_cuda",
111111
"^test_batchnorm_example_training_mode_cuda",
112-
"^test_convtranspose_autopad_same_cpu",
113112
"^test_sub_uint8_cuda",
114113
"^test_simple_rnn_batchwise_cuda",
115114
"^test_mul_uint8_cuda",
@@ -873,7 +872,9 @@
873872
"failing_permanently_nodejs_binding": [
874873
// those test cases are no longer available in later opset version
875874
["opset10", "^test_mod_float_mixed_sign_example"],
876-
["opset11", "^test_unique_not_sorted_without_axis"]
875+
["opset11", "^test_unique_not_sorted_without_axis"],
876+
// those test cases are generated incorrectly
877+
["opset14", "^test_convtranspose_autopad_same"]
877878
],
878879
"test_with_types_disabled_due_to_binary_size_concerns": [
879880
"^test_bitshift_right_uint16",

0 commit comments

Comments
 (0)