Update spec test cases to latest version (#889)

Update spec test cases to commit 2460ad02b51fb5ed5824f44de287a8638b19a5f8,
and modify wamr test suite script as the SIMD cases have been added into spec
main repo by default, no need to clone SIMD repo again when testing SIMD.
This commit is contained in:
liang.he
2021-12-15 14:39:54 +08:00
committed by GitHub
parent bbaf0a3c37
commit e70867c64f
3 changed files with 68 additions and 111 deletions

View File

@ -3342,6 +3342,7 @@ create_sections(const uint8 *buf, uint32 size, WASMSection **p_section_list,
if (last_section_index != (uint8)-1
&& (section_index <= last_section_index)) {
set_error_buf(error_buf, error_buf_size,
"unexpected content after last section or "
"junk after last section");
return false;
}