-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only allow skip files next to the tests itself
- Loading branch information
Showing
6 changed files
with
36 additions
and
35 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
trunk/examples/programs/regression/bpl/toolDirectives/skip.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Issue in SMTInterpol | ||
Const is only supported for infinite index sort: | ||
- task: ConstArray.bpl | ||
settings: AutomizerBpl-nestedInterpolants.epf | ||
toolchain: AutomizerBpl.xml | ||
- task: ConstArray.bpl | ||
settings: AutomizerBpl-nestedInterpolants.epf | ||
toolchain: PdrAutomizerBpl.xml |
10 changes: 10 additions & 0 deletions
10
trunk/examples/programs/regression/c/interprocedural/skip.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
TIMEOUT: | ||
- task: Acsl01-EnsuresLocal-Safe.c | ||
settings: AutomizerC-BitvectorTranslation.epf | ||
toolchain: AutomizerC.xml | ||
- task: Acsl03-EnsuresGlobal-Safe.c | ||
settings: AutomizerC-BitvectorTranslation.epf | ||
toolchain: AutomizerC.xml | ||
- task: Tschingelhorn-Safe.c | ||
settings: AutomizerC-BitvectorTranslation.epf | ||
toolchain: AutomizerC.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters