Skip to content

Commit f6c759c

Browse files
dgryskideadprogram
authored andcommitted
GNUmakefile: add encoding/xml to stdlib tests on Linux
1 parent 4b389b9 commit f6c759c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GNUmakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ TEST_PACKAGES_FAST = \
379379
# crypto/des fails on wasi, needs panic()/recover()
380380
# crypto/hmac fails on wasi, it exits with a "slice out of range" panic
381381
# 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
382383
# image requires recover(), which is not yet supported on wasi
383384
# io/ioutil requires os.ReadDir, which is not yet supported on windows or wasi
384385
# mime: fail on wasi; neds panic()/recover()
@@ -401,6 +402,7 @@ TEST_PACKAGES_LINUX := \
401402
crypto/hmac \
402403
debug/dwarf \
403404
debug/plan9obj \
405+
encoding/xml \
404406
image \
405407
io/ioutil \
406408
mime \

0 commit comments

Comments
 (0)