numba / llvmlite

A lightweight LLVM python binding for writing JIT compilers
https://llvmlite.pydata.org/
BSD 2-Clause "Simplified" License
1.92k stars 316 forks source link

Many tests fail #1015

Open yurivict opened 11 months ago

yurivict commented 11 months ago

Reporting a bug

log

Version: 0.41.1 llvm-14 python-3.9 FreeBSD 13.2

esc commented 11 months ago

@yurivict thank you for your message. I looked at the failures from the log and they seem to be mostly formatting related? llvmlite is an older project that doesn't exactly conform to the black coding standard. Also, the mypy support is experimental, so I wouldn't expect that to run error-free. In addition we don't officially support *BSD -- IIRC the support for those platforms is community based and we don't test on the platforms, so YMMV. I have labeled this as a feature request for now.

gmarkall commented 11 months ago

Running tests for llvmlite is documented here: https://llvmlite.readthedocs.io/en/latest/admin-guide/install.html#installing

Do you still get any test fails when running the tests as shown in the link?