forked from Github_Repos/cvw
		
	remove busybear from regression because it is not keeping up with buildroot's changes to testbench-linux
This commit is contained in:
		
							parent
							
								
									bc5222e721
								
							
						
					
					
						commit
						1aeef4e7d1
					
				@ -23,11 +23,11 @@ TestCase = namedtuple("TestCase", ['name', 'cmd', 'grepstr'])
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# edit this list to add more test cases
 | 
					# edit this list to add more test cases
 | 
				
			||||||
configs = [
 | 
					configs = [
 | 
				
			||||||
    TestCase(
 | 
					    #TestCase(
 | 
				
			||||||
        name="busybear",
 | 
					    #    name="busybear",
 | 
				
			||||||
        cmd="vsim -do wally-busybear-batch.do -c > {}",
 | 
					    #    cmd="vsim -do wally-busybear-batch.do -c > {}",
 | 
				
			||||||
        grepstr="loaded 100000 instructions"
 | 
					    #    grepstr="loaded 100000 instructions"
 | 
				
			||||||
    ),
 | 
					    #),
 | 
				
			||||||
    TestCase(
 | 
					    TestCase(
 | 
				
			||||||
        name="buildroot",
 | 
					        name="buildroot",
 | 
				
			||||||
        cmd="vsim -do wally-buildroot-batch.do -c > {}",
 | 
					        cmd="vsim -do wally-buildroot-batch.do -c > {}",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user