Skip to content

Commit 919bf05

Browse files
committed
chore(test/main): rm commented code
1 parent 8917dfe commit 919bf05

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

test/main.F90

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ program main
2020
use prif_co_min_test_m, only : prif_co_min_test_t
2121
use prif_co_reduce_test_m, only : prif_co_reduce_test_t
2222
use prif_co_sum_test_m, only : prif_co_sum_test_t
23-
!use prif_error_stop_test_m, only : prif_error_stop_test_t
2423
use prif_image_index_test_m, only : prif_image_index_test_t
2524
use prif_init_test_m, only : prif_init_test_t
2625
use prif_num_images_test_m, only : prif_num_images_test_t
2726
use prif_rma_test_m, only : prif_rma_test_t
28-
!use prif_stop_test_m, only : prif_stop_test_t
2927
use prif_teams_test_m, only : prif_teams_test_t
3028
use prif_this_image_test_m, only : prif_this_image_test_t
3129
implicit none
@@ -77,8 +75,6 @@ subroutine run_tests_and_report(passes, tests)
7775
type(prif_rma_test_t) prif_rma_test
7876
type(prif_teams_test_t) prif_teams_test
7977
type(prif_this_image_test_t) prif_this_image_test
80-
!type(prif_error_stop_test_t) prif_error_stop_test
81-
!type(prif_stop_test_t) prif_stop_test
8278

8379
call prif_init_test%report(passes, tests) ! This test must run first
8480
call prif_allocate_test%report(passes, tests)
@@ -92,21 +88,6 @@ subroutine run_tests_and_report(passes, tests)
9288
call prif_teams_test%report(passes, tests)
9389
call prif_this_image_test%report(passes, tests)
9490
call prif_rma_test%report(passes, tests)
95-
!call prif_stop_test%report(passes, tests)
96-
!call prif_error_stop_test%report(passes, tests)
97-
!#ifdef __flang__
98-
!print *
99-
!print *,"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
100-
!print *
101-
!print *,"LLVM Flang detected. Skipping tests that crash:"
102-
!print *," - prif_co_max_test"
103-
!print *," - prif_co_min_test"
104-
!print *," - prif_co_reduce_test"
105-
!print *," - prif_co_sum_test"
106-
!print *," - prif_image_index_test"
107-
!print *
108-
!print *,"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
109-
!#endif
11091

11192
end subroutine run_tests_and_report
11293

0 commit comments

Comments
 (0)