-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests test_iter3 and test_iter2 fails on big endian #142
Comments
Thank you for reporting this problem. Can anybody help to debug? |
@mcepl How can we debug this? |
Tell me which logs and other information I should collect? |
@mcepl re logs. Last I checked in my cave, I could not find any leftover mainframe in a corner to use to run tests ;) 😇 |
See https://build.opensuse.org/package/show/devel:languages:python/python-pyahocorasick ... if I can just run the test suite, I can run it on all these (and probably some other) platforms. |
@mcepl thanks... the basic test suite is with make test (for py2 and py3) or just make test3 for Python 3 only. that's for the latest master code and the latest 1.4.4 release. The set of extended tests are listed in https://github.com/WojciechMula/pyahocorasick/blob/master/release_checklist.txt |
I see your run them with pytest per:
|
I have no particular problem with unittest v. pytest, but I am not big fan of other testing packages (nose2, or some other ones, and nose1 is dead and being removed from openSUSE this week). |
Still having issue on s390x (Python 3.12, pyahocorasick-2.0.0)
|
You can run an s390x container using qemu-user-static to test this locally.
|
This blocks the Fedora Golang Special Interest Group from adopting scancode as the default backend for our license tooling, as we still need to support s390x. |
While building packages for openSUSE, test suite fails on all big endian architectures (
ppc64
,s390x
, andarmv7l
):Complete build on PPC64 with all details
The text was updated successfully, but these errors were encountered: