This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/tests/wamr-test-suites/spec-test-script
Wenyong Huang b5a67cb91e
Fix several issues of document, spec test script and simd (#767)
Fix document issues: add ARC to supported targets, fix how to build wamrc for MacOS.
Fix spec case test script issue: the latest wabt has enabled simd by default, no need to
add "--enable-simd" option for test script.
Fix simd LLVM IR compilation issue: using index calculated by opcode to access array
element should not be out of array boundary, add bh_assert() for it.

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2021-09-29 11:13:38 +08:00
..
tail-call Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +08:00
all.sh Enable wamr-test-suites on MacOS (#740) 2021-09-10 10:11:46 +08:00
CHANGES Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +08:00
ignore_cases.patch Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +08:00
LICENSE Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +08:00
runtest.py Fix several issues of document, spec test script and simd (#767) 2021-09-29 11:13:38 +08:00
simd_ignore_cases.patch Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +08:00
thread_proposal_ignore_cases.patch Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +08:00