On 7/5/19 6:04 PM, Alex Bennée wrote: > We never shipped the reference data in the source tree because it was > quite big (64M). As a result the only option is to generate it > locally. Although we have a rule to generate the reference file we > missed the dependency and location changes, probably because it is > only run for SLOW test runs. > > The test still fails with mostly incorrect flags and different than > expected NaNs. I'll leave that for the x86 experts to look at. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > Cc: Paolo Bonzini <pbonz...@redhat.com> > Cc: Richard Henderson <r...@twiddle.net> > Cc: Eduardo Habkost <ehabk...@redhat.com> > Cc: Jan Bobek <jan.bo...@gmail.com> > --- > tests/tcg/i386/Makefile.target | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
There's nothing here to guess that test-i386-fprem is in any way natively runnable. Otherwise you might just end up testing against the installed qemu. On the other hand, at the moment this simply won't run at all, since the input file is missing. So I suppose this is good enough for SLOW. Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~