From aed8116b2212ca38fbeca725da937f9dd7875b1b Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Thu, 16 Apr 2026 11:53:50 -0700 Subject: [PATCH] GNUmakefile: add context and expvar to stdlib tests --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 45e42d76e..228984b9f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -344,6 +344,7 @@ TEST_PACKAGES_FAST = \ encoding/base64 \ encoding/csv \ encoding/hex \ + expvar \ go/ast \ go/format \ go/scanner \ @@ -397,6 +398,7 @@ TEST_PACKAGES_FAST = \ TEST_PACKAGES_LINUX := \ archive/zip \ compress/flate \ + context \ crypto/aes \ crypto/des \ crypto/hmac \ @@ -439,6 +441,7 @@ TEST_PACKAGES_NONWASM = \ crypto/ecdsa \ debug/macho \ embed/internal/embedtest \ + expvar \ go/format \ os \ testing \