Skip to content

[flang] Disable some tests whose errors are now warnings #83

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
Jan 29, 2024
Merged
Show file tree
Hide file tree
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
17 changes: 17 additions & 0 deletions Fortran/gfortran/regression/DisabledFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2213,6 +2213,23 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
whole_file_1.f90
whole_file_2.f90

# Tests that used to be hard errors, are now warnings, need -pedantic to
# observe them
generic_32.f90
generic_34.f90
generic_7.f90
interface_37.f90
interface_6.f90
pr77406.f90
pr95584.f90
typebound_generic_10.f03
typebound_generic_11.f90
typebound_generic_12.f03
typebound_generic_13.f03
typebound_operator_14.f90
typebound_operator_16.f03
deallocate_error_2.f90

# Tests that would be errors if we supported options to enable checks
dec_structure_24.f90
dec_structure_26.f90
Expand Down
4 changes: 4 additions & 0 deletions Fortran/gfortran/regression/c-interop/DisabledFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,8 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
# These files are expected to fail to compile, but succeed instead.
c516.f90
c524a.f90

# Tests that used to be hard errors, are now warnings, need -pedantic to
# observe them
tkr.f90
)