Skip to content

syscall: many tests failing due to ENOSYS Pipe on js,wasm #25913

Closed
@bradfitz

Description

@bradfitz

https://build.golang.org/log/bf6cae84b57c5946f94da6f3291cb90281882f34

On js/wasm, syscall/fs_js.go is:

func Pipe(fd []int) error {
        return ENOSYS
}

That causes many tests to fail.

I thought we were going to use the nacl code here? Did too much of that get ripped out?

/cc @neelance

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions