On 5 July 2018 at 23:21, Julia Suvorova <jus...@mail.ru> wrote:
> Check that reserved SCS registers return 0 at read,
> and writes are ignored.
>
> Based-on: <20180627143815.1829-1-j...@jms.id.au>
> Based-on: <20180630091343.14391-1-stefa...@redhat.com>
>
> Signed-off-by: Julia Suvorova <jus...@mail.ru>
> ---
> Test will work if Joel's patches will use ARMv6-M.
>
>  tests/Makefile.include            |  2 ++
>  tests/tcg/arm/test-reserved-reg.c | 60 +++++++++++++++++++++++++++++++
>  2 files changed, 62 insertions(+)
>  create mode 100644 tests/tcg/arm/test-reserved-reg.c

Is this in the wrong place? It doesn't look like a
tests/tcg test -- those directories are for test
programs which need to be compiled with a cross compiler
for the guest CPU and then run on it.

I tried running 'make check' and I got this error:

  CC      tests/tcg/arm/test-reserved-reg.o
/home/petmay01/linaro/qemu-from-laptop/qemu/tests/tcg/arm/test-reserved-reg.c:60:1:
fatal error: opening dependency file
tests/tcg/arm/test-reserved-reg.d: No such file or directory
 }
 ^

which is a bit weird.

thanks
-- PMM

Reply via email to