wasm-micro-runtime/tests/wamr-test-suites/spec-test-script
liang.he b2eb7d838d
Update spec test to latest commit (#3293)
- Update spec test cases to commit bc76fd79cfe61033d7f4ad4a7e8fc4f996dc5ba8 on Apr. 3
- Update wabt binary to 1.0.34 to support newer spec cases
- Add comparison between table declared elem type and table elem segment value type
- Add a function to decide whether to execute test cases in a running mode
- Keep using interpreter in GC spec because wat2wasm in wabt can't compile if.wast w/o errors
- Re-factoring threads spec test case processing
- Since wabt 1.0.34 release isn't compatible with ubuntu 20.04, compile it from source code
- Disable CI to run aot multi-module temporarily, and will enable it in another PR
2024-05-17 10:40:47 +08:00
..
all.py Update spec test to latest commit (#3293) 2024-05-17 10:40:47 +08:00
all.sh Enhance spec test workflow to support x86_32 target (#787) 2021-10-15 17:05:07 +08:00
CHANGES Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +08:00
collect_coverage.sh Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
exception_handling.patch Update spec test to latest commit (#3293) 2024-05-17 10:40:47 +08:00
gc_ignore_cases.patch Enhance GC subtyping checks (#3317) 2024-04-18 12:32:01 +08:00
gc_nuttx_tail_call.patch Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 2024-02-06 20:47:11 +08:00
ignore_cases.patch Update spec test to latest commit (#3293) 2024-05-17 10:40:47 +08:00
memory64_ignore_cases.patch Update spec test to latest commit (#3293) 2024-05-17 10:40:47 +08:00
multi_module_aot_ignore_cases.patch Update spec test to latest commit (#3293) 2024-05-17 10:40:47 +08:00
runtest.py Update spec test to latest commit (#3293) 2024-05-17 10:40:47 +08:00
simd_ignore_cases.patch Update spec test to latest commit (#3293) 2024-05-17 10:40:47 +08:00
thread_proposal_fix_atomic_case.patch Fix threads spec test issues (#1586) 2022-10-13 13:53:09 +08:00
thread_proposal_ignore_cases.patch Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 2024-02-06 20:47:11 +08:00
thread_proposal_remove_memory64_flag_case.patch Implement Memory64 support for AOT (#3362) 2024-05-13 11:03:38 +08:00