Skip to content

Commit 354f523

Browse files
committed
Add cram test for 02-base/32-single-thr
1 parent 309026d commit 354f523

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
$ goblint --set exp.single-threaded true 32-single-thr.c
2+
[Error][Imprecise][Unsound] Function definition missing for no_spawn (32-single-thr.c:12:3-12:15)
3+
[Info][Imprecise] INVALIDATING ALL GLOBALS! (32-single-thr.c:12:3-12:15)
4+
[Info][Imprecise] Invalidating expressions: & g, (void *)(& f) (32-single-thr.c:12:3-12:15)
5+
[Warning][Deadcode] Function 'f' is uncalled: 2 LLoC (32-single-thr.c:6:1-8:1)
6+
[Info][Deadcode] Logical lines of code (LLoC) summary:
7+
live: 4
8+
dead: 2 (2 in uncalled functions)
9+
total lines: 6
10+
[Error][Unsound] Thread not spawned
11+
[Error][Imprecise][Unsound] Function definition missing

0 commit comments

Comments
 (0)