Skip to content

Commit 94138b5

Browse files
committed
Add array-refinement regression tests
Moving these tests from a dedicated folder to cbmc to run them, also making use of all three configurations that the cbmc folder is being tested with. (Unnecessary) GCC attributes were removed to make sure tests can be used on all platforms.
1 parent 7ed77de commit 94138b5

File tree

41 files changed

+24
-38
lines changed

Some content is hidden

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

41 files changed

+24
-38
lines changed

regression/array-refinement/Makefile

Lines changed: 0 additions & 14 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

regression/array-refinement/Array_UF10/main.c renamed to regression/cbmc/Array_UF10/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
extern void __VERIFIER_error() __attribute__ ((__noreturn__));
1+
extern void __VERIFIER_error();
22

33
int __VERIFIER_nondet_int();
44

File renamed without changes.

regression/array-refinement/Array_UF11/main.c renamed to regression/cbmc/Array_UF11/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
extern void __VERIFIER_error() __attribute__ ((__noreturn__));
1+
extern void __VERIFIER_error();
22

33
void __VERIFIER_assert(int cond) {
44
if (!(cond)) {
File renamed without changes.

regression/array-refinement/Array_UF12/main.c renamed to regression/cbmc/Array_UF12/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
extern void __VERIFIER_error() __attribute__ ((__noreturn__));
1+
extern void __VERIFIER_error();
22

33
void __VERIFIER_assert(int cond) {
44
if (!(cond)) {
File renamed without changes.

regression/array-refinement/Array_UF13/main.c renamed to regression/cbmc/Array_UF13/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
extern void __VERIFIER_error() __attribute__ ((__noreturn__));
1+
extern void __VERIFIER_error();
22

33
void __VERIFIER_assert(int cond) {
44
if (!(cond)) {

0 commit comments

Comments
 (0)