server-skynet-source-3rd-je.../test
Jason Evans df3f27024f Adapt hash tests to big-endian systems.
The hash code, which has MurmurHash3 at its core, generates different
output depending on system endianness, so adapt the expected output on
big-endian systems.  MurmurHash3 code also makes the assumption that
unaligned access is okay (not true on all systems), but jemalloc only
hashes data structures that have sufficient alignment to dodge this
limitation.
2014-03-30 16:27:08 -07:00
..
include/test Fix p_test_fail()'s va_list abuse. 2014-03-29 23:14:32 -07:00
integration Reduce maximum tested alignment. 2014-03-30 11:22:23 -07:00
src Fix p_test_fail()'s va_list abuse. 2014-03-29 23:14:32 -07:00
unit Adapt hash tests to big-endian systems. 2014-03-30 16:27:08 -07:00
test.sh.in Streamline test output. 2013-12-12 14:58:26 -08:00