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:
>
> 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


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