From 602028ef19ed3af69ea4e9f4900dfd4cc898f5e0 Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Wed, 22 May 2019 12:31:08 -0700 Subject: [PATCH] Remove tests from exclusion list (#1077) * 3 stale tests were removed from ONNX. Remove them from the list of broken tests that we ignored. https://github.com/onnx/onnx/commit/ab52a5d31e7f18d66b18427c9afd9736a21769cb * Also remove some exclude tests that now psas --- onnxruntime/test/onnx/main.cc | 3 --- onnxruntime/test/python/onnx_backend_test_series.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/onnxruntime/test/onnx/main.cc b/onnxruntime/test/onnx/main.cc index 8f14a544d8..ec9548c356 100644 --- a/onnxruntime/test/onnx/main.cc +++ b/onnxruntime/test/onnx/main.cc @@ -331,13 +331,10 @@ int real_main(int argc, char* argv[], Ort::Env& env) { {"operator_addconstant", "disable reason"}, {"operator_addmm", "disable reason"}, {"operator_basic", "disable reason"}, - {"operator_lstm", "disable reason"}, {"operator_mm", "disable reason"}, {"operator_non_float_params", "disable reason"}, {"operator_params", "disable reason"}, {"operator_pow", "disable reason"}, - {"operator_rnn", "disable reason"}, - {"operator_rnn_single_layer", "disable reason"}, {"cast_STRING_to_FLOAT", "Cast opset 9 not supported yet"}, {"cast_FLOAT_to_STRING", "Cast opset 9 not supported yet"}, {"tf_inception_resnet_v2", "Cast opset 9 not supported yet"}, diff --git a/onnxruntime/test/python/onnx_backend_test_series.py b/onnxruntime/test/python/onnx_backend_test_series.py index 210dafa537..e517bc334d 100644 --- a/onnxruntime/test/python/onnx_backend_test_series.py +++ b/onnxruntime/test/python/onnx_backend_test_series.py @@ -83,11 +83,8 @@ backend_test.exclude(r'(' '|^test_shrink_cpu.*' '|^test_vgg19_cpu.*' '|^test_zfnet512_cpu.*' -'|^test_gru_seq_length_cpu.*' '|^test_qlinearconv_cpu.*' '|^test_quantizelinear_cpu.*' -'|^test_reversesequence_batch_cpu.*' -'|^test_reversesequence_time_cpu.*' '|^test_roialign_cpu.*' '|^test_operator_repeat_dim_overflow_cpu.*' ')')