Skip to content

Commit a7c5623

Browse files
author
neok-m4700
committed
revert test renaming
1 parent 755518a commit a7c5623

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -772,11 +772,11 @@ if(opencoarrays_aware_compiler)
772772
add_caf_test(co_reduce-factorial-int64 4 co_reduce-factorial-int64)
773773

774774
# 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)
780780

781781
# IMAGE FAIL tests
782782
if(NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7.0.0)

src/tests/regression/reported/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ caf_compile_executable(source-alloc-sync issue-243-source-allocation-no-sync.f90
55
caf_compile_executable(convert-before-put issue-292-convert-type-before-put.f90)
66
caf_compile_executable(issue-422-send issue-422-send.F90)
77
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)

0 commit comments

Comments
 (0)