[Bug 1256283] Re: go tests failing on AArch64
Michael Hudson-Doyle
michael.hudson+lp at canonical.com
Mon Jan 6 02:41:35 UTC 2014
Sorry for the spam! Here's round one of investigation.
The peano test is a test for segmented stacks, which is not supported on
aarch64. So perhaps the failure is unsurprising -- it's presumably
smashing the stack.
The cplx2 failure seems to indicate a pretty serious problem with
floating point. The test outputs:
opcode x (+7.218935e-001-5.325444e-001i) (+7.218935e-001-5.325444e-001i)
Those two floating numbers are (a) comparing unequal, which is a bit
surprising and (b) supposed to be 5+0i!
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to gcc-4.8 in Ubuntu.
https://bugs.launchpad.net/bugs/1256283
Title:
go tests failing on AArch64
Status in “gcc-4.8” package in Ubuntu:
New
Bug description:
=== go tests ===
Running target unix
ERROR: aarch64-unknown-linux-gnu: unhandled architecture
ERROR: aarch64-unknown-linux-gnu: unhandled architecture
ERROR: aarch64-unknown-linux-gnu: unhandled architecture
ERROR: aarch64-unknown-linux-gnu: unhandled architecture
UNRESOLVED: go.test/test/235.go compilation, -O2 -g
UNRESOLVED: go.test/test/64bit.go -O (test for excess errors)
UNRESOLVED: go.test/test/chan/doubleselect.go compilation, -O2 -g
FAIL: go.test/test/chan/doubleselect.go execution, -O2 -g
FAIL: go.test/test/chan/nonblock.go execution, -O2 -g
FAIL: go.test/test/chan/select3.go execution, -O2 -g
FAIL: go.test/test/chan/select5.go execution
FAIL: go.test/test/env.go execution, -O2 -g
UNRESOLVED: go.test/test/if.go compilation, -O2 -g
FAIL: go.test/test/ken/cplx2.go execution, -O2 -g
FAIL: go.test/test/mallocfin.go execution, -O2 -g
FAIL: go.test/test/nil.go execution, -O2 -g
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
WARNING: program timed out.
=== go Summary for unix ===
# of expected passes 5045
# of unexpected failures 8
# of expected failures 1
# of untested testcases 5
# of unresolved testcases 4
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-4.8/+bug/1256283/+subscriptions
More information about the foundations-bugs
mailing list