Skip to content

[flang] Enable FSEEK & FTELL tests #225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Fortran/gfortran/regression/DisabledFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ file(GLOB UNSUPPORTED_FILES CONFIGURE_DEPENDS
dec_io_2a.f90 # fseek
fgetc_1.f90 # fgetc, fputc
fgetc_2.f90 # fgetc, fputc
fseek.f90 # fseek
ftell_1.f90 # ftell
ftell_2.f90 # ftell
ftell_3.f90 # ftell
inquire_10.f90 # getcwd
int_conv_1.f90 # int2, int8
itime_idate_1.f # itime, idate
Expand Down Expand Up @@ -1870,4 +1866,9 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS

# Tests expect semantic errors that are not raised.
c_sizeof_7.f90

# We allow USE association of a subprogram's name into its scope, with a portability
# warning, so long as it is not used in that scope.
use_15.f90
use_rename_8.f90
)