diff options
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/malloc_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/malloc_test.go b/src/runtime/malloc_test.go index 22ed23c7de..1cf3d90004 100644 --- a/src/runtime/malloc_test.go +++ b/src/runtime/malloc_test.go @@ -854,6 +854,9 @@ func TestMkmalloc(t *testing.T) { } func TestScanAllocIssue77573(t *testing.T) { + if asan.Enabled { + t.Skip("extra allocations with -asan causes this to fail") + } verifyScanAlloc := func(t *testing.T, f func(), expectSize uintptr) { runtime.Acquirem() defer runtime.Releasem() |
