File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -665,14 +665,10 @@ if(opencoarrays_aware_compiler)
665665 send_convert_nums.f90" )
666666 endif ()
667667 if ((NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7.3.0) OR (CAF_RUN_DEVELOPER_TESTS OR $ENV{OPENCOARRAYS_DEVELOPER} ))
668- if (NOT DEFINED ENV{TRAVIS})
669- add_caf_test(send_with_vector_index 2 send_with_vector_index) # Hang times out on Travis-CI
670- endif ()
671668 add_caf_test(send_convert_char_array 2 send_convert_char_array)
672669 else ()#if((CAF_RUN_DEVELOPER_TESTS OR $ENV{OPENCOARRAYS_DEVELOPER}))
673670 message ( AUTHOR_WARNING "Skipping the following tests to GFortran < 7.3.0 lack of compatibility:
674- send_convert_char_array.f90
675- send_with_vector_index.f90" )
671+ send_convert_char_array.f90" )
676672 endif ()
677673 endif ()
678674
@@ -688,6 +684,7 @@ if(opencoarrays_aware_compiler)
688684 # Pure send tests
689685 add_caf_test(send_array 2 send_array)
690686 add_caf_test(convert-before-put 3 convert-before-put)
687+ add_caf_test(send_with_vector_index 2 send_with_vector_index)
691688
692689 # Pure sendget tests
693690 add_caf_test(strided_sendget 3 strided_sendget)
You can’t perform that action at this time.
0 commit comments