bug-mes
[Top][All Lists]
Advanced

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

Re: [bug-mes] ARM mes on wip-arm - Other test failures


From: Danny Milosavljevic
Subject: Re: [bug-mes] ARM mes on wip-arm - Other test failures
Date: Tue, 12 Mar 2019 11:33:57 +0100

Hi Janneke,

On Tue, 12 Mar 2019 07:25:35 +0100
Jan Nieuwenhuizen <address@hidden> wrote:

> +if test $mes_libc = arm; then

"= mes", right?

>  (define (remainder x y)
> -  (- x (* (quotient x y) y)))
> +  (abs (remainder n radix)))

I thought about it but then I saw:

$ guile
GNU Guile 2.2.4
[...]
scheme@(guile-user)> (remainder -5 2)
$1 = -1

> > FAIL: lib/tests/io/90-stat.c [no case for __arm__]

This one is strange.  I've added a case for __arm__ and then:
(1) When I "rm -rf gcc-lib" and then do "make check", it still fails
(2) But when I then invoke "lib/tests/io/90-stat" manually it succeeds (!)

It might be that the test timeout is too low - the division algorithm isn't 
exactly optimized ;)

Attachment: pgpFsyjVt4T_E.pgp
Description: OpenPGP digital signature


reply via email to

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