wasm-micro-runtime/tests
liang.he 06ea960e76
fix(runtest.py): A workaround to bypass errors that occur when deleting temporary files (#4093)
- 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
2025-03-20 14:25:13 +08:00
..
benchmarks Fix compile errors on workload bwa and benchmark jetstream (#3617) 2024-07-12 16:58:10 +08:00
fuzz/wasm-mutator-fuzz feat: add support for EXTERNREF value type and enable AOT validator in fuzz tests (#4083) 2025-02-17 13:34:18 +08:00
malformed Add malformed test cases (#3459) 2024-05-21 16:38:34 +08:00
regression/ba-issues wasm loader: Fix pop invalid offset count when stack top is ANY (#3516) 2024-06-14 16:22:08 +08:00
requirement-engineering Add test cases for the requirements of "gc-aot" feature (#3399) 2024-05-09 16:15:44 +08:00
standalone Fix compilation errors (#3549) 2024-06-20 12:33:52 +08:00
unit fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
wamr-compiler Fix AOT shift operations for indirect constants (#2627) 2023-10-11 11:22:34 +08:00
wamr-test-suites fix(runtest.py): A workaround to bypass errors that occur when deleting temporary files (#4093) 2025-03-20 14:25:13 +08:00