From 55c2a6b283e3f6ca28a831c54608d8e30eb0dfcd Mon Sep 17 00:00:00 2001 From: Peter Klausler Date: Fri, 11 Oct 2024 16:32:50 -0700 Subject: [PATCH] [flang] Disable two xfail tests that will soon not fail An upcoming PR to flang (https://github.com/llvm/llvm-project/pull/112024) will soon allow two gfortran tests to compile and run successfully, which will come as a fatal surprise because they're marked "xfail". --- Fortran/gfortran/regression/DisabledFiles.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Fortran/gfortran/regression/DisabledFiles.cmake b/Fortran/gfortran/regression/DisabledFiles.cmake index af205ec83e..1468d3e476 100644 --- a/Fortran/gfortran/regression/DisabledFiles.cmake +++ b/Fortran/gfortran/regression/DisabledFiles.cmake @@ -1850,4 +1850,8 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS # Tests expect semantic errors that are not raised. c_sizeof_7.f90 + + # Tests that use "PRINT namelistname" + namelist_print_2.f + print_fmt_2.f90 )