wasm-micro-runtime/test-tools
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
..
addr2line fix(runtest.py): A workaround to bypass errors that occur when deleting temporary files (#4093) 2025-03-20 14:25:13 +08:00
aot-analyzer fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
append-aot-to-wasm fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
binarydump-tool avoid Windows perform newline translation (#4128) 2025-03-07 08:22:12 +08:00
dynamic-aot-debug fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
flame-graph-helper Enhance wasm loading with LoadArgs and support module names (#3265) 2024-04-07 15:04:35 +08:00
ip2function Implement option for skipping function index in the callstack (#3785) 2024-09-11 16:08:37 +08:00
pick-up-emscripten-headers fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
wamr-ide fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
.gitignore Implement SIMD latest opcodes and update LLVM to 13.0 (#758) 2021-09-17 19:12:57 +08:00