[Bug 1256283] Re: go tests failing on AArch64
Michael Hudson-Doyle
michael.hudson+lp at canonical.com
Mon Jan 6 03:23:26 UTC 2014
Oh, I misread the cplx2 failure. Here's a smaller test case:
package main
func main() {
c5 := 1 + 3i
cd := c5 / c5
println(cd)
if cd != 1+0i {
println("fail")
}
}
Cross-compiling and running on the foundation model this gives:
(+1.000000e+000-1.665335e-017i)
fail
so it appears to be some kind of problem with complex division...
--
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