A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/simonw/sqlite-fts4/issues/6 below:

Test test_underlying_decode_matchinfo fails on PPC64 and s390x on openSUSE · Issue #6 · simonw/sqlite-fts4 · GitHub

We have got failed builds at openSUSE for the architectures PPC64 and s390x.
The test test_underlying_decode_matchinfo has got the following information:

[   67s] =================================== FAILURES ===================================
[   67s] _ test_underlying_decode_matchinfo[\x01\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00-expected0] _
[   67s] 
[   67s] buf = b'\x01\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00'
[   67s] expected = (1, 2, 2, 2)
[   67s] 
[   67s]     @pytest.mark.parametrize(
[   67s]         "buf,expected",
[   67s]         [
[   67s]             (
[   67s]                 b"\x01\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00",
[   67s]                 (1, 2, 2, 2),
[   67s]             )
[   67s]         ],
[   67s]     )
[   67s]     def test_underlying_decode_matchinfo(buf, expected):
[   67s] >       assert expected == decode_matchinfo(buf)
[   67s] E       assert (1, 2, 2, 2) == (16777216, 33...432, 33554432)
[   67s] E         At index 0 diff: 1 != 16777216
[   67s] E         Full diff:
[   67s] E         - (16777216, 33554432, 33554432, 33554432)
[   67s] E         + (1, 2, 2, 2)
[   67s] 
[   67s] tests/test_sqlite_fts4.py:67: AssertionError

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4