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)
665
665
send_convert_nums.f90" )
666
666
endif ()
667
667
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 ()
671
668
add_caf_test (send_convert_char_array 2 send_convert_char_array )
672
669
else ()#if((CAF_RUN_DEVELOPER_TESTS OR $ENV{OPENCOARRAYS_DEVELOPER}))
673
670
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" )
676
672
endif ()
677
673
endif ()
678
674
@@ -688,6 +684,7 @@ if(opencoarrays_aware_compiler)
688
684
# Pure send tests
689
685
add_caf_test (send_array 2 send_array )
690
686
add_caf_test (convert-before-put 3 convert-before-put )
687
+ add_caf_test (send_with_vector_index 2 send_with_vector_index )
691
688
692
689
# Pure sendget tests
693
690
add_caf_test (strided_sendget 3 strided_sendget )
You can’t perform that action at this time.
0 commit comments