mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-11 20:21:11 +00:00
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:
parent
efb5cca93d
commit
94f276eab0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user