Skip to content

Commit

Permalink
wasi-testsuite-skip.json: update
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Aug 28, 2023
1 parent ed14c4a commit e677e6f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/wasi-testsuite-skip.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"fd_filestat_get": "https://github.com/WebAssembly/wasi-testsuite/pull/59",
"fd_filestat_set": "intentional limitations due to the use of legacy (non openat family) functions.",
"fd_flags_set": "rights system not implemented.",
"interesting_paths": "loose implementation of path_open."
"interesting_paths": "loose implementation of path_open.",
"path_filestat": "rights system not implemented.",
"path_link": "intentional limitations due to the use of legacy (non openat family) functions.",
"path_open_read_without_rights": "rights system not implemented.",
"symlink_create": "this implementation doesn't care symlink contents",
"symlink_filestat": "rights system not implemented.",
"truncation_rights": "rights system not implemented."
}
}

0 comments on commit e677e6f

Please sign in to comment.