Skip to content

Commit 94ca491

Browse files
authored
[Fortran/gfortran] Disable test on AIX (#204)
1 parent 8e0f3ab commit 94ca491

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Fortran/gfortran/regression/override.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@
180180
"scalar_mask_2.f90":
181181
disabled_on: ["powerpc-*-aix"]
182182

183+
# libm's routine lround returns incorrect values on AIX
184+
"nint_2.f90":
185+
disabled_on: ["powerpc-*-aix"]
186+
183187
# ------------------------ PERMANENTLY OVERRIDDEN TESTS ------------------------
184188

185189
# namelist_print_2.f and print_fmt_2.f90 use ```print <namelist name>```. This

Fortran/gfortran/regression/tests.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5450,7 +5450,7 @@ run;newunit_1.f90;;;;
54505450
run;newunit_3.f90;;;;
54515451
run;newunit_5.f90;;;;
54525452
run;nint_1.f90;;;;
5453-
run;nint_2.f90;;;;
5453+
run;nint_2.f90;;;;powerpc-.+-aix
54545454
run;no-automatic.f90;;-fno-automatic;;
54555455
run;no_arg_check_2a.f90;;;;
54565456
run;no_range_check_1.f90;;-fno-range-check -O0;;

0 commit comments

Comments
 (0)