Skip to content

Commit

Permalink
test_wamr.sh: Bump wasi-testsuite version (bytecodealliance#2568)
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, bytecodealliance#2571, bytecodealliance#2576 and bytecodealliance#2582.
  • Loading branch information
yamt committed Sep 26, 2023
1 parent ae966d5 commit 9a495ea
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 9a495ea

Please sign in to comment.