This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Two unexpected test failures.


> Date: Tue, 4 Apr 2000 18:37:57 +0200 (MEST)
> From: Dirk Herrmann <dirk@ida.ing.tu-bs.de>
> 
> > This time I get:
> > 
> > system-error
> > ("fport_fill_input" "~A" ("Resource temporarily unavailable") (11))
> > 11
> > 11
> > 
> > so the only difference is the (11) instead of the (0).  I hope this helps
> > you better...
> 
> And, there is only one error remaining in the test suite:
>
> FAIL: time.test: strftime %Z doesn't return garbage

I don't have an opinion about this yet.

> The other error disappeared.  It looks as if strerror modifies the error
> code, doesn't it?

There's also a call to malloc via scm_makfrom0str.  I don't think
system calls are supposed to reset errno to zero, but no matter, I've
committed the error.c modification.

Thanks for your help!

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]