mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 18:53:29 +00:00
GNUmakefile: add encoding/xml to stdlib tests on Linux
This commit is contained in:
@@ -379,6 +379,7 @@ TEST_PACKAGES_FAST = \
|
|||||||
# crypto/des fails on wasi, needs panic()/recover()
|
# crypto/des fails on wasi, needs panic()/recover()
|
||||||
# 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
|
||||||
|
# encoding/xml takes a minute on linux and gives a stack overflow on wasi
|
||||||
# image requires recover(), which is not yet supported on wasi
|
# image requires recover(), which is not yet supported on wasi
|
||||||
# io/ioutil requires os.ReadDir, which is not yet supported on windows or wasi
|
# io/ioutil requires os.ReadDir, which is not yet supported on windows or wasi
|
||||||
# mime: fail on wasi; neds panic()/recover()
|
# mime: fail on wasi; neds panic()/recover()
|
||||||
@@ -401,6 +402,7 @@ TEST_PACKAGES_LINUX := \
|
|||||||
crypto/hmac \
|
crypto/hmac \
|
||||||
debug/dwarf \
|
debug/dwarf \
|
||||||
debug/plan9obj \
|
debug/plan9obj \
|
||||||
|
encoding/xml \
|
||||||
image \
|
image \
|
||||||
io/ioutil \
|
io/ioutil \
|
||||||
mime \
|
mime \
|
||||||
|
|||||||
Reference in New Issue
Block a user