wasm-micro-runtime/tests
Wenyong Huang 23e1d51587
Fix loader parse block type and calculate dynamic offset for loop args (#3482)
Fix several issues in wasm loader:
- Parse a block's type index with leb int32 instead leb uint32
- Correct dst dynamic offset of loop block arguments for opcode br
  when copying the stack operands to the arguments of loop block
- Free each frame_csp's param_frame_offsets when destroy loader ctx
- Fix compilation error in wasm_mini_loader.c
- Add test cases of failed issues

This PR fixes issue #3467 and #3468.
2024-05-31 11:32:36 +08:00
..
benchmarks Download jetstream src from github instead of browserbench.org (#3196) 2024-03-04 14:20:07 +08:00
fuzz/wasm-mutator-fuzz wasm-mutator-fuzz: Generate more kinds of corpus (#3487) 2024-05-31 11:16:14 +08:00
malformed Add malformed test cases (#3459) 2024-05-21 16:38:34 +08:00
regression/ba-issues Fix loader parse block type and calculate dynamic offset for loop args (#3482) 2024-05-31 11:32:36 +08:00
requirement-engineering Add test cases for the requirements of "gc-aot" feature (#3399) 2024-05-09 16:15:44 +08:00
unit Add unit tests for the tid allocator (#2519) 2023-09-04 13:21:10 +08:00
wamr-compiler Fix AOT shift operations for indirect constants (#2627) 2023-10-11 11:22:34 +08:00
wamr-test-suites Add malformed test cases (#3459) 2024-05-21 16:38:34 +08:00