golang/go

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

Open

#32 840 ouverte le 28 juin 2019

Voir sur GitHub
 (12 commentaires) (0 réactions) (0 assignés)Go (19 008 forks)batch import
NeedsFixOS-JSTestingarch-wasmhelp wanted

Métriques du dépôt

Stars
 (133 883 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur