Makefile: tinygo-test: skip compress/flate test on windows for now

Lets us move forward until
https://github.com/tinygo-org/tinygo/issues/2762
is fixed.
Этот коммит содержится в:
Dan Kegel 2022-04-18 07:31:43 -07:00 коммит произвёл Ron Evans
родитель e09b1d06f5
коммит c89f026532

Просмотреть файл

@ -216,7 +216,6 @@ test: wasi-libc
# Standard library packages that pass tests on darwin, linux, wasi, and windows, but take over a minute in wasi
TEST_PACKAGES_SLOW = \
compress/bzip2 \
compress/flate \
crypto/dsa \
index/suffixarray \
@ -269,10 +268,12 @@ TEST_PACKAGES_FAST = \
# debug/plan9obj requires os.ReadAt, which is not yet supported on windows
# io/fs requires os.ReadDir, which is not yet supported on windows or wasi
# testing/fstest requires os.ReadDir, which is not yet supported on windows or wasi
# compress/flate fails windows go 1.18, https://github.com/tinygo-org/tinygo/issues/2762
# Additional standard library packages that pass tests on individual platforms
TEST_PACKAGES_LINUX := \
archive/zip \
compress/flate \
debug/dwarf \
debug/plan9obj \
io/fs \