Skip to content

Commit 823df22

Browse files
committed
Disable two more failing tests - possibly the result of a recent change in flang
1 parent 7dc8638 commit 823df22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Fortran/gfortran/regression/goacc/DisabledFiles.cmake

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,11 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
190190
specification-part.f90
191191
uninit-if-clause.f95
192192

193-
# This test failes to compile when compilation is expected to succeed. It
193+
# These tests are expected to issue a compile-time error, but succeed instead.
194+
routine-8.f90
195+
routine-intrinsic-2.f
196+
197+
# This test fails to compile when compilation is expected to succeed. It
194198
# fails with a module not found error. There is a DejaGNU directive
195199
# "dg-compile-aux-modules" which might have something to do with this.
196200
routine-module-1.f90

0 commit comments

Comments
 (0)