mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 03:58:27 +00:00 
			
		
		
		
	assembler: Disable the declare test
It's not hitting a valid assertion that it tries to write an instruction without a defined execution size (because the "default" exec_size never end up being set). Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
		
							parent
							
								
									ca043f3a8f
								
							
						
					
					
						commit
						01283245ab
					
				@ -11,7 +11,6 @@ TESTS = \
 | 
				
			|||||||
	rndz \
 | 
						rndz \
 | 
				
			||||||
	lzd \
 | 
						lzd \
 | 
				
			||||||
	not \
 | 
						not \
 | 
				
			||||||
	declare \
 | 
					 | 
				
			||||||
	immediate
 | 
						immediate
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Tests that are expected to fail because they contain some inccorect code.
 | 
					# Tests that are expected to fail because they contain some inccorect code.
 | 
				
			||||||
@ -22,6 +21,7 @@ XFAIL_TESTS =
 | 
				
			|||||||
#   http://cgit.freedesktop.org/xorg/app/intel-gen4asm/
 | 
					#   http://cgit.freedesktop.org/xorg/app/intel-gen4asm/
 | 
				
			||||||
# We disable them "for now" as a workaround to be able to release i-g-t
 | 
					# We disable them "for now" as a workaround to be able to release i-g-t
 | 
				
			||||||
disabled_tests = \
 | 
					disabled_tests = \
 | 
				
			||||||
 | 
						declare \
 | 
				
			||||||
	jmpi \
 | 
						jmpi \
 | 
				
			||||||
	if \
 | 
						if \
 | 
				
			||||||
	iff \
 | 
						iff \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user