Skip to content

[browser] File System Emscripten's errno values are based on WASI #39955

Description

@kjpou1

Emscripten's errno values are based on WASI which uses 44 for ENOENT.

This is not the value that is expected in the NotFoundErrorIsExpected test.

This issue is opened to make sure the skipping of this test is addressed.

emscripten-core/emscripten#10157

Error numbers defined in the wasm runtime code.

var ERRNO_CODES={EPERM:63,ENOENT:44,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

arch-wasmWebAssembly architectureuntriagedNew issue has not been triaged by the area owner

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions