]> Cypherpunks repositories - gostls13.git/commit
runtime: re-enable TestArenaCollision on darwin in race mode
authorTobias Klauser <tklauser@distanz.ch>
Thu, 9 Jan 2020 09:57:46 +0000 (10:57 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 15 Jan 2020 17:53:43 +0000 (17:53 +0000)
commit3743d2127040c283114a247da1319c3155a81f10
tree3bb9553060e66c9c1d10b697c4b26355477a20a9
parentee55dd6b647aab616b0819410563767f8552c082
runtime: re-enable TestArenaCollision on darwin in race mode

Go 1.14 will drop support for macOS 10.10, see #23011

This reverts CL 155097

Updates #26475
Updates #29340

Change-Id: I64d0275141407313b73068436ee81d13eacc4c76
Reviewed-on: https://go-review.googlesource.com/c/go/+/214058
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/malloc_test.go