We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc8638 commit 823df22Copy full SHA for 823df22
Fortran/gfortran/regression/goacc/DisabledFiles.cmake
@@ -190,7 +190,11 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
190
specification-part.f90
191
uninit-if-clause.f95
192
193
- # This test failes to compile when compilation is expected to succeed. It
+ # 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
198
# fails with a module not found error. There is a DejaGNU directive
199
# "dg-compile-aux-modules" which might have something to do with this.
200
routine-module-1.f90
0 commit comments