libgo patch committed: Update to current Go library

Ian Lance Taylor iant@google.com
Tue Oct 23 18:09:00 GMT 2012


On Tue, Oct 23, 2012 at 10:47 AM, Uros Bizjak <ubizjak@gmail.com> wrote:
>
> On my x86_64-linux-gnu (Fedora 18) libgo testsuite fails following test:
>
> --- FAIL: TestCgoCrashHandler (0.01 seconds)
> testing.go:377:         program exited with error: exec: "go":
> executable file not found in $PATH
> --- FAIL: TestCrashHandler (0.00 seconds)
> testing.go:377:         program exited with error: exec: "go":
> executable file not found in $PATH
> FAIL
> FAIL: runtime

Thanks.  Turns out this test is currently meaningless with gccgo, and
was only working for me because I have the other Go compiler on my
PATH as well.  I committed this patch to mainline to disable it for
gccgo.

Ian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: application/octet-stream
Size: 705 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20121023/28435ea0/attachment.obj>


More information about the Gcc-patches mailing list