mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Removed Imperas tests from regression
This commit is contained in:
		
							parent
							
								
									fdb839edcb
								
							
						
					
					
						commit
						3e17bfbc53
					
				@ -65,7 +65,8 @@ tc = TestCase(
 | 
				
			|||||||
      grepstr="400100000 instructions")
 | 
					      grepstr="400100000 instructions")
 | 
				
			||||||
configs.append(tc)
 | 
					configs.append(tc)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tests64gc = ["arch64f", "arch64d", "arch64i", "arch64priv", "arch64c",  "arch64m", "imperas64i", "imperas64f", "imperas64d", "imperas64m", "wally64a",  "imperas64c", "wally64periph", "wally64priv"] # , "imperas64mmu" "wally64i", #,  "testsBP64"] 
 | 
					tests64gcimperas = ["imperas64i", "imperas64f", "imperas64d", "imperas64m", "imperas64c"] # unused
 | 
				
			||||||
 | 
					tests64gc = ["arch64f", "arch64d", "arch64i", "arch64priv", "arch64c",  "arch64m", "wally64a", "wally64periph", "wally64priv"] 
 | 
				
			||||||
for test in tests64gc:
 | 
					for test in tests64gc:
 | 
				
			||||||
  tc = TestCase(
 | 
					  tc = TestCase(
 | 
				
			||||||
        name=test,
 | 
					        name=test,
 | 
				
			||||||
@ -83,7 +84,8 @@ for test in tests64i:
 | 
				
			|||||||
        grepstr="All tests ran without failures")
 | 
					        grepstr="All tests ran without failures")
 | 
				
			||||||
  configs.append(tc)
 | 
					  configs.append(tc)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tests32gc = ["arch32f", "arch32d", "arch32i", "arch32priv", "arch32c",  "arch32m", "imperas32i", "imperas32f", "imperas32m", "wally32a",  "imperas32c", "wally32priv", "wally32periph"]  #, "imperas32mmu""wally32i", 
 | 
					tests32gcimperas = ["imperas32i", "imperas32f", "imperas32m", "imperas32c"] # unused
 | 
				
			||||||
 | 
					tests32gc = ["arch32f", "arch32d", "arch32i", "arch32priv", "arch32c",  "arch32m", "wally32a",  "wally32priv", "wally32periph"]  
 | 
				
			||||||
for test in tests32gc:
 | 
					for test in tests32gc:
 | 
				
			||||||
  tc = TestCase(
 | 
					  tc = TestCase(
 | 
				
			||||||
        name=test,
 | 
					        name=test,
 | 
				
			||||||
@ -92,7 +94,8 @@ for test in tests32gc:
 | 
				
			|||||||
        grepstr="All tests ran without failures")
 | 
					        grepstr="All tests ran without failures")
 | 
				
			||||||
  configs.append(tc)
 | 
					  configs.append(tc)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tests32ic = ["arch32i", "arch32c", "imperas32i", "imperas32c", "wally32periph"] 
 | 
					tests32icimperas = ["imperas32i", "imperas32c"] # unused
 | 
				
			||||||
 | 
					tests32ic = ["arch32i", "arch32c","wally32periph"] 
 | 
				
			||||||
for test in tests32ic:
 | 
					for test in tests32ic:
 | 
				
			||||||
  tc = TestCase(
 | 
					  tc = TestCase(
 | 
				
			||||||
        name=test,
 | 
					        name=test,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user