1
0

only run the important (high coverage) tests in regression suite

This commit is contained in:
Howard Mao
2016-08-01 19:07:03 -07:00
parent b7723f1ff8
commit 63b814fcd7
5 changed files with 76 additions and 7 deletions

View File

@ -57,6 +57,7 @@ class WithGroundTest extends Config(
case UseFPU => false
case UseAtomics => false
case UseCompressed => false
case RegressionTestNames => LinkedHashSet("rv64ui-p-simple")
case _ => throw new CDEMatchError
})
@ -190,6 +191,7 @@ class WithUnitTest extends Config(
case UseFPU => false
case UseAtomics => false
case UseCompressed => false
case RegressionTestNames => LinkedHashSet("rv64ui-p-simple")
case _ => throw new CDEMatchError
})