wasm-micro-runtime/tests
Wenyong Huang 0a80cc4e94
Fix wasm loader check data segment count (#3492)
When datacount section exists, loader will check whether the data count
read from data segment section is same with the data count read from
datacount section, but the value of latter can be 0, loader should not
skip the check when the latter is 0. This fixes #3491.

And fix handle_name_section return value not checked issue and early
return true issue after handle_name_section.

And also add the failed case in #3491 to ba-issues.
2024-06-03 19:48:11 +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 wasm loader check data segment count (#3492) 2024-06-03 19:48:11 +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