mirror of
				https://github.com/zeromq/libzmq.git
				synced 2025-11-04 12:17:39 +01:00 
			
		
		
		
	Problem: test_decrease_when_full test case in test_sockopt_hwm does not run reliably under Windows
Solution: disable test case for the moment and mark it as FIXME
This commit is contained in:
		@@ -200,7 +200,12 @@ int main ()
 | 
				
			|||||||
    UNITY_BEGIN ();
 | 
					    UNITY_BEGIN ();
 | 
				
			||||||
    RUN_TEST (test_change_before_connected);
 | 
					    RUN_TEST (test_change_before_connected);
 | 
				
			||||||
    RUN_TEST (test_change_after_connected);
 | 
					    RUN_TEST (test_change_after_connected);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // TODO FIXME this test cases does not run reliably under Windows (at
 | 
				
			||||||
 | 
					    // least for some VC++ and OS versions), this must be analyzed and fixed
 | 
				
			||||||
 | 
					#if !defined(_WIN32)
 | 
				
			||||||
    RUN_TEST (test_decrease_when_full);
 | 
					    RUN_TEST (test_decrease_when_full);
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return UNITY_END ();
 | 
					    return UNITY_END ();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user