Skip to content

Commit

Permalink
isolate the failing test. suspected memory trash?
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Sep 18, 2024
1 parent ade022d commit af6e648
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2466,6 +2466,7 @@ int main()
while ( true )
#endif // #if SOAK
{
/*
{
printf( "[serialize]\n\n" );
Expand Down Expand Up @@ -2510,8 +2511,10 @@ int main()
RUN_TEST( test_connection_reliable_ordered_messages_and_blocks_multiple_channels );
RUN_TEST( test_connection_unreliable_unordered_messages );
RUN_TEST( test_connection_unreliable_unordered_blocks );
*/

RUN_TEST( test_client_server_messages );
/*
RUN_TEST( test_client_server_start_stop_restart );
RUN_TEST( test_client_server_message_failed_to_serialize_reliable_ordered );
RUN_TEST( test_client_server_message_failed_to_serialize_unreliable_unordered );
Expand All @@ -2523,6 +2526,7 @@ int main()
RUN_TEST( test_single_message_type_unreliable );
RUN_TEST( test_client_server_messages_network_sim_leak );
*/

#if SOAK
if ( quit )
Expand Down

0 comments on commit af6e648

Please sign in to comment.