mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-30 10:45:40 +03:00 
			
		
		
		
	Add string/test-strncmp-nonarray and wcsmbs/test-wcsncmp-nonarray. This is the test that uncovered bug 31934. Test run time is more than one minute on a fairly current system, so turn these into xtests that do not run automatically. Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
		
			
				
	
	
		
			5 lines
		
	
	
		
			112 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			112 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #define TEST_IDENTIFIER strncmp
 | |
| #define TEST_NAME "strncmp"
 | |
| typedef char CHAR;
 | |
| #include "test-Xncmp-nonarray.c"
 |