https://bugs.kde.org/show_bug.cgi?id=476025

--- Comment #8 from Eyal <eyals...@gmail.com> ---
I completed the new tests. Please try adding ppc platforms and test them. I
already added amd64 testing for a few of them.

On Wed, Oct 25, 2023, 09:37 Carl Love <bugzilla_nore...@kde.org> wrote:

> https://bugs.kde.org/show_bug.cgi?id=476025
>
> --- Comment #7 from Carl Love <c...@us.ibm.com> ---
> The test for the Iop_CmpGT64Ux2 was changed as follows:
>
> diff --git a/memcheck/tests/vbit-test/irops.c
> b/memcheck/tests/vbit-test/irops.c
> index a09470905..e94ea2432 100644
> --- a/memcheck/tests/vbit-test/irops.c
> +++ b/memcheck/tests/vbit-test/irops.c
> @@ -861,7 +861,7 @@ static irop_t irops[] = {
>    { DEFOP(Iop_CmpGT8Ux16, UNDEF_UNKNOWN), },
>    { DEFOP(Iop_CmpGT16Ux8, UNDEF_UNKNOWN), },
>    { DEFOP(Iop_CmpGT32Ux4, UNDEF_UNKNOWN), },
> -  { DEFOP(Iop_CmpGT64Ux2, UNDEF_ALL_64x2), .ppc64 = 1, .ppc32 = 1 },
> +  { DEFOP(Iop_CmpGT64Ux2, UNDEF_UNKNOWN), },
>    { DEFOP(Iop_Cnt8x16, UNDEF_UNKNOWN), },
>    { DEFOP(Iop_Clz8x16, UNDEF_UNKNOWN), },
>    { DEFOP(Iop_Clz16x8, UNDEF_UNKNOWN), },
> --
> The commit was:
>
> commit bb162ac6c082f371da90fb3691f3185a53c2d56f (HEAD -> master,
> origin/master,
> origin/HEAD)
> Author: Carl Love <c...@linux.ibm.com>
> Date:   Wed Oct 25 11:20:30 2023 -0400
>
>     Change the vbit test specification for Iop_CmpGT64Ux2
>
>     The test should be specified as UNDEF_UNKNOWN not UNDEF_ALL_64x2.
>     No architectures should be enaabled for the test.
>
> This effectively disables the vbit test on all architectures.  Note the
> Iop_CmpGT* for the other sizes are already set to UNDEF_UNKNOWN.  None of
> the
> Iops are getting tested at the current time.
>
> TO DO, work on adding appropriate testing for this class of Iops.  Eyal has
> started on the new tests.
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to