diff --git a/tools/windows/run_unittests.sh b/tools/windows/run_unittests.sh index d961bd9a7159fe331c0d4f9f93b82931f43e911a..86f5d892baa017a5bf418dcecef63e4f2ff37e5f 100644 --- a/tools/windows/run_unittests.sh +++ b/tools/windows/run_unittests.sh @@ -77,6 +77,11 @@ disable_wingpu_test="^test_model$|\ ^test_multiprocess_dataloader_iterable_dataset_static$|\ ^test_fuse_bn_act_pass$|\ ^test_fuse_bn_add_act_pass$|\ +^test_gather_op$|\ +^test_activation_op$|\ +^test_norm_nn_grad$|\ +^test_bilinear_interp_op$|\ +^test_imperative_optimizer_v2$|\ ^disable_wingpu_test$" # /*============================================================================*/ @@ -101,63 +106,39 @@ disable_wincpu_test="^jit_kernel_test$|\ ^disable_wincpu_test$" # these unittest that cost long time, diabled temporarily, Maybe moved to the night -long_time_test="^best_fit_allocator_test$|\ -^test_gru_op$|\ +long_time_test="^test_gru_op$|\ ^decorator_test$|\ -^test_dataset_cifar$|\ ^test_dataset_imdb$|\ -^test_dataset_movielens$|\ ^test_datasets$|\ ^test_pretrained_model$|\ -^test_elementwise_add_op$|\ -^test_elementwise_sub_op$|\ ^test_gather_op$|\ ^test_gather_nd_op$|\ -^test_sequence_concat$|\ ^test_sequence_conv$|\ -^test_sequence_pool$|\ -^test_sequence_slice_op$|\ ^test_space_to_depth_op$|\ ^test_activation_nn_grad$|\ ^test_activation_op$|\ -^test_auto_growth_gpu_memory_limit$|\ -^test_bicubic_interp_op$|\ ^test_bicubic_interp_v2_op$|\ ^test_bilinear_interp_v2_op$|\ -^test_conv3d_transpose_part2_op$|\ ^test_conv_nn_grad$|\ ^test_crop_tensor_op$|\ ^test_cross_entropy2_op$|\ ^test_cross_op$|\ -^test_deformable_conv_v1_op$|\ -^test_dropout_op$|\ -^test_dygraph_multi_forward$|\ ^test_elementwise_div_op$|\ ^test_elementwise_nn_grad$|\ -^test_empty_op$|\ ^test_fused_elemwise_activation_op$|\ ^test_group_norm_op$|\ ^test_gru_unit_op$|\ ^test_imperative_lod_tensor_to_selected_rows$|\ ^test_imperative_optimizer$|\ -^test_imperative_ptb_rnn$|\ -^test_imperative_save_load$|\ ^test_imperative_selected_rows_to_lod_tensor$|\ -^test_imperative_star_gan_with_gradient_penalty$|\ -^test_imperative_transformer_sorted_gradient$|\ ^test_layer_norm_op$|\ -^test_masked_select_op$|\ ^test_multiclass_nms_op$|\ -^test_naive_best_fit_gpu_memory_limit$|\ ^test_nearest_interp_v2_op$|\ ^test_nn_grad$|\ ^test_norm_nn_grad$|\ ^test_normal$|\ ^test_pool3d_op$|\ ^test_pool2d_op$|\ -^test_prroi_pool_op$|\ -^test_regularizer$|\ -^test_regularizer_api$|\ ^test_softmax_with_cross_entropy_op$|\ ^test_static_save_load$|\ ^test_trilinear_interp_op$|\ @@ -167,24 +148,10 @@ long_time_test="^best_fit_allocator_test$|\ ^test_sequence_conv$|\ ^test_sgd_op$|\ ^test_transformer$|\ -^test_beam_search_decoder$|\ -^test_argsort_op$|\ -^test_eager_deletion_gru_net$|\ ^test_lstmp_op$|\ -^test_label_semantic_roles$|\ -^test_machine_translation$|\ -^test_row_conv_op$|\ -^test_deformable_conv_op$|\ -^test_inplace_softmax_with_cross_entropy$|\ ^test_conv2d_transpose_op$|\ -^test_conv3d_transpose_op$|\ -^test_cyclic_cifar_dataset$|\ -^test_deformable_psroi_pooling$|\ -^test_elementwise_mul_op$|\ ^test_imperative_auto_mixed_precision$|\ ^test_imperative_optimizer_v2$|\ -^test_imperative_ptb_rnn_sorted_gradient$|\ -^test_sigmoid_cross_entropy_with_logits_op$|\ ^test_strided_slice_op$" if [ ${WITH_GPU:-OFF} == "ON" ];then