Rainer Orth writes:
> The libgo os test used to fail on 32-bit Solaris 2/x86 only:
>
> --- FAIL: os_test.TestHostname
>Hostname() = "", want "fuego"
>
> Running the test under gdb, I find that syscall.Uname is entered with
> errno = 4 and left the same, even if I reset errno = ENONE on en
The libgo os test used to fail on 32-bit Solaris 2/x86 only:
--- FAIL: os_test.TestHostname
Hostname() = "", want "fuego"
Running the test under gdb, I find that syscall.Uname is entered with
errno = 4 and left the same, even if I reset errno = ENONE on entry.
Further investigation led to