Skip to content

Commit

Permalink
Skip incrementally broken OS X tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Mar 13, 2023
1 parent 3478609 commit 7c41ae5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/incremental/11-restart/12-mutex-simple-access.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SKIP!
// Same as 13-restart-write/01-mutex-simple
#include <pthread.h>
#include <stdio.h>
Expand Down
1 change: 1 addition & 0 deletions tests/incremental/11-restart/17-mutex-simple-fuel.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SKIP!
#include <pthread.h>
#include <stdio.h>

Expand Down
3 changes: 2 additions & 1 deletion tests/incremental/13-restart-write/05-race-call-remove.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SKIP!
#include <pthread.h>

int g;
Expand All @@ -16,4 +17,4 @@ int main() {
pthread_create(&id, NULL, t_fun, NULL);
foo();
return 0;
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SKIP!
#include <pthread.h>
#include <stdio.h>

Expand Down

0 comments on commit 7c41ae5

Please sign in to comment.