mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 03:58:27 +00:00 
			
		
		
		
	tests: fixup prime test paranoia
This commit is contained in:
		
							parent
							
								
									5d9e22366b
								
							
						
					
					
						commit
						c832aa1714
					
				@ -62,8 +62,8 @@ check_bo(int fd1, uint32_t handle1, int fd2, uint32_t handle2)
 | 
			
		||||
 | 
			
		||||
	/* check whether it's still our old object first. */
 | 
			
		||||
	for (i = 0; i < BO_SIZE; i++) {
 | 
			
		||||
		assert(ptr1[i] == 0);
 | 
			
		||||
		assert(ptr2[i] == 0);
 | 
			
		||||
		assert(ptr1[i] == counter);
 | 
			
		||||
		assert(ptr2[i] == counter);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	counter++;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user