Skip to content

Commit

Permalink
Rename tests to more speaking (arguably less fun) names
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed May 15, 2024
1 parent cd79564 commit d1ed12c
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// PARAM: --set ana.base.privatization protection --enable ana.int.enums
// Like 80-treachery-and-lies.c, but somewhat simplified to not use structs and malloc etc
// Like 80-nondet-struct-ptr.c, but somewhat simplified to not use structs and malloc etc
#include<pthread.h>
#include<stdlib.h>
struct a {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// PARAM: --set ana.base.privatization protection --enable ana.int.enums
// Like 81-how-could-we-have-been-so-blind.c, but with syntactic globals instead of escaping ones.
// Like 81-nondet-struct-ptr.c, but with syntactic globals instead of escaping ones.
#include<pthread.h>
#include<stdlib.h>
struct a {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// PARAM: --set ana.base.privatization write --enable ana.int.enums
// Like 80-treachery-and-lies.c, but somewhat simplified to not use structs and malloc etc
#include<pthread.h>
#include<stdlib.h>
struct a {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// PARAM: --set ana.base.privatization write --enable ana.int.enums
// Like 81-how-could-we-have-been-so-blind.c, but with syntactic globals instead of escaping ones.
#include<pthread.h>
#include<stdlib.h>
struct a {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// PARAM: --set ana.base.privatization lock --enable ana.int.enums
// Like 80-treachery-and-lies.c, but somewhat simplified to not use structs and malloc etc
#include<pthread.h>
#include<stdlib.h>
struct a {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// PARAM: --set ana.base.privatization lock --enable ana.int.enums
// Like 81-how-could-we-have-been-so-blind.c, but with syntactic globals instead of escaping ones.
#include<pthread.h>
#include<stdlib.h>
struct a {
Expand Down

0 comments on commit d1ed12c

Please sign in to comment.