Skip to content

Commit

Permalink
arm-hyp regression: minimise run_tests exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
agomezl committed Aug 23, 2017
1 parent 4d81972 commit 6aa0ef4
Showing 1 changed file with 3 additions and 35 deletions.
38 changes: 3 additions & 35 deletions run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -44,44 +44,12 @@ if os.environ.has_key("QUICK_AND_DIRTY"):

# Lists of excluded tests for diferent archs
EXCLUDE={}

EXCLUDE["ARM_HYP"]=[
"CamkesAdlSpec",
"CamkesGlueSpec",
"SimpleSystem",
"RelyGuarantee",
"Sep_Algebra",
"tests-xml-correct",
"SepTactics",
"SepTacticsExamples",
"DBaseRefine",
"DRefine",
"Access",
"InfoFlow",
"ArmConfidentiality",
"DPolicy",
"CamkesCdlRefine",
"Bisim",
"DSpec",
"SepDSpec",
"DSpecProofs",
"TakeGrant",
"ASepSpec",
"HaskellKernel",
"SysInit",
"SysInitExamples",
"InfoFlowCBase",
"InfoFlowC",
"SimplExportAndRefine",
"CParserTest",
"CParserTestX64",
"CParserTools",
"AutoCorres",
"CamkesGlueProofs",
"CamkesDarpaReport",
"theory_imports",
"AutoCorresDoc",
"AutoCorresTest",
"AutoCorresSEL4"]
"DRefine",
"SimplExportAndRefine"]

EXCLUDE["ARM"]=[]

Expand Down

0 comments on commit 6aa0ef4

Please sign in to comment.