On Tue, May 1, 2012 at 12:18 PM, Ian Lance Taylor <i...@google.com> wrote: > Andrew Pinski <pins...@gmail.com> writes: > >> I tested the trunk after this patch on mips64-linux-gnu (with glibc >> 2.15) and the testsuite looks good. > > Thanks for testing. > >> FAIL: go.test/test/nilptr.go execution, -O2 -g > > The nilptr.go test is known to fail on various targets. Search for > nilptr in gcc/testsuite/go.test/go-test.exp. Probably we just need to > add mips64 there. > >> === libgo tests === >> >> >> Running target unix >> FAIL: runtime >> FAIL: net/http >> FAIL: text/template >> >> === libgo Summary for unix === >> >> # of expected passes 120 >> # of unexpected failures 3 > > > >> Running target unix/-mabi=64 >> FAIL: net/http >> >> === libgo Summary for unix/-mabi=64 === >> >> # of expected passes 122 >> # of unexpected failures 1
n32 failures: --- FAIL: runtime_test.TestGcSys (0.56 seconds) mfinal_test.go:35: used 4718592 extra bytes mfinal_test.go:37: using too much memory: 4718592 bytes FAIL FAIL: runtime /home/apinski/src/gcc-fsf/local/gcc/libgo/testsuite/gotest: line 448: gotest-timeout: No such file or directory .... panic: test timed out FAIL: net/http ...... --- FAIL: template.TestExecute (0.29 seconds) template.go:531: chained method: unexpected execute error: template: chained method:1: nil pointer evaluating *template.U.TrueFalse template.go:531: chained method on variable: unexpected execute error: template: chained method on variable:1: nil pointer evaluating *template.U.TrueFalse template.go:541: range count: expected "[0]a[1]b[2]c[3]d[4]e" got "" FAIL FAIL: text/template n64: panic: test timed out FAIL: net/http /home/apinski/src/gcc-fsf/local/gcc/libgo/testsuite/gotest: line 448: gotest-timeout: No such file or directory > > > I don't know what is going on with these failures. > > Ian