-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
Description
by nicolas.riesco:
Before filing a bug, please check whether it has been fixed since the latest release. Search the issue tracker and check that you're running the latest version of Go: Run "go version" and compare against http://golang.org/doc/devel/release.html If a newer version of Go exists, install it and retry what you did to reproduce the problem. Thanks. What steps will reproduce the problem? If possible, include a link to a program on play.golang.org. 1. go test math/big 2. 3. What is the expected output? ok math/big xxx.xxxs What do you see instead? *** Test killed: ran too long (10m0s). FAIL math/big 600.007s Which compiler are you using (5g, 6g, 8g, gccgo)? 8g Which operating system are you using? linux 386 Which version are you using? (run 'go version') go version devel +987b23a69416 Fri May 03 17:15:43 2013 +0800 linux/386 Please provide any additional information below. I'm running the test on an EEE PC 901 (Atom N270@1.60 GHz x 2, 1 GB RAM). The failure is caused by TestFloat64SpecialCases with cases: "long:1e-400000", "long:-1e-400000",