Skip to content

Commit d35d38f

Browse files
authored
[flang] Enable FSEEK & FTELL tests (#225)
Once LLVM PR llvm/llvm-project#133003 merges, these tests can be enabled.
1 parent 595dc54 commit d35d38f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ file(GLOB UNSUPPORTED_FILES CONFIGURE_DEPENDS
3333
dec_io_2a.f90 # fseek
3434
fgetc_1.f90 # fgetc, fputc
3535
fgetc_2.f90 # fgetc, fputc
36-
fseek.f90 # fseek
37-
ftell_1.f90 # ftell
38-
ftell_2.f90 # ftell
39-
ftell_3.f90 # ftell
4036
inquire_10.f90 # getcwd
4137
int_conv_1.f90 # int2, int8
4238
itime_idate_1.f # itime, idate
@@ -1870,4 +1866,9 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
18701866

18711867
# Tests expect semantic errors that are not raised.
18721868
c_sizeof_7.f90
1869+
1870+
# We allow USE association of a subprogram's name into its scope, with a portability
1871+
# warning, so long as it is not used in that scope.
1872+
use_15.f90
1873+
use_rename_8.f90
18731874
)

0 commit comments

Comments
 (0)