Skip to content

Commit af6e648

Browse files
committed
isolate the failing test. suspected memory trash?
1 parent ade022d commit af6e648

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -2466,6 +2466,7 @@ int main()
24662466
while ( true )
24672467
#endif // #if SOAK
24682468
{
2469+
/*
24692470
{
24702471
printf( "[serialize]\n\n" );
24712472
@@ -2510,8 +2511,10 @@ int main()
25102511
RUN_TEST( test_connection_reliable_ordered_messages_and_blocks_multiple_channels );
25112512
RUN_TEST( test_connection_unreliable_unordered_messages );
25122513
RUN_TEST( test_connection_unreliable_unordered_blocks );
2514+
*/
25132515

25142516
RUN_TEST( test_client_server_messages );
2517+
/*
25152518
RUN_TEST( test_client_server_start_stop_restart );
25162519
RUN_TEST( test_client_server_message_failed_to_serialize_reliable_ordered );
25172520
RUN_TEST( test_client_server_message_failed_to_serialize_unreliable_unordered );
@@ -2523,6 +2526,7 @@ int main()
25232526
RUN_TEST( test_single_message_type_unreliable );
25242527
25252528
RUN_TEST( test_client_server_messages_network_sim_leak );
2529+
*/
25262530

25272531
#if SOAK
25282532
if ( quit )

0 commit comments

Comments
 (0)