Message ID | CADnVucBzCEz41Zq36JdnBxRAqE-6nCWXua882Xfo6_c00TKWBw@mail.gmail.com |
---|---|
State | New |
Headers | show |
Series | [AArch64,testsuite] gfortran.dg/ieee/ieee_8.f90: xfail for aarch64+ilp32 | expand |
On Tue, Oct 24, 2017 at 9:27 PM, Charles Baylis <charles.baylis@linaro.org> wrote: > The test is already marked xfail for aarch64*-*-gnu, but this needs to > be changed to aarch64*-*-gnu* in order to match > aarch64-linux-gnu_ilp32. > > Test was previously xfail'd in [1]. > > Shows the expected FAIL->XFAILs on aarch64-linux-gnu_ilp32. > > gcc/testsuite: > <date> Charles Baylis <charles.baylis@linaro.org> > > * gfortran.dg/ieee/ieee_8.f90: xfail for aarch64*-*-gnu* > > [1] https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02188.html Ok, thanks for the patch. -- Janne Blomqvist
On 30 October 2017 at 08:52, Janne Blomqvist <blomqvist.janne@gmail.com> wrote: > On Tue, Oct 24, 2017 at 9:27 PM, Charles Baylis > <charles.baylis@linaro.org> wrote: >> The test is already marked xfail for aarch64*-*-gnu, but this needs to >> be changed to aarch64*-*-gnu* in order to match >> aarch64-linux-gnu_ilp32. >> >> Test was previously xfail'd in [1]. >> >> Shows the expected FAIL->XFAILs on aarch64-linux-gnu_ilp32. >> >> gcc/testsuite: >> <date> Charles Baylis <charles.baylis@linaro.org> >> >> * gfortran.dg/ieee/ieee_8.f90: xfail for aarch64*-*-gnu* >> >> [1] https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02188.html > > Ok, thanks for the patch. Committed as r254689.
From 5e877e35665eb37488da407d1b45d23b84d3803d Mon Sep 17 00:00:00 2001 From: Charles Baylis <charles.baylis@linaro.org> Date: Tue, 24 Oct 2017 14:46:42 +0100 Subject: [PATCH 3/4] [AArch64] gfortran.dg/ieee/ieee_8.f90: xfail for aarch64+ilp32 2017-10-24 Charles Baylis <charles.baylis@linaro.org> * gfortran.dg/ieee/ieee_8.f90: xfail for aarch64*-*-gnu* --- gcc/testsuite/gfortran.dg/ieee/ieee_8.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gfortran.dg/ieee/ieee_8.f90 b/gcc/testsuite/gfortran.dg/ieee/ieee_8.f90 index a47f9c1..0a3213a 100644 --- a/gcc/testsuite/gfortran.dg/ieee/ieee_8.f90 +++ b/gcc/testsuite/gfortran.dg/ieee/ieee_8.f90 @@ -1,4 +1,4 @@ -! { dg-do run { xfail aarch64*-*-gnu arm*-*-gnueabi arm*-*-gnueabihf } } +! { dg-do run { xfail aarch64*-*-gnu* arm*-*-gnueabi arm*-*-gnueabihf } } ! XFAIL because of PR libfortran/78449. module foo -- 2.7.4