Skip to content

Commit 27a6a3a

Browse files
authored
[flang] Disable two xfail tests that will soon not fail (#171)
An upcoming PR to flang (llvm/llvm-project#112024) will soon allow two gfortran tests to compile and run successfully, which will come as a fatal surprise because they're marked "xfail".
1 parent d24d5dc commit 27a6a3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Fortran/gfortran/regression/DisabledFiles.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,4 +1850,8 @@ file(GLOB FAILING_FILES CONFIGURE_DEPENDS
18501850

18511851
# Tests expect semantic errors that are not raised.
18521852
c_sizeof_7.f90
1853+
1854+
# Tests that use "PRINT namelistname"
1855+
namelist_print_2.f
1856+
print_fmt_2.f90
18531857
)

0 commit comments

Comments
 (0)