@ -30,15 +30,11 @@ list(REMOVE_ITEM TEST_OPS op_test) # op_test is a helper python file, not a test
list ( REMOVE_ITEM TEST_OPS decorators ) # d e c o r a t o r s i s a h e l p e r p y t h o n f i l e , n o t a t e s t
if ( APPLE )
message ( WARNING "These tests has been disabled in OSX before being fixed: \n test_detection_map_op \n test_d esc_clone \n test_debugger \n test_program_code \n test_dist_transformer \n test_d ist_se_resnext")
message ( WARNING "These tests has been disabled in OSX before being fixed: \n test_detection_map_op \n test_d ist_se_resnext")
# t h i s o p i s n o t s u p p o r t o n m a c
list ( REMOVE_ITEM TEST_OPS test_fusion_seqexpand_concat_fc_op )
# T O D O : a d d t h e u n i t e s t b a c k w h e n i t f i x e d
list ( REMOVE_ITEM TEST_OPS test_detection_map_op )
list ( REMOVE_ITEM TEST_OPS test_desc_clone )
list ( REMOVE_ITEM TEST_OPS test_debugger )
list ( REMOVE_ITEM TEST_OPS test_program_code )
list ( REMOVE_ITEM TEST_OPS test_dist_transformer )
list ( REMOVE_ITEM TEST_OPS test_dist_se_resnext )
endif ( )
@ -73,11 +69,13 @@ py_test_modules(test_warpctc_op MODULES test_warpctc_op ENVS FLAGS_warpctc_dir=$
if ( WITH_DISTRIBUTE )
py_test_modules ( test_dist_train MODULES test_dist_train SERIAL )
set_tests_properties ( test_listen_and_serv_op PROPERTIES TIMEOUT 20 )
if ( NOT APPLE )
set_tests_properties ( test_dist_mnist PROPERTIES TIMEOUT 200 )
set_tests_properties ( test_dist_word2vec PROPERTIES TIMEOUT 200 )
py_test_modules ( test_dist_se_resnext MODULES test_dist_se_resnext SERIAL )
endif ( NOT APPLE )
py_test_modules ( test_dist_transpiler MODULES test_dist_transpiler )
py_test_modules ( test_dist_transformer MODULES test_dist_transformer SERIAL )
py_test_modules ( test_dist_se_resnext MODULES test_dist_se_resnext SERIAL )
endif ( )
py_test_modules ( test_parallel_executor_crf MODULES test_parallel_executor_crf SERIAL )
py_test_modules ( test_parallel_executor_fetch_feed MODULES test_parallel_executor_fetch_feed SERIAL )