unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#14749: rtl.test failure in master
@ 2013-06-29 18:38 dsmich
  2013-06-29 21:53 ` dsmich
  0 siblings, 1 reply; 4+ messages in thread
From: dsmich @ 2013-06-29 18:38 UTC (permalink / raw)
  To: 14749

I'm seeing this make check error from rtl.test on master:

ERROR: rtl.test: load-constant: #\37200 - arguments: ((misc-error #f "~A" ("make-long-immediate unavailable for this target") #f))

The failing line is:
    (integer->char 16000)

Out of curiosity, I added these lines:
   #\λ
   (integer->char 955)

I chose the lambda char as it works fine within a string a few line further into the test.

Those lines produce these errors:
ERROR: rtl.test: load-constant: #\1673 - arguments: ((misc-error #f "~A" ("make-long-immediate unavailable for this target") #f))
ERROR: rtl.test: load-constant: #\1673 - arguments: ((misc-error #f "~A" ("make-long-immediate unavailable for this target") #f))

I don't how 16000 relates to #\37200 or how 955 or #\λ to #\1673 .

Could it be that this is a 32 bit machine?

$ git describe
v2.1.0-1017-g98eaef1


-Dale






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#14749: rtl.test failure in master
  2013-06-29 18:38 bug#14749: rtl.test failure in master dsmich
@ 2013-06-29 21:53 ` dsmich
  2013-06-30 10:58   ` dsmich
  0 siblings, 1 reply; 4+ messages in thread
From: dsmich @ 2013-06-29 21:53 UTC (permalink / raw)
  To: 14749, dsmich


---- dsmich@roadrunner.com wrote: 
> I'm seeing this make check error from rtl.test on master:
> 
> ERROR: rtl.test: load-constant: #\37200 - arguments: ((misc-error #f "~A" ("make-long-immediate unavailable for this target") #f))
> 
> The failing line is:
>     (integer->char 16000)

I did a bisect and it says this started with commit 

e6450062a19bf5d0072d117b69be95c2641c23ab is the first bad commit
commit e6450062a19bf5d0072d117b69be95c2641c23ab
Author: Andy Wingo <wingo@pobox.com>
Date:   Sun Jun 16 15:02:34 2013 +0200

    Reduce call-with-values to let for singly-valued producers


-Dale






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#14749: rtl.test failure in master
  2013-06-29 21:53 ` dsmich
@ 2013-06-30 10:58   ` dsmich
  2013-08-08  2:35     ` dsmich
  0 siblings, 1 reply; 4+ messages in thread
From: dsmich @ 2013-06-30 10:58 UTC (permalink / raw)
  To: 14749, dsmich


---- dsmich@roadrunner.com wrote: 
> 
> ---- dsmich@roadrunner.com wrote: 
> > I'm seeing this make check error from rtl.test on master:
> > 
> > ERROR: rtl.test: load-constant: #\37200 - arguments: ((misc-error #f "~A" ("make-long-immediate unavailable for this target") #f))
> > 
> > The failing line is:
> >     (integer->char 16000)
> 
> I did a bisect and it says this started with commit 

Forget this noise.  rtl.test fails here since the inclusion of rtl.test.

-Dale






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#14749: rtl.test failure in master
  2013-06-30 10:58   ` dsmich
@ 2013-08-08  2:35     ` dsmich
  0 siblings, 0 replies; 4+ messages in thread
From: dsmich @ 2013-08-08  2:35 UTC (permalink / raw)
  To: 14749, dsmich


---- dsmich@roadrunner.com wrote: 
> 
> ---- dsmich@roadrunner.com wrote: 
> > 
> > ---- dsmich@roadrunner.com wrote: 
> > > I'm seeing this make check error from rtl.test on master:
> > > 
> > > ERROR: rtl.test: load-constant: #\37200 - arguments: ((misc-error #f "~A" ("make-long-immediate unavailable for this target") #f))
> > > 
> > > The failing line is:
> > >     (integer->char 16000)
> > 
> > I did a bisect and it says this started with commit 
> 
> Forget this noise.  rtl.test fails here since the inclusion of rtl.test.

$ git describe
v2.1.0-1093-g5270bb5

Passes make check on 32bit with no problems.  Yey!

-Dale







^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-08  2:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-29 18:38 bug#14749: rtl.test failure in master dsmich
2013-06-29 21:53 ` dsmich
2013-06-30 10:58   ` dsmich
2013-08-08  2:35     ` dsmich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).