numba / llvmlite

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

Many tests fail #1015

Open yurivict opened 1 year ago

yurivict commented 1 year ago

Reporting a bug

log

Version: 0.41.1 llvm-14 python-3.9 FreeBSD 13.2

esc commented 1 year 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 1 year 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?