Skip to content

Commit a09612c

Browse files
committed
Move failing files to the correct category
1 parent 9277093 commit a09612c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,10 +466,6 @@ file(GLOB SKIPPED_FILES CONFIGURE_DEPENDS
466466
winapi.f90 # needs -lkernel32 and target *-*-cygwin*
467467
widechar_11.f90 # No ASSIGNMENT matches TYPE(c_ptr) and TYPE(__builtin_c_ptr)
468468

469-
# error: 'fir.convert' op invalid type conversion
470-
c_char_tests_4.f90
471-
c_char_tests_5.f90
472-
473469
# error: not a constant derived type expression
474470
coarray_42.f90
475471
init_flag_10.f90
@@ -888,6 +884,8 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
888884
bounds_check_strlen_4.f90
889885
bounds_check_strlen_5.f90
890886
bounds_check_strlen_7.f90
887+
c_char_tests_4.f90
888+
c_char_tests_5.f90
891889
char_bounds_check_fail_1.f90
892890
char_pointer_assign_4.f90
893891
char_pointer_assign_5.f90

0 commit comments

Comments
 (0)