Skip to content

Commit

Permalink
run-wasi-testsuite.sh: bump wasi-testsuite version
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Apr 17, 2023
1 parent bbb885f commit e7ed965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/run-wasi-testsuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DIR=.wasi-testsuite
fetch() {
REPO=https://github.com/WebAssembly/wasi-testsuite
# prod/testsuite-all branch
REF=3bea9da753ed200eb6a80607cd04d8f74e14732c
REF=6cbd7e21bd40ce3cf405a646956085e2a0cd344c
mkdir "${DIR}"
git -C "${DIR}" init
git -C "${DIR}" fetch --depth 1 ${REPO} ${REF}
Expand Down
4 changes: 3 additions & 1 deletion test/wasi-testsuite-skip.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"WASI Rust tests": {
"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."
"fd_flags_set": "rights system not implemented.",
"close_preopen": "https://github.com/WebAssembly/WASI/pull/522",
"interesting_paths": "loose implementation of path_open."
}
}

0 comments on commit e7ed965

Please sign in to comment.