Skip to content

Commit 558c0c4

Browse files
committed
Added intrinsics tests to prove show list.
1 parent 4d79325 commit 558c0c4

6 files changed

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

kmir/src/tests/integration/test_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
'spl-multisig-iter-eq-copied-next': ['repro'],
4444
}
4545
PROVE_SHOW_SPECS = [
46+
'intrinsics',
4647
'local-raw-fail',
4748
'interior-mut-fail',
4849
'interior-mut3-fail',

0 commit comments

Comments
 (0)