Makefile: compress/lzw seems to work on wasi now.
Этот коммит содержится в:
родитель
4a81cac53b
коммит
d50c54fce0
1 изменённых файлов: 1 добавлений и 3 удалений
4
Makefile
4
Makefile
|
@ -279,6 +279,7 @@ TEST_PACKAGES_SLOW = \
|
||||||
|
|
||||||
# Standard library packages that pass tests quickly on darwin, linux, wasi, and windows
|
# Standard library packages that pass tests quickly on darwin, linux, wasi, and windows
|
||||||
TEST_PACKAGES_FAST = \
|
TEST_PACKAGES_FAST = \
|
||||||
|
compress/lzw \
|
||||||
compress/zlib \
|
compress/zlib \
|
||||||
container/heap \
|
container/heap \
|
||||||
container/list \
|
container/list \
|
||||||
|
@ -331,7 +332,6 @@ endif
|
||||||
# archive/zip requires os.ReadAt, which is not yet supported on windows
|
# archive/zip requires os.ReadAt, which is not yet supported on windows
|
||||||
# bytes requires mmap
|
# bytes requires mmap
|
||||||
# compress/flate appears to hang on wasi
|
# compress/flate appears to hang on wasi
|
||||||
# compress/lzw appears to hang on wasi
|
|
||||||
# crypto/hmac fails on wasi, it exits with a "slice out of range" panic
|
# crypto/hmac fails on wasi, it exits with a "slice out of range" panic
|
||||||
# debug/plan9obj requires os.ReadAt, which is not yet supported on windows
|
# debug/plan9obj requires os.ReadAt, which is not yet supported on windows
|
||||||
# image requires recover(), which is not yet supported on wasi
|
# image requires recover(), which is not yet supported on wasi
|
||||||
|
@ -347,7 +347,6 @@ TEST_PACKAGES_LINUX := \
|
||||||
archive/zip \
|
archive/zip \
|
||||||
bytes \
|
bytes \
|
||||||
compress/flate \
|
compress/flate \
|
||||||
compress/lzw \
|
|
||||||
crypto/hmac \
|
crypto/hmac \
|
||||||
debug/dwarf \
|
debug/dwarf \
|
||||||
debug/plan9obj \
|
debug/plan9obj \
|
||||||
|
@ -364,7 +363,6 @@ TEST_PACKAGES_DARWIN := $(TEST_PACKAGES_LINUX)
|
||||||
|
|
||||||
TEST_PACKAGES_WINDOWS := \
|
TEST_PACKAGES_WINDOWS := \
|
||||||
compress/flate \
|
compress/flate \
|
||||||
compress/lzw \
|
|
||||||
crypto/hmac \
|
crypto/hmac \
|
||||||
strconv \
|
strconv \
|
||||||
text/template/parse \
|
text/template/parse \
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче