]> Cypherpunks repositories - gostls13.git/commit
mime: disable TestLookupMallocs with ASAN
authorMichael Anthony Knyszek <mknyszek@google.com>
Mon, 18 Nov 2024 22:16:57 +0000 (22:16 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 19 Nov 2024 02:54:28 +0000 (02:54 +0000)
commitb09478b9c98857715fcb55ef746ae231b0b7d935
tree5e6c4ac495775de3c3209a423f08e3067394400a
parent3e7cb78800c662b36f9aebf9312ab25b42c2da2a
mime: disable TestLookupMallocs with ASAN

With the synchashtriemap GOEXPERIMENT, this allocates now, but just
under ASAN. That's OK, just skip the test under ASAN.

Fixes #70428.

Change-Id: I1ab4f7c06505c84309946358643715085f0db506
Reviewed-on: https://go-review.googlesource.com/c/go/+/629456
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
src/mime/type_test.go