We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b389b9 commit f6c759cCopy full SHA for f6c759c
GNUmakefile
@@ -379,6 +379,7 @@ TEST_PACKAGES_FAST = \
379
# crypto/des fails on wasi, needs panic()/recover()
380
# crypto/hmac fails on wasi, it exits with a "slice out of range" panic
381
# debug/plan9obj requires os.ReadAt, which is not yet supported on windows
382
+# encoding/xml takes a minute on linux and gives a stack overflow on wasi
383
# image requires recover(), which is not yet supported on wasi
384
# io/ioutil requires os.ReadDir, which is not yet supported on windows or wasi
385
# mime: fail on wasi; neds panic()/recover()
@@ -401,6 +402,7 @@ TEST_PACKAGES_LINUX := \
401
402
crypto/hmac \
403
debug/dwarf \
404
debug/plan9obj \
405
+ encoding/xml \
406
image \
407
io/ioutil \
408
mime \
0 commit comments