Skip to content

Commit ece9ee3

Browse files
committed
test(integration): mark closure and transmute repros as passing
1 parent d20e8a9 commit ece9ee3

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
@@ -58,6 +58,7 @@
5858
'assume-cheatcode-conflict-fail',
5959
'raw-ptr-cast-fail',
6060
'transmute-u8-to-enum-fail',
61+
'transmute-u8-to-enum-changed-discriminant-signed',
6162
'assert-inhabited-fail',
6263
'iterator-simple',
6364
'unions-fail',
@@ -66,6 +67,9 @@
6667
'test_offset_from-fail',
6768
'ref-ptr-cast-elem-fail',
6869
'ref-ptr-cast-elem-offset-fail',
70+
'and_then_closure-fail',
71+
'closure_access_struct',
72+
'iter-map-eq-copied-take-thunk-frontier-fail',
6973
]
7074

7175

0 commit comments

Comments
 (0)