go/src/mime
Michael Anthony Knyszek b09478b9c9 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>
2024-11-19 02:54:28 +00:00
..
multipart all: use slices.Sorted(maps.Keys(m)) 2024-10-02 14:22:59 +00:00
quotedprintable all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
testdata
encodedword.go mime: add available godoc link 2024-08-03 01:05:26 +00:00
encodedword_test.go
example_test.go
grammar.go
mediatype.go all: use slices.Sorted(maps.Keys(m)) 2024-10-02 14:22:59 +00:00
mediatype_test.go go,internal,io,mime: use slices and maps to clean tests 2024-07-25 00:22:14 +00:00
type.go all: change from sort functions to slices functions where feasible 2024-05-23 01:00:11 +00:00
type_dragonfly.go
type_freebsd.go
type_openbsd.go
type_plan9.go
type_test.go mime: disable TestLookupMallocs with ASAN 2024-11-19 02:54:28 +00:00
type_unix.go
type_unix_test.go
type_windows.go