This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/64683] FAIL: runtime/pprof -- testing.go:278: The entry did not match
- From: "ian at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 20 Jan 2015 16:12:09 +0000
- Subject: [Bug go/64683] FAIL: runtime/pprof -- testing.go:278: The entry did not match
- Auto-submitted: auto-generated
- References: <bug-64683-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64683
--- Comment #5 from ian at gcc dot gnu.org <ian at gcc dot gnu.org> ---
Author: ian
Date: Tue Jan 20 16:11:36 2015
New Revision: 219900
URL: https://gcc.gnu.org/viewcvs?rev=219900&root=gcc&view=rev
Log:
PR go/64683
runtime/pprof: Let memory profiler test pass if value not collected.
Since gccgo's GC is not precise, the transient value may not
be collected. Let the regexp match that case as well.
Modified:
trunk/libgo/go/runtime/pprof/mprof_test.go