This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libgo patch committed: Update to current Go library


On Tue, Oct 23, 2012 at 10:47 AM, Uros Bizjak <ubizjak@gmail.com> wrote:
>
> Additional test fails on alphaev68-linux-gnu:
>
> --- FAIL: TestPassFD (0.15 seconds)
> passfd_test.go:62:      FileConn: dup: Bad file descriptor
> FAIL
> FAIL: syscall

As far as I can see this error message occurs when calling dup on the
second file descriptor returned by socketpair.  But I can't see why
that would fail on Alpha.

Ian


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