This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [testsuite] Minor tweak to 4 Aarch64 testcases


Hi Eric,

On 13/07/18 09:23, Eric Botcazou wrote:
These 4 Aarch64 testcases use dg-xfail-if to disable themselves on ARM, while
all the other equivalent testcases use dg-skip-if.  The latter form is better
because it doesn't unnecessarily pollute the testsuite report.

Tested on arm-eabi, OK for the mainline?



I used xfail for these testcases in particular because the intrinsics that they test
should be available for both arm and aarch64.
They are currently not implemented on arm, even though they should be.
The other tests that are skipped instead of xfailed test intrinsics that should
only be available on aarch64 and not arm.

Cheers,
Kyrill

2018-07-13  Eric Botcazou  <ebotcazou@adacore.com>

        * gcc.target/aarch64/advsimd-intrinsics/vld1x2.c: Replace dg-xfail-if
        with dg-skip-if for ARM targets.
        * gcc.target/aarch64/advsimd-intrinsics/vld1x3.c: Likewise.
        * gcc.target/aarch64/advsimd-intrinsics/vst1x2.c: Likewise.
        * gcc.target/aarch64/advsimd-intrinsics/vst1x3.c: Likewise.

--
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]