Closed
Description
The golang.org/x/exp/slog.TestAlloc test is failing:
--- FAIL: TestAlloc (0.00s)
--- FAIL: TestAlloc/2_pairs (0.00s)
logger_test.go:242: got 0 allocs, want 2
--- FAIL: TestAlloc/2_pairs_disabled_inline (0.00s)
logger_test.go:253: got 0 allocs, want 2
--- FAIL: TestAlloc/9_kvs (0.00s)
logger_test.go:277: got 2 allocs, want 11
FAIL
FAIL golang.org/x/exp/slog 0.033s