Skip to content

Commit

Permalink
Add SKIP to apron tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz authored Dec 30, 2024
1 parent 1795a2b commit ef51516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/regression/46-apron2/95-witness-mm-escape.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// CRAM PARAM: --set ana.activated[+] apron --set ana.path_sens[+] threadflag --set ana.relation.privatization mutex-meet-tid-cluster12 --set witness.yaml.validate 95-witness-mm-escape.yml
// CRAM SKIP PARAM: --set ana.activated[+] apron --set ana.path_sens[+] threadflag --set ana.relation.privatization mutex-meet-tid-cluster12 --set witness.yaml.validate 95-witness-mm-escape.yml
#include <pthread.h>
#include <goblint.h>

Expand Down
2 changes: 1 addition & 1 deletion tests/regression/46-apron2/96-witness-mm-escape2.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// CRAM PARAM: --set ana.activated[+] apron --set ana.path_sens[+] threadflag --enable warn.deterministic --set ana.relation.privatization mutex-meet-tid-cluster12 --set witness.yaml.validate 95-witness-mm-escape.yml
// CRAM SKIP PARAM: --set ana.activated[+] apron --set ana.path_sens[+] threadflag --enable warn.deterministic --set ana.relation.privatization mutex-meet-tid-cluster12 --set witness.yaml.validate 95-witness-mm-escape.yml
#include<pthread.h>
int *b;
pthread_mutex_t e;
Expand Down

0 comments on commit ef51516

Please sign in to comment.