File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
src/tests/regression/reported Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -772,11 +772,11 @@ if(opencoarrays_aware_compiler)
772
772
add_caf_test (co_reduce-factorial-int64 4 co_reduce-factorial-int64 )
773
773
774
774
# issues reported by @neok-m4700
775
- add_caf_test (coindex-slice 8 coindex-slice )
776
- add_caf_test (multi-dim-cobounds-true 8 multi-dim-cobounds true )
777
- add_caf_test (multi-dim-cobounds-false 8 multi-dim-cobounds false )
778
- add_caf_test (multidim-array-broadcast 2 multidim-array-broadcast )
779
- add_caf_test (non-contig-red-ndarray 2 non-contig-red-ndarray )
775
+ add_caf_test (issue-493- coindex-slice 8 issue-493- coindex-slice )
776
+ add_caf_test (issue-488- multi-dim-cobounds-true 8 issue-488- multi-dim-cobounds true )
777
+ add_caf_test (issue-488- multi-dim-cobounds-false 8 issue-488- multi-dim-cobounds false )
778
+ add_caf_test (issue-503- multidim-array-broadcast 2 issue-503- multidim-array-broadcast )
779
+ add_caf_test (issue-503- non-contig-red-ndarray 2 issue-503- non-contig-red-ndarray )
780
780
781
781
# IMAGE FAIL tests
782
782
if (NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7.0.0 )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ caf_compile_executable(source-alloc-sync issue-243-source-allocation-no-sync.f90
5
5
caf_compile_executable (convert-before-put issue-292-convert-type-before-put.f90 )
6
6
caf_compile_executable (issue-422-send issue-422-send.F90 )
7
7
caf_compile_executable (issue-422-send-get issue-422-send-get.F90 )
8
- caf_compile_executable (multi-dim-cobounds issue-488-multi-dim-cobounds.f90 )
9
- caf_compile_executable (coindex-slice issue-493-coindex-slice.f90 )
10
- caf_compile_executable (multidim-array-broadcast issue-503-multidim-array-broadcast.f90 )
11
- caf_compile_executable (non-contig-red-ndarray issue-503-non-contig-red-ndarray.f90 )
8
+ caf_compile_executable (issue-488- multi-dim-cobounds issue-488-multi-dim-cobounds.f90 )
9
+ caf_compile_executable (issue-493- coindex-slice issue-493-coindex-slice.f90 )
10
+ caf_compile_executable (issue-503- multidim-array-broadcast issue-503-multidim-array-broadcast.f90 )
11
+ caf_compile_executable (issue-503- non-contig-red-ndarray issue-503-non-contig-red-ndarray.f90 )
You can’t perform that action at this time.
0 commit comments