regression: remove redundant RefineOnly image

This was previously used to exclude Orphanage from the X64 regression.
Now that the Refine image excludes Orphange, RefineOnly is no longer
needed.
This commit is contained in:
Matthew Brecknell 2017-08-09 16:37:25 +10:00
parent f3bd3795df
commit 3bbc1d0cb9
2 changed files with 1 additions and 6 deletions

View File

@ -46,11 +46,6 @@ session BaseRefine2 = BaseRefine +
"refine/$L4V_ARCH/Untyped_R"
"refine/$L4V_ARCH/Schedule_R"
session RefineOnly = BaseRefine +
description {* Refinement between Haskell and Abstract spec. *}
theories
"refine/$L4V_ARCH/Refine"
session RefineQD = BaseRefine +
theories [quick_and_dirty]
"refine/$L4V_ARCH/Refine"

View File

@ -23,7 +23,7 @@
<sequence depends="ASpec">
<test name="AInvs" cpu-timeout="7200">make AInvs</test>
<test name="BaseRefine">make BaseRefine</test>
<test name="Refine" cpu-timeout="14400">make RefineOnly</test>
<test name="Refine" cpu-timeout="14400">make Refine</test>
</sequence>
<!-- CRefine -->