mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2026-04-24 06:15:00 +00:00
- Replace sys.exit with exceptions for better error handling in test assertions - Update exception handling in compile_wast_to_wasm to catch all exceptions - Improve error messages and logging - Use `--ignore-whitespace` option for git apply in spec_test function - Use raw string notation for regex patterns. *The "SyntaxWarning: invalid escape sequence" in Python The warning has been upgraded to SyntaxWarning since Python 3.12, and it is expected to become a SyntaxError in future versions.* - Add early return for non-loadable AOT compilation to prevent unnecessary assertions - Redirect stderr to stdout in test_case for unified output - Update `create_tmpfiles()` to improve clarity and handling of temporary files |
||
|---|---|---|
| .. | ||
| all.py | ||
| all.sh | ||
| CHANGES | ||
| collect_coverage.sh | ||
| exception_handling.patch | ||
| gc_ignore_cases.patch | ||
| gc_nuttx_tail_call.patch | ||
| ignore_cases.patch | ||
| memory64_ignore_cases.patch | ||
| multi_memory_ignore_cases.patch | ||
| multi_module_aot_ignore_cases.patch | ||
| multi_module_ignore_cases.patch | ||
| runtest.py | ||
| simd_ignore_cases.patch | ||
| thread_proposal_fix_atomic_case.patch | ||
| thread_proposal_ignore_cases.patch | ||
| thread_proposal_remove_memory64_flag_case.patch | ||