Remove tests from exclusion list (#1077)

* 3 stale tests were removed from ONNX. Remove them from the list of broken tests that we ignored.

ab52a5d31e

* Also remove some exclude tests that now psas
This commit is contained in:
Scott McKay 2019-05-22 12:31:08 -07:00 committed by GitHub
parent bc01f7b16f
commit 602028ef19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View file

@ -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"},

View file

@ -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.*'
')')