Skip to content

Commit 92f9d4a

Browse files
authored
Enable tests that pass locally; remove duplicates (microsoft#24123)
There are 2 tests that appear twice in the same list, so I removed the duplicates: - `^test_batchnorm_example_training_mode` - `^test_batchnorm_epsilon_training_mode` The other 3 tests passed locally, so I am enabling them to see if they also pass on the pipelines: - `test_batchnorm_epsilon_old` - `test_batchnorm_example_old` - `test_gathernd_example_int32_batch_dim1` Sample run: ``` > .\build\Windows\Debug\Debug\onnx_test_runner.exe "C:\work\onnxruntime\build\Windows\Debug\_deps\onnx-src\onnx\backend\test\data\node\test_gathernd_example_int32_batch_dim1" Load Test Case: gathernd_example_int32_batch_dim1 in C:\work\onnxruntime\build\Windows\Debug\_deps\onnx-src\onnx\backend\test\data\node\test_gathernd_example_int32_batch_dim1 result: Models: 1 Total test cases: 1 Succeeded: 1 Not implemented: 0 Failed: 0 Stats by Operator type: Not implemented(0): Failed: ```
1 parent 7e0ee2b commit 92f9d4a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

onnxruntime/test/testdata/onnx_backend_test_series_filters.jsonc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@
3131
"current_failing_tests": [
3232
"^test_adagrad",
3333
"^test_adagrad_multiple",
34-
"^test_batchnorm_epsilon_old",
3534
"^test_batchnorm_epsilon_training_mode",
36-
"^test_batchnorm_example_old",
3735
"^test_batchnorm_example_training_mode",
3836
"^test_col2im_pads", // still one wrong value coming from the backtest example
39-
"^test_gathernd_example_int32_batch_dim1",
4037
"^test_max_int16",
4138
"^test_max_int8",
4239
"^test_max_uint16",
@@ -52,8 +49,6 @@
5249
"^test_pow_types_float32_uint64",
5350
"^test_gradient_of_add_and_mul",
5451
"^test_gradient_of_add",
55-
"^test_batchnorm_example_training_mode",
56-
"^test_batchnorm_epsilon_training_mode",
5752
"^test_MaxPool2d_stride_padding_dilation_cpu", // result approximation error; need to be updated in ONNX
5853
"^test_maxunpool_export_with_output_shape", // result mismatch
5954
"^test_resize_downsample_scales_cubic_align_corners", // results mismatch with onnx tests

0 commit comments

Comments
 (0)