Skip to content

Commit cfd6b0e

Browse files
committed
tID #top -> ⊤ and change cram tests accordingly
1 parent c28e863 commit cfd6b0e

19 files changed

+61
-61
lines changed

src/cdomain/value/cdomains/threadIdDomain.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ struct
6363
let vname_loc = vname ^ "@" ^ CilType.Location.show (UpdateCil.getLoc n) in
6464
match i_opt with
6565
| Some i -> vname_loc ^ "#" ^ string_of_int i
66-
| None when GobConfig.get_bool "dbg.full-output" -> vname_loc ^ "#top"
66+
| None when GobConfig.get_bool "dbg.full-output" -> vname_loc ^ "#"
6767
| None -> vname_loc
6868

6969
include Printable.SimpleShow (

tests/regression/04-mutex/01-simple_rc.t

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
< read with [lock:{mutex1}, thread:[main, t_fun@01-simple_rc.c:17:3-17:40]] (conf. 110) (exp: & myglobal) (01-simple_rc.c:10:3-10:22)
2424
< read with [mhp:{created={[main, t_fun@01-simple_rc.c:17:3-17:40]}}, lock:{mutex2}, thread:[main]] (conf. 110) (exp: & myglobal) (01-simple_rc.c:19:3-19:22)
2525
---
26-
> write with [mhp:{tid=[main, t_fun@01-simple_rc.c:17:3-17:40#top]}, lock:{mutex1}, thread:[main, t_fun@01-simple_rc.c:17:3-17:40#top]] (conf. 110) (exp: & myglobal) (01-simple_rc.c:10:3-10:22)
27-
> write with [mhp:{tid=[main]; created={[main, t_fun@01-simple_rc.c:17:3-17:40#top]}}, lock:{mutex2}, thread:[main]] (conf. 110) (exp: & myglobal) (01-simple_rc.c:19:3-19:22)
28-
> read with [mhp:{tid=[main, t_fun@01-simple_rc.c:17:3-17:40#top]}, lock:{mutex1}, thread:[main, t_fun@01-simple_rc.c:17:3-17:40#top]] (conf. 110) (exp: & myglobal) (01-simple_rc.c:10:3-10:22)
29-
> read with [mhp:{tid=[main]; created={[main, t_fun@01-simple_rc.c:17:3-17:40#top]}}, lock:{mutex2}, thread:[main]] (conf. 110) (exp: & myglobal) (01-simple_rc.c:19:3-19:22)
26+
> write with [mhp:{tid=[main, t_fun@01-simple_rc.c:17:3-17:40#]}, lock:{mutex1}, thread:[main, t_fun@01-simple_rc.c:17:3-17:40#]] (conf. 110) (exp: & myglobal) (01-simple_rc.c:10:3-10:22)
27+
> write with [mhp:{tid=[main]; created={[main, t_fun@01-simple_rc.c:17:3-17:40#]}}, lock:{mutex2}, thread:[main]] (conf. 110) (exp: & myglobal) (01-simple_rc.c:19:3-19:22)
28+
> read with [mhp:{tid=[main, t_fun@01-simple_rc.c:17:3-17:40#]}, lock:{mutex1}, thread:[main, t_fun@01-simple_rc.c:17:3-17:40#]] (conf. 110) (exp: & myglobal) (01-simple_rc.c:10:3-10:22)
29+
> read with [mhp:{tid=[main]; created={[main, t_fun@01-simple_rc.c:17:3-17:40#]}}, lock:{mutex2}, thread:[main]] (conf. 110) (exp: & myglobal) (01-simple_rc.c:19:3-19:22)
3030
[1]

tests/regression/04-mutex/49-type-invariants.t

+6-6
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
< write with [mhp:{created={[main, [email protected]:20:3-20:40]}}, thread:[main]] (conf. 100) (exp: & tmp->field) (49-type-invariants.c:21:3-21:21)
5252
< read with thread:[main, [email protected]:20:3-20:40] (conf. 110) (exp: & s.field) (49-type-invariants.c:11:3-11:23)
5353
---
54-
> write with [mhp:{tid=[main]; created={[main, [email protected]:20:3-20:40#top]}}, thread:[main]] (conf. 100) (exp: & tmp->field) (49-type-invariants.c:21:3-21:21)
55-
> read with [mhp:{tid=[main, [email protected]:20:3-20:40#top]}, thread:[main, [email protected]:20:3-20:40#top]] (conf. 110) (exp: & s.field) (49-type-invariants.c:11:3-11:23)
54+
> write with [mhp:{tid=[main]; created={[main, [email protected]:20:3-20:40#]}}, thread:[main]] (conf. 100) (exp: & tmp->field) (49-type-invariants.c:21:3-21:21)
55+
> read with [mhp:{tid=[main, [email protected]:20:3-20:40#]}, thread:[main, [email protected]:20:3-20:40#]] (conf. 110) (exp: & s.field) (49-type-invariants.c:11:3-11:23)
5656
11c11
5757
< write with [mhp:{created={[main, [email protected]:20:3-20:40]}}, thread:[main]] (conf. 100) (exp: & tmp->field) (49-type-invariants.c:21:3-21:21)
5858
---
59-
> write with [mhp:{tid=[main]; created={[main, [email protected]:20:3-20:40#top]}}, thread:[main]] (conf. 100) (exp: & tmp->field) (49-type-invariants.c:21:3-21:21)
59+
> write with [mhp:{tid=[main]; created={[main, [email protected]:20:3-20:40#]}}, thread:[main]] (conf. 100) (exp: & tmp->field) (49-type-invariants.c:21:3-21:21)
6060
[1]
6161
6262
$ goblint --enable warn.deterministic --disable ana.race.direct-arithmetic --enable allglobs --enable dbg.full-output 49-type-invariants.c > full-output-2.txt 2>&1
@@ -66,10 +66,10 @@
6666
< write with [mhp:{created={[main, [email protected]:20:3-20:40]}}, thread:[main]] (conf. 100) (exp: & tmp->field) (49-type-invariants.c:21:3-21:21)
6767
< read with thread:[main, [email protected]:20:3-20:40] (conf. 110) (exp: & s.field) (49-type-invariants.c:11:3-11:23)
6868
---
69-
> write with [mhp:{tid=[main]; created={[main, [email protected]:20:3-20:40#top]}}, thread:[main]] (conf. 100) (exp: & tmp->field) (49-type-invariants.c:21:3-21:21)
70-
> read with [mhp:{tid=[main, [email protected]:20:3-20:40#top]}, thread:[main, [email protected]:20:3-20:40#top]] (conf. 110) (exp: & s.field) (49-type-invariants.c:11:3-11:23)
69+
> write with [mhp:{tid=[main]; created={[main, [email protected]:20:3-20:40#]}}, thread:[main]] (conf. 100) (exp: & tmp->field) (49-type-invariants.c:21:3-21:21)
70+
> read with [mhp:{tid=[main, [email protected]:20:3-20:40#]}, thread:[main, [email protected]:20:3-20:40#]] (conf. 110) (exp: & s.field) (49-type-invariants.c:11:3-11:23)
7171
11c11
7272
< write with [mhp:{created={[main, [email protected]:20:3-20:40]}}, thread:[main]] (conf. 100) (exp: & tmp->field) (49-type-invariants.c:21:3-21:21)
7373
---
74-
> write with [mhp:{tid=[main]; created={[main, [email protected]:20:3-20:40#top]}}, thread:[main]] (conf. 100) (exp: & tmp->field) (49-type-invariants.c:21:3-21:21)
74+
> write with [mhp:{tid=[main]; created={[main, [email protected]:20:3-20:40#]}}, thread:[main]] (conf. 100) (exp: & tmp->field) (49-type-invariants.c:21:3-21:21)
7575
[1]

tests/regression/04-mutex/77-type-nested-fields.t

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
< write with thread:[main, t_fun@77-type-nested-fields.c:37:3-37:40] (conf. 100) (exp: & tmp->field) (77-type-nested-fields.c:31:3-31:20)
3333
< write with [mhp:{created={[main, t_fun@77-type-nested-fields.c:37:3-37:40]}}, thread:[main]] (conf. 100) (exp: & tmp->s.field) (77-type-nested-fields.c:38:3-38:22)
3434
---
35-
> write with [mhp:{tid=[main, t_fun@77-type-nested-fields.c:37:3-37:40#top]}, thread:[main, t_fun@77-type-nested-fields.c:37:3-37:40#top]] (conf. 100) (exp: & tmp->field) (77-type-nested-fields.c:31:3-31:20)
36-
> write with [mhp:{tid=[main]; created={[main, t_fun@77-type-nested-fields.c:37:3-37:40#top]}}, thread:[main]] (conf. 100) (exp: & tmp->s.field) (77-type-nested-fields.c:38:3-38:22)
35+
> write with [mhp:{tid=[main, t_fun@77-type-nested-fields.c:37:3-37:40#]}, thread:[main, t_fun@77-type-nested-fields.c:37:3-37:40#]] (conf. 100) (exp: & tmp->field) (77-type-nested-fields.c:31:3-31:20)
36+
> write with [mhp:{tid=[main]; created={[main, t_fun@77-type-nested-fields.c:37:3-37:40#]}}, thread:[main]] (conf. 100) (exp: & tmp->s.field) (77-type-nested-fields.c:38:3-38:22)
3737
12c12
3838
< write with thread:[main, t_fun@77-type-nested-fields.c:37:3-37:40] (conf. 100) (exp: & tmp->field) (77-type-nested-fields.c:31:3-31:20)
3939
---
40-
> write with [mhp:{tid=[main, t_fun@77-type-nested-fields.c:37:3-37:40#top]}, thread:[main, t_fun@77-type-nested-fields.c:37:3-37:40#top]] (conf. 100) (exp: & tmp->field) (77-type-nested-fields.c:31:3-31:20)
40+
> write with [mhp:{tid=[main, t_fun@77-type-nested-fields.c:37:3-37:40#]}, thread:[main, t_fun@77-type-nested-fields.c:37:3-37:40#]] (conf. 100) (exp: & tmp->field) (77-type-nested-fields.c:31:3-31:20)
4141
[1]

tests/regression/04-mutex/79-type-nested-fields-deep1.t

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
< write with thread:[main, t_fun@79-type-nested-fields-deep1.c:42:3-42:40] (conf. 100) (exp: & tmp->field) (79-type-nested-fields-deep1.c:36:3-36:20)
3333
< write with [mhp:{created={[main, t_fun@79-type-nested-fields-deep1.c:42:3-42:40]}}, thread:[main]] (conf. 100) (exp: & tmp->t.s.field) (79-type-nested-fields-deep1.c:43:3-43:24)
3434
---
35-
> write with [mhp:{tid=[main, t_fun@79-type-nested-fields-deep1.c:42:3-42:40#top]}, thread:[main, t_fun@79-type-nested-fields-deep1.c:42:3-42:40#top]] (conf. 100) (exp: & tmp->field) (79-type-nested-fields-deep1.c:36:3-36:20)
36-
> write with [mhp:{tid=[main]; created={[main, t_fun@79-type-nested-fields-deep1.c:42:3-42:40#top]}}, thread:[main]] (conf. 100) (exp: & tmp->t.s.field) (79-type-nested-fields-deep1.c:43:3-43:24)
35+
> write with [mhp:{tid=[main, t_fun@79-type-nested-fields-deep1.c:42:3-42:40#]}, thread:[main, t_fun@79-type-nested-fields-deep1.c:42:3-42:40#]] (conf. 100) (exp: & tmp->field) (79-type-nested-fields-deep1.c:36:3-36:20)
36+
> write with [mhp:{tid=[main]; created={[main, t_fun@79-type-nested-fields-deep1.c:42:3-42:40#]}}, thread:[main]] (conf. 100) (exp: & tmp->t.s.field) (79-type-nested-fields-deep1.c:43:3-43:24)
3737
12c12
3838
< write with thread:[main, t_fun@79-type-nested-fields-deep1.c:42:3-42:40] (conf. 100) (exp: & tmp->field) (79-type-nested-fields-deep1.c:36:3-36:20)
3939
---
40-
> write with [mhp:{tid=[main, t_fun@79-type-nested-fields-deep1.c:42:3-42:40#top]}, thread:[main, t_fun@79-type-nested-fields-deep1.c:42:3-42:40#top]] (conf. 100) (exp: & tmp->field) (79-type-nested-fields-deep1.c:36:3-36:20)
40+
> write with [mhp:{tid=[main, t_fun@79-type-nested-fields-deep1.c:42:3-42:40#]}, thread:[main, t_fun@79-type-nested-fields-deep1.c:42:3-42:40#]] (conf. 100) (exp: & tmp->field) (79-type-nested-fields-deep1.c:36:3-36:20)
4141
[1]

tests/regression/04-mutex/80-type-nested-fields-deep2.t

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
< write with thread:[main, [email protected]:42:3-42:40] (conf. 100) (exp: & tmp->s.field) (80-type-nested-fields-deep2.c:36:3-36:22)
3333
< write with [mhp:{created={[main, [email protected]:42:3-42:40]}}, thread:[main]] (conf. 100) (exp: & tmp->t.s.field) (80-type-nested-fields-deep2.c:43:3-43:24)
3434
---
35-
> write with [mhp:{tid=[main, [email protected]:42:3-42:40#top]}, thread:[main, [email protected]:42:3-42:40#top]] (conf. 100) (exp: & tmp->s.field) (80-type-nested-fields-deep2.c:36:3-36:22)
36-
> write with [mhp:{tid=[main]; created={[main, [email protected]:42:3-42:40#top]}}, thread:[main]] (conf. 100) (exp: & tmp->t.s.field) (80-type-nested-fields-deep2.c:43:3-43:24)
35+
> write with [mhp:{tid=[main, [email protected]:42:3-42:40#]}, thread:[main, [email protected]:42:3-42:40#]] (conf. 100) (exp: & tmp->s.field) (80-type-nested-fields-deep2.c:36:3-36:22)
36+
> write with [mhp:{tid=[main]; created={[main, [email protected]:42:3-42:40#]}}, thread:[main]] (conf. 100) (exp: & tmp->t.s.field) (80-type-nested-fields-deep2.c:43:3-43:24)
3737
12c12
3838
< write with thread:[main, [email protected]:42:3-42:40] (conf. 100) (exp: & tmp->s.field) (80-type-nested-fields-deep2.c:36:3-36:22)
3939
---
40-
> write with [mhp:{tid=[main, [email protected]:42:3-42:40#top]}, thread:[main, [email protected]:42:3-42:40#top]] (conf. 100) (exp: & tmp->s.field) (80-type-nested-fields-deep2.c:36:3-36:22)
40+
> write with [mhp:{tid=[main, [email protected]:42:3-42:40#]}, thread:[main, [email protected]:42:3-42:40#]] (conf. 100) (exp: & tmp->s.field) (80-type-nested-fields-deep2.c:36:3-36:22)
4141
[1]

tests/regression/04-mutex/84-distribute-fields-1.t

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
< write with thread:[main, t_fun@84-distribute-fields-1.c:18:3-18:40] (conf. 110) (exp: & s.data) (84-distribute-fields-1.c:12:3-12:13)
2222
< write with [mhp:{created={[main, t_fun@84-distribute-fields-1.c:18:3-18:40]}}, thread:[main]] (conf. 110) (exp: & s) (84-distribute-fields-1.c:20:3-20:9)
2323
---
24-
> write with [mhp:{tid=[main, t_fun@84-distribute-fields-1.c:18:3-18:40#top]}, thread:[main, [email protected]:18:3-18:40#top]] (conf. 110) (exp: & s.data) (84-distribute-fields-1.c:12:3-12:13)
25-
> write with [mhp:{tid=[main]; created={[main, t_fun@84-distribute-fields-1.c:18:3-18:40#top]}}, thread:[main]] (conf. 110) (exp: & s) (84-distribute-fields-1.c:20:3-20:9)
24+
> write with [mhp:{tid=[main, t_fun@84-distribute-fields-1.c:18:3-18:40#]}, thread:[main, [email protected]:18:3-18:40#]] (conf. 110) (exp: & s.data) (84-distribute-fields-1.c:12:3-12:13)
25+
> write with [mhp:{tid=[main]; created={[main, t_fun@84-distribute-fields-1.c:18:3-18:40#]}}, thread:[main]] (conf. 110) (exp: & s) (84-distribute-fields-1.c:20:3-20:9)
2626
10c10
2727
< write with [mhp:{created={[main, t_fun@84-distribute-fields-1.c:18:3-18:40]}}, thread:[main]] (conf. 110) (exp: & s) (84-distribute-fields-1.c:20:3-20:9)
2828
---
29-
> write with [mhp:{tid=[main]; created={[main, t_fun@84-distribute-fields-1.c:18:3-18:40#top]}}, thread:[main]] (conf. 110) (exp: & s) (84-distribute-fields-1.c:20:3-20:9)
29+
> write with [mhp:{tid=[main]; created={[main, t_fun@84-distribute-fields-1.c:18:3-18:40#]}}, thread:[main]] (conf. 110) (exp: & s) (84-distribute-fields-1.c:20:3-20:9)
3030
[1]

tests/regression/04-mutex/85-distribute-fields-2.t

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
< write with thread:[main, t_fun@85-distribute-fields-2.c:24:3-24:40] (conf. 110) (exp: & t.s.data) (85-distribute-fields-2.c:18:3-18:15)
2222
< write with [mhp:{created={[main, t_fun@85-distribute-fields-2.c:24:3-24:40]}}, thread:[main]] (conf. 110) (exp: & t.s) (85-distribute-fields-2.c:26:3-26:11)
2323
---
24-
> write with [mhp:{tid=[main, t_fun@85-distribute-fields-2.c:24:3-24:40#top]}, thread:[main, [email protected]:24:3-24:40#top]] (conf. 110) (exp: & t.s.data) (85-distribute-fields-2.c:18:3-18:15)
25-
> write with [mhp:{tid=[main]; created={[main, t_fun@85-distribute-fields-2.c:24:3-24:40#top]}}, thread:[main]] (conf. 110) (exp: & t.s) (85-distribute-fields-2.c:26:3-26:11)
24+
> write with [mhp:{tid=[main, t_fun@85-distribute-fields-2.c:24:3-24:40#]}, thread:[main, [email protected]:24:3-24:40#]] (conf. 110) (exp: & t.s.data) (85-distribute-fields-2.c:18:3-18:15)
25+
> write with [mhp:{tid=[main]; created={[main, t_fun@85-distribute-fields-2.c:24:3-24:40#]}}, thread:[main]] (conf. 110) (exp: & t.s) (85-distribute-fields-2.c:26:3-26:11)
2626
10c10
2727
< write with [mhp:{created={[main, t_fun@85-distribute-fields-2.c:24:3-24:40]}}, thread:[main]] (conf. 110) (exp: & t.s) (85-distribute-fields-2.c:26:3-26:11)
2828
---
29-
> write with [mhp:{tid=[main]; created={[main, t_fun@85-distribute-fields-2.c:24:3-24:40#top]}}, thread:[main]] (conf. 110) (exp: & t.s) (85-distribute-fields-2.c:26:3-26:11)
29+
> write with [mhp:{tid=[main]; created={[main, t_fun@85-distribute-fields-2.c:24:3-24:40#]}}, thread:[main]] (conf. 110) (exp: & t.s) (85-distribute-fields-2.c:26:3-26:11)
3030
[1]

tests/regression/04-mutex/86-distribute-fields-3.t

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
< write with thread:[main, t_fun@86-distribute-fields-3.c:24:3-24:40] (conf. 110) (exp: & t.s.data) (86-distribute-fields-3.c:18:3-18:15)
2222
< write with [mhp:{created={[main, t_fun@86-distribute-fields-3.c:24:3-24:40]}}, thread:[main]] (conf. 110) (exp: & t) (86-distribute-fields-3.c:26:3-26:9)
2323
---
24-
> write with [mhp:{tid=[main, t_fun@86-distribute-fields-3.c:24:3-24:40#top]}, thread:[main, [email protected]:24:3-24:40#top]] (conf. 110) (exp: & t.s.data) (86-distribute-fields-3.c:18:3-18:15)
25-
> write with [mhp:{tid=[main]; created={[main, t_fun@86-distribute-fields-3.c:24:3-24:40#top]}}, thread:[main]] (conf. 110) (exp: & t) (86-distribute-fields-3.c:26:3-26:9)
24+
> write with [mhp:{tid=[main, t_fun@86-distribute-fields-3.c:24:3-24:40#]}, thread:[main, [email protected]:24:3-24:40#]] (conf. 110) (exp: & t.s.data) (86-distribute-fields-3.c:18:3-18:15)
25+
> write with [mhp:{tid=[main]; created={[main, t_fun@86-distribute-fields-3.c:24:3-24:40#]}}, thread:[main]] (conf. 110) (exp: & t) (86-distribute-fields-3.c:26:3-26:9)
2626
10c10
2727
< write with [mhp:{created={[main, t_fun@86-distribute-fields-3.c:24:3-24:40]}}, thread:[main]] (conf. 110) (exp: & t) (86-distribute-fields-3.c:26:3-26:9)
2828
---
29-
> write with [mhp:{tid=[main]; created={[main, t_fun@86-distribute-fields-3.c:24:3-24:40#top]}}, thread:[main]] (conf. 110) (exp: & t) (86-distribute-fields-3.c:26:3-26:9)
29+
> write with [mhp:{tid=[main]; created={[main, t_fun@86-distribute-fields-3.c:24:3-24:40#]}}, thread:[main]] (conf. 110) (exp: & t) (86-distribute-fields-3.c:26:3-26:9)
3030
[1]

tests/regression/04-mutex/87-distribute-fields-4.t

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
< write with thread:[main, t_fun@87-distribute-fields-4.c:19:3-19:40] (conf. 110) (exp: & s) (87-distribute-fields-4.c:13:3-13:9)
2020
< write with [mhp:{created={[main, t_fun@87-distribute-fields-4.c:19:3-19:40]}}, thread:[main]] (conf. 110) (exp: & s) (87-distribute-fields-4.c:21:3-21:9)
2121
---
22-
> write with [mhp:{tid=[main, t_fun@87-distribute-fields-4.c:19:3-19:40#top]}, thread:[main, [email protected]:19:3-19:40#top]] (conf. 110) (exp: & s) (87-distribute-fields-4.c:13:3-13:9)
23-
> write with [mhp:{tid=[main]; created={[main, t_fun@87-distribute-fields-4.c:19:3-19:40#top]}}, thread:[main]] (conf. 110) (exp: & s) (87-distribute-fields-4.c:21:3-21:9)
22+
> write with [mhp:{tid=[main, t_fun@87-distribute-fields-4.c:19:3-19:40#]}, thread:[main, [email protected]:19:3-19:40#]] (conf. 110) (exp: & s) (87-distribute-fields-4.c:13:3-13:9)
23+
> write with [mhp:{tid=[main]; created={[main, t_fun@87-distribute-fields-4.c:19:3-19:40#]}}, thread:[main]] (conf. 110) (exp: & s) (87-distribute-fields-4.c:21:3-21:9)
2424
[1]

tests/regression/04-mutex/88-distribute-fields-5.t

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
< write with thread:[main, t_fun@88-distribute-fields-5.c:25:3-25:40] (conf. 110) (exp: & t.s) (88-distribute-fields-5.c:19:3-19:11)
2020
< write with [mhp:{created={[main, t_fun@88-distribute-fields-5.c:25:3-25:40]}}, thread:[main]] (conf. 110) (exp: & t.s) (88-distribute-fields-5.c:27:3-27:11)
2121
---
22-
> write with [mhp:{tid=[main, t_fun@88-distribute-fields-5.c:25:3-25:40#top]}, thread:[main, [email protected]:25:3-25:40#top]] (conf. 110) (exp: & t.s) (88-distribute-fields-5.c:19:3-19:11)
23-
> write with [mhp:{tid=[main]; created={[main, t_fun@88-distribute-fields-5.c:25:3-25:40#top]}}, thread:[main]] (conf. 110) (exp: & t.s) (88-distribute-fields-5.c:27:3-27:11)
22+
> write with [mhp:{tid=[main, t_fun@88-distribute-fields-5.c:25:3-25:40#]}, thread:[main, [email protected]:25:3-25:40#]] (conf. 110) (exp: & t.s) (88-distribute-fields-5.c:19:3-19:11)
23+
> write with [mhp:{tid=[main]; created={[main, t_fun@88-distribute-fields-5.c:25:3-25:40#]}}, thread:[main]] (conf. 110) (exp: & t.s) (88-distribute-fields-5.c:27:3-27:11)
2424
[1]

tests/regression/04-mutex/89-distribute-fields-6.t

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
< write with thread:[main, t_fun@89-distribute-fields-6.c:25:3-25:40] (conf. 110) (exp: & t) (89-distribute-fields-6.c:19:3-19:9)
2020
< write with [mhp:{created={[main, t_fun@89-distribute-fields-6.c:25:3-25:40]}}, thread:[main]] (conf. 110) (exp: & t) (89-distribute-fields-6.c:27:3-27:9)
2121
---
22-
> write with [mhp:{tid=[main, t_fun@89-distribute-fields-6.c:25:3-25:40#top]}, thread:[main, [email protected]:25:3-25:40#top]] (conf. 110) (exp: & t) (89-distribute-fields-6.c:19:3-19:9)
23-
> write with [mhp:{tid=[main]; created={[main, t_fun@89-distribute-fields-6.c:25:3-25:40#top]}}, thread:[main]] (conf. 110) (exp: & t) (89-distribute-fields-6.c:27:3-27:9)
22+
> write with [mhp:{tid=[main, t_fun@89-distribute-fields-6.c:25:3-25:40#]}, thread:[main, [email protected]:25:3-25:40#]] (conf. 110) (exp: & t) (89-distribute-fields-6.c:19:3-19:9)
23+
> write with [mhp:{tid=[main]; created={[main, t_fun@89-distribute-fields-6.c:25:3-25:40#]}}, thread:[main]] (conf. 110) (exp: & t) (89-distribute-fields-6.c:27:3-27:9)
2424
[1]

0 commit comments

Comments
 (0)