You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3266: Return ENotCapable error when accessing unknown files on root (for #3263 and #3264) r=ptitSeb a=ptitSeb
Fixes for wasm.fyi tests:
* When accessing bad path from the root, return ENOTCAPABLE error instead of ENOENT (root can only contains pre-openned folder, no other capability)
* Accessing ROOT for other things then entering folder should result in ENOTCAPABLE
Co-authored-by: ptitSeb <sebastien.chev@gmail.com>
With no folder preopenned, openning a file from current folder should result in an error
ENOTCAPABLE
and no file openned.here is the code
fopen-working-directory.zip
And attached the wasm file, that expect to be run with
fopen-working-directory.c
existing in current folder.The text was updated successfully, but these errors were encountered: