mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	added bit manipulation tests to regression
This commit is contained in:
		
							parent
							
								
									1a9ba9d944
								
							
						
					
					
						commit
						6b047065ef
					
				| @ -66,7 +66,7 @@ tc = TestCase( | |||||||
| configs.append(tc) | configs.append(tc) | ||||||
| 
 | 
 | ||||||
| tests64gcimperas = ["imperas64i", "imperas64f", "imperas64d", "imperas64m", "imperas64c"] # unused | tests64gcimperas = ["imperas64i", "imperas64f", "imperas64d", "imperas64m", "imperas64c"] # unused | ||||||
| tests64gc = ["arch64f", "arch64d", "arch64i", "arch64priv", "arch64c",  "arch64m", "arch64zi", "wally64a", "wally64periph", "wally64priv"]  | tests64gc = ["arch64f", "arch64d", "arch64i", "arch64priv", "arch64c",  "arch64m", "arch64zi", "arch64zba", "arch64zbb", "arch64zbc", "arch64zbs",  "wally64a", "wally64periph", "wally64priv"]  | ||||||
| for test in tests64gc: | for test in tests64gc: | ||||||
|   tc = TestCase( |   tc = TestCase( | ||||||
|         name=test, |         name=test, | ||||||
| @ -85,7 +85,7 @@ for test in tests64i: | |||||||
|   configs.append(tc) |   configs.append(tc) | ||||||
| 
 | 
 | ||||||
| tests32gcimperas = ["imperas32i", "imperas32f", "imperas32m", "imperas32c"] # unused | tests32gcimperas = ["imperas32i", "imperas32f", "imperas32m", "imperas32c"] # unused | ||||||
| tests32gc = ["arch32f", "arch32d", "arch32i", "arch32priv", "arch32c",  "arch32m", "arch32zi", "wally32a",  "wally32priv", "wally32periph"]   | tests32gc = ["arch32f", "arch32d", "arch32i", "arch32priv", "arch32c",  "arch32m", "arch32zi", "arch32zba", "arch32zbb", "arch32zbc", "arch32zbs", "wally32a",  "wally32priv", "wally32periph"]   | ||||||
| for test in tests32gc: | for test in tests32gc: | ||||||
|   tc = TestCase( |   tc = TestCase( | ||||||
|         name=test, |         name=test, | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user