toxcore/auto_tests
zugz (tox) efff822aef
Disable failing TCP server test
The test's intermittent failure may well be exposing a real bug in the
TCP relay and/or onion systems, but we can't find the bug, and keeping
the test is disrupting our CI.
2019-04-01 19:43:32 +02:00
..
data Add save file generator, save compatibility test, and generate a save file 2018-08-19 10:38:51 +00:00
bootstrap_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
BUILD.bazel Make the save_compatibility_test work with bazel. 2018-08-19 22:08:02 +00:00
check_compat.h Standardise header guards. 2018-09-14 19:09:10 +00:00
conference_av_test.c add API function to test whether av is enabled 2019-02-10 00:00:00 +00:00
conference_double_invite_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
conference_peer_nick_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
conference_simple_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
conference_test.c Expose api functions for enabling and disabling AV in AV groups 2019-02-10 00:00:00 +00:00
conference_two_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
crypto_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
dht_test.c Use (void) for empty parameter lists in C. 2018-09-08 10:59:30 +00:00
encryptsave_test.c Added test and patch for VLA stack overflow vuln. 2019-01-03 11:13:27 +00:00
file_saving_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
file_transfer_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
friend_connection_test.c Add mechanism for recovering from disconnections in conferences 2018-09-05 20:56:26 +02:00
friend_request_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
invalid_tcp_proxy_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
invalid_udp_proxy_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
lan_discovery_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
lossless_packet_test.c Add mechanism for recovering from disconnections in conferences 2018-09-05 20:56:26 +02:00
lossy_packet_test.c Add mechanism for recovering from disconnections in conferences 2018-09-05 20:56:26 +02:00
Makefile.inc Expose api functions for enabling and disabling AV in AV groups 2019-02-10 00:00:00 +00:00
messenger_test.c Make saving and loading the responsibility of Tox rather than Messenger 2018-10-20 11:03:10 +02:00
network_test.c Avoid use of IPv6 in tests if not supported (e.g. on Travis). 2018-10-06 21:27:02 +00:00
onion_test.c Use (void) for empty parameter lists in C. 2018-09-08 10:59:30 +00:00
overflow_recvq_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
overflow_sendq_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
reconnect_test.c Add mechanism for recovering from disconnections in conferences 2018-09-05 20:56:26 +02:00
run_auto_test.h Expose api functions for enabling and disabling AV in AV groups 2019-02-10 00:00:00 +00:00
save_compatibility_test.c Avoid format truncation in save compatibility test 2018-11-23 18:09:45 +01:00
save_friend_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
save_load_test.c ensure save data unchanged after save and load 2018-10-11 00:21:39 +02:00
send_message_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
set_name_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
set_status_message_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
skeleton_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
tcp_relay_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
TCP_test.c Fix typos 2018-09-19 18:16:13 +00:00
tox_many_tcp_test.c Disable failing TCP server test 2019-04-01 19:43:32 +02:00
tox_many_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
tox_one_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
tox_strncasecmp_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
toxav_basic_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
toxav_many_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
typing_test.c Consistently use camel case enum names. 2018-10-09 17:33:37 +00:00
version_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00