File tree Expand file tree Collapse file tree 9 files changed +2
-1104
lines changed
Expand file tree Collapse file tree 9 files changed +2
-1104
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ bazel-tsan_task:
8686 //c-toxcore/...
8787 -//c-toxcore/auto_tests:conference_av_test
8888 -//c-toxcore/auto_tests:conference_test
89- -//c-toxcore/auto_tests:dht_test
9089 -//c-toxcore/auto_tests:file_transfer_test
9190 -//c-toxcore/auto_tests:onion_test
9291 -//c-toxcore/auto_tests:tcp_relay_test
@@ -111,7 +110,6 @@ bazel-valgrind_task:
111110 //c-toxcore/...
112111 -//c-toxcore/auto_tests:conference_av_test
113112 -//c-toxcore/auto_tests:conference_test
114- -//c-toxcore/auto_tests:dht_test
115113 -//c-toxcore/auto_tests:encryptsave_test
116114 -//c-toxcore/auto_tests:file_transfer_test
117115 -//c-toxcore/auto_tests:onion_test
Original file line number Diff line number Diff line change @@ -454,7 +454,6 @@ auto_test(conference_peer_nick)
454454auto_test(conference_simple)
455455auto_test(conference_two)
456456auto_test(crypto)
457- #auto_test(dht) # Doesn't work with UNITY_BUILD.
458457auto_test(dht_getnodes_api)
459458auto_test(encryptsave)
460459auto_test(file_transfer)
@@ -467,7 +466,6 @@ auto_test(invalid_udp_proxy)
467466auto_test(lan_discovery)
468467auto_test(lossless_packet)
469468auto_test(lossy_packet)
470- auto_test(messenger)
471469auto_test(network)
472470auto_test(onion)
473471auto_test(overflow_recvq)
Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ flaky_tests = {
4444 ":check_compat" ,
4545 "//c-toxcore/testing:misc_tools" ,
4646 "//c-toxcore/toxav" ,
47- "//c-toxcore/toxcore:DHT_srcs" ,
48- "//c-toxcore/toxcore:Messenger" ,
4947 "//c-toxcore/toxcore:TCP_client" ,
5048 "//c-toxcore/toxcore:TCP_common" ,
5149 "//c-toxcore/toxcore:TCP_connection" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ TESTS = \
1212 conference_test \
1313 conference_two_test \
1414 crypto_test \
15- dht_test \
1615 file_transfer_test \
1716 friend_connection_test \
1817 friend_request_test \
@@ -21,7 +20,6 @@ TESTS = \
2120 lan_discovery_test \
2221 lossless_packet_test \
2322 lossy_packet_test \
24- messenger_test \
2523 network_test \
2624 onion_test \
2725 overflow_recvq_test \
@@ -99,10 +97,6 @@ crypto_test_SOURCES = ../auto_tests/crypto_test.c
9997crypto_test_CFLAGS = $(AUTOTEST_CFLAGS )
10098crypto_test_LDADD = $(AUTOTEST_LDADD )
10199
102- dht_test_SOURCES = ../auto_tests/dht_test.c
103- dht_test_CFLAGS = $(AUTOTEST_CFLAGS )
104- dht_test_LDADD = $(AUTOTEST_LDADD )
105-
106100encryptsave_test_SOURCES = ../auto_tests/encryptsave_test.c
107101encryptsave_test_CFLAGS = $(AUTOTEST_CFLAGS )
108102encryptsave_test_LDADD = $(AUTOTEST_LDADD )
@@ -143,10 +137,6 @@ lossy_packet_test_SOURCES = ../auto_tests/lossy_packet_test.c
143137lossy_packet_test_CFLAGS = $(AUTOTEST_CFLAGS )
144138lossy_packet_test_LDADD = $(AUTOTEST_LDADD )
145139
146- messenger_test_SOURCES = ../auto_tests/messenger_test.c
147- messenger_test_CFLAGS = $(AUTOTEST_CFLAGS )
148- messenger_test_LDADD = $(AUTOTEST_LDADD )
149-
150140network_test_SOURCES = ../auto_tests/network_test.c
151141network_test_CFLAGS = $(AUTOTEST_CFLAGS )
152142network_test_LDADD = $(AUTOTEST_LDADD )
You can’t perform that action at this time.
0 commit comments