
3 Aug
2017
3 Aug
'17
7:24 a.m.
Peter Krempa <pkrempa@redhat.com> [2017-08-02, 05:39PM +0200]:
It turns out that our implementation of the hashing function is endian-dependent and thus if used on various architectures the testsuite may have different results. Work this around by mocking virHashCodeGen to something which does not use bit operations instead of just setting a deterministic seed.
This does fix the issue on S390. Anyways, I'd also like to see the tests fixed that rely on the ordering of the hash table. And code that uses the hash table should be tested that it does NOT rely on the ordering. Tested-by: Bjoern Walk <bwalk@linux.vnet.ibm.com>