Re: [Qemu-devel] [PATCH v3 22/46] tests/tcg/i386: disable i386 version of test-i386-ssse

2018-04-26 Thread Alex Bennée
Richard Henderson writes: > On 04/24/2018 05:23 AM, Alex Bennée wrote: >> # Update TESTS >> -TESTS+=$(I386_TESTS) >> +TESTS+=$(I386_ONLY_TESTS) > > Doesn't this depend on a variable you introduce in the next patch? Hmm, it should probably be merged. -- Alex Bennée

Re: [Qemu-devel] [PATCH v3 22/46] tests/tcg/i386: disable i386 version of test-i386-ssse

2018-04-25 Thread Richard Henderson
On 04/24/2018 05:23 AM, Alex Bennée wrote: > # Update TESTS > -TESTS+=$(I386_TESTS) > +TESTS+=$(I386_ONLY_TESTS) Doesn't this depend on a variable you introduce in the next patch? r~

[Qemu-devel] [PATCH v3 22/46] tests/tcg/i386: disable i386 version of test-i386-ssse

2018-04-24 Thread Alex Bennée
It doesn't build for i386 easily and we probably need a better more methodical test for SSE et all in QEMU. Signed-off-by: Alex Bennée --- tests/tcg/i386/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tcg/i386/Makefile.target b/tests/tcg/i386/Makefile.t