Skip to content

Commit

Permalink
test_wamr.sh: bump wasi-testsuite version
Browse files Browse the repository at this point in the history
On posix-like platforms, the rest of wasi-threads tests
should pass after the recent changes including the following PRs:

bytecodealliance#2516
bytecodealliance#2524
bytecodealliance#2529
  • Loading branch information
yamt committed Sep 22, 2023
1 parent 06527f7 commit c266243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/wamr-test-suites/test_wamr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ PLATFORM=$(uname -s | tr A-Z a-z)
PARALLELISM=0
ENABLE_QEMU=0
QEMU_FIRMWARE=""
WASI_TESTSUITE_COMMIT="aca78d919355ae00af141e6741a439039615b257"
# prod/testsuite-all branch
WASI_TESTSUITE_COMMIT="cf64229727f71043d5849e73934e249e12cb9e06"

while getopts ":s:cabgvt:m:MCpSXxwPGQF:" opt
do
Expand Down

0 comments on commit c266243

Please sign in to comment.