This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/64725] New: FAIL: libgo/runtime TestFinalizerType testing.go:278: #2: finalizer for type func(*int) didn't run
- From: "vries at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 22 Jan 2015 09:46:29 +0000
- Subject: [Bug go/64725] New: FAIL: libgo/runtime TestFinalizerType testing.go:278: #2: finalizer for type func(*int) didn't run
- Auto-submitted: auto-generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64725
Bug ID: 64725
Summary: FAIL: libgo/runtime TestFinalizerType testing.go:278:
#2: finalizer for type func(*int) didn't run
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: go
Assignee: ian at airs dot com
Reporter: vries at gcc dot gnu.org
CC: cmang at google dot com
libgo.log (non-m32 part):
...
--- FAIL: TestFinalizerType (4.02s)
testing.go:278: #2: finalizer for type func(*int) didn't run
FAIL
FAIL: runtime
/home/vries/gcc_versions/data/ref-master-15-01-21/src/libgo/testsuite/gotest:
line 514: gotest-timeout: No such file or directory
...
configure line:
...
$ ./gcc/xgcc -v
Using built-in specs.
COLLECT_GCC=./gcc/xgcc
Target: x86_64-unknown-linux-gnu
Configured with: src/configure --prefix=install --with-cloog=infra
--with-ppl=infra --with-gmp=infra --with-mpfr=infra --with-mpc=infra
--with-isl=infra --enable-checking=yes,rtl
--enable-languages=c,fortran,ada,java,objc,c++,go,obj-c++
Thread model: posix
gcc version 5.0.0 20150121 (experimental) (GCC)
...
Using r219928
I've run the libgo testsuite twice more. The first time the FAIL dissapeared.
The second time it reappeared, but without the gotest-timeout message.