golang/go

x/crypto/ssh: test consistently runs out of memory on js-wasm builder

Open

#32,840 opened on Jun 28, 2019

View on GitHub
 (12 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsFixOS-JSTestingarch-wasmhelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The golang.org/x/crypto/ssh test consistently fails on the js-wasm builder with the error message runtime: out of memory: cannot allocate 8192-byte block.

Can the test be made to fit within the runtime on that architecture? If not, it should be skipped, instead of continuing to fail and potentially masking more serious problems.

CC @hanwen @neelance @FiloSottile

Contributor guide