toxcore/auto_tests
iphydf 94b06818fb
Use do-while instead of while in tests.
This forces all the loop bodies to be executed at least once, which is
harmless since it just means one more tox event loop iteration. This
reduces the jitter we see in coverage measurements, which is partially
caused by loops sometimes being entered and sometimes not (because their
condition happens to randomly already be true).
2018-08-25 15:25:33 +00: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 Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
BUILD.bazel Make the save_compatibility_test work with bazel. 2018-08-19 22:08:02 +00:00
check_compat.h Add test for creating multiple conferences in one tox. 2018-06-19 21:00:26 +00:00
conference_double_invite_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
conference_peer_nick_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
conference_simple_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
conference_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
conference_two_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +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 do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
encryptsave_test.c Fix some printf format specifiers. 2018-08-13 11:02:32 +00:00
file_saving_test.c Limit the size of a save file in file_saving_test. 2018-08-16 10:15:01 +00:00
file_transfer_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
friend_connection_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00: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 auto_test fixture and filenames 2018-07-28 16:14:06 +00:00
invalid_udp_proxy_test.c auto_test fixture and filenames 2018-07-28 16:14:06 +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 Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
lossy_packet_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
Makefile.inc Fix auto_tests Makefile 2018-08-25 14:30:04 +02:00
messenger_test.c Use per-instance Mono_Time for Messenger and onion. 2018-08-16 21:01:43 +00:00
network_test.c Fix some printf format specifiers. 2018-08-13 11:02:32 +00:00
onion_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
overflow_recvq_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
overflow_sendq_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
run_auto_test.h Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
save_compatibility_test.c Add check to make sure tox was created successfully 2018-08-22 10:12:46 +00:00
save_friend_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00
save_load_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
send_message_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
set_name_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
set_status_message_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +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 Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
TCP_test.c Use per-instance Mono_Time for Messenger and onion. 2018-08-16 21:01:43 +00:00
tox_many_tcp_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
tox_many_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
tox_one_test.c Run Clang global static analysis on Travis. 2018-07-22 02:34:30 +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 Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
toxav_many_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
typing_test.c Use do-while instead of while in tests. 2018-08-25 15:25:33 +00:00
version_test.c Avoid implementations in .h files or #including .c files. 2018-07-21 20:44:26 +00:00