Skip to content

Commit

Permalink
Merge pull request #559 from smackers/fix-failing-regressions
Browse files Browse the repository at this point in the history
Move failing regressions due to #550 to the failing folder
  • Loading branch information
zvonimir authored Apr 10, 2020
2 parents d833a6f + 20f4db6 commit 32f5f91
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

// @expect error

// see: https://github.com/smackers/smack/issues/554
extern char __VERIFIER_nondet_char(void);
extern int __VERIFIER_nondet_int(void);
extern long __VERIFIER_nondet_long(void);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

// @expect verified

// see: https://github.com/smackers/smack/issues/554
extern char __VERIFIER_nondet_char(void);
extern int __VERIFIER_nondet_int(void);
extern long __VERIFIER_nondet_long(void);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

// @expect error

// see: https://github.com/smackers/smack/issues/554
extern char __VERIFIER_nondet_char(void);
extern int __VERIFIER_nondet_int(void);
extern long __VERIFIER_nondet_long(void);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

// @expect verified

// see: https://github.com/smackers/smack/issues/554
extern char __VERIFIER_nondet_char(void);
extern int __VERIFIER_nondet_int(void);
extern long __VERIFIER_nondet_long(void);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <stdlib.h>

// @expect verified
// see: https://github.com/smackers/smack/issues/555
// https://github.com/smackers/smack/issues/525

pthread_t tid1;
Expand Down
File renamed without changes.
10 changes: 0 additions & 10 deletions test/c/memory-safety/ununallocated_dereference_fail.c

This file was deleted.

0 comments on commit 32f5f91

Please sign in to comment.