Skip to content

Commit 217a776

Browse files
committed
test(integration): mark closure and transmute repros as passing
1 parent 75c45f3 commit 217a776

3 files changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
┌─ 1 (root, init)
3+
│ #execTerminator ( terminator ( ... kind: terminatorKindCall ( ... func: operandC
4+
│ span: 0
5+
6+
│ (314 steps)
7+
├─ 3 (terminal)
8+
│ #EndProgram ~> .K
9+
│ function: main
10+
11+
┊ constraint: true
12+
┊ subst: ...
13+
└─ 2 (leaf, target, terminal)
14+
#EndProgram ~> .K
15+
16+
17+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
┌─ 1 (root, init)
3+
│ #execTerminator ( terminator ( ... kind: terminatorKindCall ( ... func: operandC
4+
│ span: 0
5+
6+
│ (823 steps)
7+
├─ 3 (terminal)
8+
│ #EndProgram ~> .K
9+
│ function: main
10+
11+
┊ constraint: true
12+
┊ subst: ...
13+
└─ 2 (leaf, target, terminal)
14+
#EndProgram ~> .K
15+
16+
17+

kmir/src/tests/integration/test_integration.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
'assume-cheatcode-conflict-fail',
5656
'raw-ptr-cast-fail',
5757
'transmute-u8-to-enum-fail',
58+
'transmute-u8-to-enum-changed-discriminant-signed',
5859
'assert-inhabited-fail',
5960
'iterator-simple',
6061
'unions-fail',
@@ -63,6 +64,9 @@
6364
'test_offset_from-fail',
6465
'ref-ptr-cast-elem-fail',
6566
'ref-ptr-cast-elem-offset-fail',
67+
'and_then_closure-fail',
68+
'closure_access_struct',
69+
'iter-map-eq-copied-take-thunk-frontier-fail',
6670
]
6771

6872

0 commit comments

Comments
 (0)