wasm-micro-runtime/tests/wamr-test-suites/spec-test-script
Wenyong Huang 16a4d71b34
Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125)
Implement the GC (Garbage Collection) feature for interpreter mode,
AOT mode and LLVM-JIT mode, and support most features of the latest
spec proposal, and also enable the stringref feature.

Use `cmake -DWAMR_BUILD_GC=1/0` to enable/disable the feature,
and `wamrc --enable-gc` to generate the AOT file with GC supported.

And update the AOT file version from 2 to 3 since there are many AOT
ABI breaks, including the changes of AOT file format, the changes of
AOT module/memory instance layouts, the AOT runtime APIs for the
AOT code to invoke and so on.
2024-02-06 20:47:11 +08:00
..
all.py Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 2024-02-06 20:47:11 +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 Enable to collect code coverage of samples/simple (#2003) 2023-03-07 08:45:03 +08:00
exception_handling.patch Implement Exception Handling for classic interpreter (#3096) 2024-01-31 08:27:17 +08:00
gc_ignore_cases.patch Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 2024-02-06 20:47:11 +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 Fix result arity check on select_t opcode (#2406) 2023-07-31 18:20:11 +08:00
multi_module_aot_ignore_cases.patch Fix several typo/warning/unused-code issues (#2655) 2023-10-24 09:19:45 +08:00
runtest.py Implement GC (Garbage Collection) feature for interpreter, AOT and LLVM-JIT (#3125) 2024-02-06 20:47:11 +08:00
simd_ignore_cases.patch Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +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