Skip to content

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

@kjpou1

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,

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