We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138a482 commit 7f9ec9aCopy full SHA for 7f9ec9a
1 file changed
tests/regression/04-mutex/58-pthread-lock-return.c
@@ -70,7 +70,7 @@ void *t_fun(void *arg) {
70
71
#ifndef __APPLE__
72
if (!pthread_spin_lock(&spin)) {
73
- __goblint_check(1); // reachable
+ __goblint_check(1); // TODO reachable (TODO for OSX)
74
g_spin++; // NORACE
75
pthread_spin_unlock(&spin);
76
}
@@ -79,12 +79,12 @@ void *t_fun(void *arg) {
79
80
81
if (!pthread_spin_trylock(&spin)) {
82
83
84
85
86
else {
87
88
89
#endif
90
0 commit comments