]> Cypherpunks repositories - gostls13.git/commit
runtime/race: fix finalizer tests
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 24 Feb 2014 14:12:46 +0000 (18:12 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 24 Feb 2014 14:12:46 +0000 (18:12 +0400)
commitf6d18c5ee93c6711b12e932c79a7e1a8374c7d45
tree65b6881c5327f38ccb128b0723209faf046f9c0c
parent699aa37d033b6f94f106152aaf17d05849fed2dd
runtime/race: fix finalizer tests
After "runtime: combine small NoScan allocations" finalizers
for small objects run more non deterministically.
TestRaceFin episodically fails on my darwin/amd64.

LGTM=khr
R=golang-codereviews, khr, dave
CC=golang-codereviews
https://golang.org/cl/56970043
src/pkg/runtime/race/testdata/finalizer_test.go