Skip to content

Commit 9cb6215

Browse files
authored
[Fortran] disable failing tests after assumed-rank were enabled (#169)
1 parent 4538802 commit 9cb6215

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,6 +1199,7 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
11991199
pr90290.f90
12001200
pr91564.f90
12011201
rank_3.f90
1202+
assumed_rank_5.f90
12021203

12031204
# Requires behaviour specific to -std=f2008 and fails with -std=f2018.
12041205
finalize_38a.f90
@@ -1846,4 +1847,7 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
18461847

18471848
# Test needs to add -pedantic to show the error
18481849
pr32601.f03
1850+
1851+
# Tests expect semantic errors that are not raised.
1852+
c_sizeof_7.f90
18491853
)

Fortran/gfortran/regression/c-interop/DisabledFiles.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,9 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
124124
# These files are expected to fail to compile, but succeed instead.
125125
c516.f90
126126
c524a.f90
127+
c535b-3.f90
128+
c535c-1.f90
129+
c535c-2.f90
130+
c535c-3.f90
131+
c535c-4.f90
127132
)

0 commit comments

Comments
 (0)