Fix allocator memory alignment (#8800)

* Fix allocator memory alignment

* Run `test_ops.py` using LLVM and CLANG on Windows
This commit is contained in:
FICTURE7
2025-01-29 22:03:17 +04:00
committed by GitHub
parent 50ba2bb642
commit ec120ce6b9
2 changed files with 8 additions and 4 deletions

View File

@@ -662,11 +662,11 @@ jobs:
- name: Run pytest (llvm)
shell: bash
run: |
DEBUG=5 LLVM=1 python -m pytest -n=auto test/test_tiny.py --durations=20
DEBUG=5 LLVM=1 python -m pytest -n=auto test/test_tiny.py test/test_ops.py --durations=20
- name: Run pytest (clang)
shell: bash
run: |
DEBUG=5 CLANG=1 python -m pytest -n=auto test/test_tiny.py --durations=20
DEBUG=5 CLANG=1 python -m pytest -n=auto test/test_tiny.py test/test_ops.py --durations=20
#testunicorn:
# name: ARM64 unicorn Test