File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ TEST_PACKAGES_SLOW = \
221221 index/suffixarray \
222222
223223TEST_PACKAGES_BASE = \
224+ compress/lzw \
224225 compress/zlib \
225226 container/heap \
226227 container/list \
@@ -249,6 +250,7 @@ TEST_PACKAGES_BASE = \
249250 internal/profile \
250251 math \
251252 math/cmplx \
253+ net \
252254 net/http/internal/ascii \
253255 net/mail \
254256 os \
@@ -267,12 +269,15 @@ TEST_PACKAGES := \
267269 $(TEST_PACKAGES_BASE )
268270
269271# archive/zip requires ReadAt, which is not yet supported on windows
272+ # debug/plan9obj requires os.ReadAt, which is not yet supported on windows
270273# io/fs requires os.ReadDir, which is not yet supported on windows or wasi
271274# testing/fstest requires os.ReadDir, which is not yet supported on windows or wasi
272275ifneq ($(OS ) ,Windows_NT)
273276TEST_PACKAGES := \
274277 $(TEST_PACKAGES ) \
275278 archive/zip \
279+ debug/dwarf \
280+ debug/plan9obj \
276281 io/fs \
277282 testing/fstest
278283endif
You can’t perform that action at this time.
0 commit comments