toxcore/auto_tests
Gregory Mullen (grayhatter) 6f3e689eeb
Fix a few issues with running Toxcore tests on Travis-CI
> increased the timeout for TCP tests because per @irungentoo the network on Travis-CI can be slow sometimes

> allowed groupchats test to restart on error until timeout This had to be done because current groupchats are fundamentally broken and 3/5 times they'll 'net-split' on connect

>> Drop group chat tests, add comment to the reason

> added some debugging information to TCP tests, and a #define to force IPV6 (Travis-CI only uses IPv4 on their containers) and decreased the itr interval

> Went crazy with timeouts for Tox network stuff on Travis. Tests on TCP will still randomly fail due to timeouts. I can't reproduce on any local system. So again per @irungentoo, Travis is slow, let's offer it a short bus.
2016-08-11 14:41:57 -07:00
..
assoc_test.c Removed a useless define. 2015-08-07 20:53:53 -04:00
crypto_test.c Realised there was no test to test these functions. 2016-01-30 21:56:54 -05:00
dht_test.c Test fix. 2016-01-04 22:59:29 -05:00
encryptsave_test.c Silence/fix some compiler warnings. 2016-08-10 13:52:40 +01:00
friends_test.c Friend request callback now contains the Tox object. 2014-03-16 13:24:39 -04:00
helpers.h Merge branch 'remove-sort_list' of https://github.com/pyruvate/toxcore 2014-08-09 17:35:23 -04:00
Makefile.inc Added many test and fixed various warnings 2015-04-30 00:40:30 +02:00
messenger_test.c Changed gramatically incorrect comment in messenger_test 2015-10-23 22:54:22 +02:00
network_test.c Move argument comments to the end of line 2016-02-27 14:32:49 -05:00
onion_test.c Onion test fixed to work with faster DHT. 2015-12-15 14:58:36 -05:00
skeleton_test.c Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitions 2014-08-09 11:33:20 +03:00
TCP_test.c fix: compare sensitive data with sodium_memcmp 2016-01-27 02:14:59 +03:00
tox_test.c Fix a few issues with running Toxcore tests on Travis-CI 2016-08-11 14:41:57 -07:00
toxav_basic_test.c Astyle. 2015-11-03 13:42:05 -05:00
toxav_many_test.c Astyle. 2015-11-03 13:42:05 -05:00