test_wamr.sh: Bump wasi-testsuite version (#2568)

On posix-like platforms, the rest of wasi-threads tests
should pass after the recent changes including the following PRs:
#2516, #2524, #2529, #2571, #2576 and #2582.
This commit is contained in:
YAMAMOTO Takashi 2023-09-26 10:20:13 +09:00 committed by GitHub
parent efb5cca93d
commit 94f276eab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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