Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

Commit 3d31787

Browse files
authored
Merge pull request #1143 from sosy-lab/remove-cfg-files
Remove cfg files for categories, update scripts and documentation
2 parents f46cd88 + 83f3ab8 commit 3d31787

File tree

74 files changed

+114
-200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+114
-200
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- [ ] programs and expected answer added to a `.yml` file according to [task definitions](https://github.com/sosy-lab/sv-benchmarks#task-definitions)
1616

1717
<!-- For C programs: -->
18-
- [ ] [architecture](https://github.com/sosy-lab/sv-benchmarks/blob/master/CONTRIBUTING.md#architecture) (32 bit vs. 64 bit) matches the corresponding `.cfg` file
18+
- [ ] [data model](https://github.com/sosy-lab/sv-benchmarks/blob/master/CONTRIBUTING.md#data-model) present in task-definition file
1919
- [ ] original sources present
2020
- [ ] [preprocessed](https://github.com/sosy-lab/sv-benchmarks/blob/master/CONTRIBUTING.md#preprocessing) files present
2121
- [ ] preprocessed files generated with correct architecture

CONTRIBUTING.md

Lines changed: 7 additions & 9 deletions

README.md

Lines changed: 7 additions & 8 deletions

c/ConcurrencySafety-Main.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

c/ConcurrencySafety-Main.set

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Contains concurrency problems.
12
pthread/*.yml
23
pthread-atomic/*.yml
34
pthread-ext/*.yml

c/DefinedBehavior-Arrays.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

c/DefinedBehavior-Arrays.set

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
# Contains tasks for checking whether the program might run into undefined behavior.
12
array-examples/*.yml
23
reducercommutativity/*.yml

c/DefinedBehavior-TerminCrafted.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
# Contains tasks for checking whether the program might run into undefined behavior.
12
termination-crafted/*.yml

c/Juliet_Test.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)