gcc/libgo/go/runtime/pprof
Ian Lance Taylor 73cb399d51 re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match)
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.

From-SVN: r219900
2015-01-20 16:11:36 +00:00
..
mprof_test.go re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match) 2015-01-20 16:11:36 +00:00
pprof_test.go
pprof.go