On Tue, Oct 23, 2012 at 10:47 AM, Uros Bizjak <ubiz...@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

Attachment: foo.patch
Description: Binary data

Reply via email to