Skip to content

Commit fac1a50

Browse files
committed
[flang] Remove 'xfail' from two tests that will soon not fail
An upcoming PR to flang (llvm/llvm-project#112024) will soon allow two gfortran tests to compile and run successfully.
1 parent f5baaae commit fac1a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Fortran/gfortran/regression/tests.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,7 +1944,7 @@ compile;namelist_args.f90;xfail;-std=gnu;;
19441944
compile;namelist_assumed_char.f90;xfail;-std=f95;;
19451945
compile;namelist_blockdata.f;xfail;;;
19461946
compile;namelist_empty.f90;;-std=legacy;;
1947-
compile;namelist_print_2.f;xfail;-std=f95;;
1947+
compile;namelist_print_2.f;;-std=f95;;
19481948
compile;namelist_utf8.f90;;;;
19491949
compile;nan_4.f90;;-std=gnu -fallow-invalid-boz;;
19501950
compile;nan_5.f90;;-fno-range-check;;
@@ -2850,7 +2850,7 @@ compile;predict-3.f90;;-fno-tree-fre -fno-tree-ccp -Og;;
28502850
compile;present_1.f90;xfail;;;
28512851
compile;print_1.f90;xfail;;;
28522852
compile;print_2.f90;xfail;;;
2853-
compile;print_fmt_2.f90;xfail;;;
2853+
compile;print_fmt_2.f90;;;;
28542854
compile;print_fmt_3.f;;;;
28552855
compile;print_fmt_4.f;xfail;;;
28562856
compile;print_fmt_5.f90;xfail;;;

0 commit comments

Comments
 (0)