qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 8/8] tests/tcg: Add arm and aarch64 pc alignment tests


From: Peter Maydell
Subject: Re: [PATCH v2 8/8] tests/tcg: Add arm and aarch64 pc alignment tests
Date: Thu, 26 Aug 2021 14:54:03 +0100

On Sat, 21 Aug 2021 at 21:09, Richard Henderson
<richard.henderson@linaro.org> wrote:

> +    /*
> +     * From v8, it is CONSTRAINED UNPREDICTABLE whether BXWritePC aligns
> +     * the address or not.  If so, we can legitimately fall through.
> +     */
> +    return EXIT_SUCCESS;
> +}

Can we get the test harness to run the test on a cortex-a9 guest CPU
so we can avoid the UNPREDICTABLE and can always check the signal
happened ? The test is a bit weak if it doesn't actually test that
we take an exception...

Otherwise
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]