Synchronize the GC spec tests to the commit from December 9. 2024. (#4022)
- Synchronize the GC spec tests to the commit from December 9. 2024. - Revise the error messages to be consistent with the spec test cases. - bypass gc spec test on the nuttx platform as a workaround
This commit is contained in:
@ -100,7 +100,12 @@ def ignore_the_case(
|
||||
return True
|
||||
|
||||
if gc_flag:
|
||||
if case_name in ["array_init_elem", "array_init_data"]:
|
||||
if case_name in [
|
||||
"array_init_elem",
|
||||
"array_init_data",
|
||||
"array_new_data",
|
||||
"array_new_elem"
|
||||
]:
|
||||
return True
|
||||
|
||||
if sgx_flag:
|
||||
|
||||
Reference in New Issue
Block a user