Hi, > Do you mind if we CC to [email protected] next time?
No I don't. >> I have a couple of more tests you can try (append to the already patched >> tthsum). >> >> http://tthsum.devs.nu/pkg/hector517619-2.patch > > It does not cleanly apply... but... Oh, yes, I must've converted some tabs to spaces by accident. > + tiger_test: ... >>>> thex_test.c:52: memcmp: mismatch on >>>> YWCGBHG5J26IDNFH3M55MR7674GYLSBXBWITCZA != >>>> LAVDEGOBOQOJSI5WHYARNNDIVO2NK7XPLNG5UVY: >>>> 582k3219m1741.9923l63o011.l468kll4n.7oop5l4nnk57 >>>> thex_test.c:52: memcmp: mismatch on >>>> OQMPMBCCCTSJJSKNO3FGFZX4T636THZB57UT7HI != >>>> 2U6ZRJMXBSWPUUW2UD3HWPNMTJOHV2NEC2GLRVY: >>>> n53n98k5970mkmpk52nkk0p67l3nk..k5m7ko9k4168ml8n7 Above are the two failing tests from last time. Here the tests start failing already when j (buffer size) hits 128. >>>> thex_test.c:52: memcmp: mismatch on >>>> X5C3YFVGM3EBIMALD7KQECMIFYHY6DZWJ24WHDI != >>>> 4677QGRJAEKBBQ5PAUWJ7TFRM5JZPWBV35777AA: >>>> o7lpp8.k290114.0m3kp052m9pmml1675397n8.5np7ppp.0 ... they all fail ... >>>> thex_test.c:52: memcmp: mismatch on >>>> YVO7ZYXF2OBAKX33EL35FXUXXTLEFNK5N3BDAGQ != >>>> NWW2CWDTVTQWQJ27W5V5Y5APKAY4EA6F6VP7HIQ: >>>> 6nk.k15873kmo168275pl76l.m740p5031m.03m5p55pp3k2 > + thex_test: .FF .. up to the last, where j is 512k. > Also -funsigned-char and -fsigned-char in the Makefile fails with same as > above. As expected. > As a cosmetic thing, I am getting this warning: > gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS -funsigned-char > -fomit-frame-pointer -O3 -Wall -c thex_test.c -o > obj-unix/thex_test.o > thex_test.c: In function ‘test_longer_hashes’: > thex_test.c:130: warning: left-hand operand of comma expression has no > effect Yes. That should've been "i < 20 || j <= buflen". 't was redundant, so it didn't matter. I'll try and think of something more to test in due time. Regards, Walter -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

