wasm-micro-runtime/tests
liang.he 968fbbb4c9
Fix a compilation error by clang-17 (#4812)
* Fix a compilation error by clang-17

```
variable-sized object may not be initialized
```

clang-17 is the default version on MacOS Tahoe(26.2) on AppleM1
2026-03-03 13:04:47 +08:00
..
benchmarks Modify AOT static PGO to conform to llvm-18 and add a CI job to test static PGO on the coremark benchmark (#4345) 2025-06-12 16:57:11 +08:00
fuzz/wasm-mutator-fuzz fix: disable unsigned integer overflow sanitization (#4785) 2026-01-22 05:40:52 -08:00
malformed Add malformed test cases (#3459) 2024-05-21 16:38:34 +08:00
regression/ba-issues feat: add support for checking unsupported build configurations (#4690) 2025-12-01 17:55:07 +08:00
requirement-engineering Collective fix (#4413) 2025-06-26 10:20:40 +08:00
standalone fix(aot): reserve x18 register on macOS ARM64 (#4775) 2026-01-20 07:30:58 +08:00
unit Fix a compilation error by clang-17 (#4812) 2026-03-03 13:04:47 +08:00
wamr-compiler Fix AOT shift operations for indirect constants (#2627) 2023-10-11 11:22:34 +08:00
wamr-test-suites fix: enhance test case execution handling in test_wamr.sh (#4712) 2025-12-01 17:10:52 +08:00