You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to build Go 1.5 this evening on my Raspberry Pi model 2B running Raspbian, two of the test cases failed:
FAIL: TestCgoCallbackGC (25.29s)
and
FAIL runtime 228.455s
After TestCgoCallbackGC reported FAIL, a large (and I mean large) amount of debug text is sent to the console.
Raspbian is actually Debian for the Raspberry Pi platform.
Results of uname -a:
Linux raspberrypi 3.18.11-v7+ #781 SMP PREEMPT Tue Apr 21 18:07:59 BST 2015 armv7l GNU/Linux
BOOTSTRAP compiler is GO 1.42.
How serious are these?
Apologies if this has already been reported.
-Pete
The text was updated successfully, but these errors were encountered:
mikioh
changed the title
Go 1.5 build from source tarball generates two Test Phase failures...
runtime: Go 1.5 build from source tarball generates two Test Phase failures...
Aug 22, 2015
While trying to build Go 1.5 this evening on my Raspberry Pi model 2B running Raspbian, two of the test cases failed:
FAIL: TestCgoCallbackGC (25.29s)
and
FAIL runtime 228.455s
After TestCgoCallbackGC reported FAIL, a large (and I mean large) amount of debug text is sent to the console.
Raspbian is actually Debian for the Raspberry Pi platform.
Results of uname -a:
Linux raspberrypi 3.18.11-v7+ #781 SMP PREEMPT Tue Apr 21 18:07:59 BST 2015 armv7l GNU/Linux
BOOTSTRAP compiler is GO 1.42.
How serious are these?
Apologies if this has already been reported.
-Pete
The text was updated successfully, but these errors were encountered: