leo/tests/expectations/execution/eq.out

23 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-02-05 22:06:53 +03:00
---
namespace: Execute
expectation: Pass
outputs:
2023-04-12 21:43:56 +03:00
- - initial_ast: e384bbb19d9c6c31a1f7793869f62db14b66859be16bc50c89cbbbd392010ea8
unrolled_ast: e384bbb19d9c6c31a1f7793869f62db14b66859be16bc50c89cbbbd392010ea8
ssa_ast: e384bbb19d9c6c31a1f7793869f62db14b66859be16bc50c89cbbbd392010ea8
flattened_ast: e384bbb19d9c6c31a1f7793869f62db14b66859be16bc50c89cbbbd392010ea8
inlined_ast: e384bbb19d9c6c31a1f7793869f62db14b66859be16bc50c89cbbbd392010ea8
dce_ast: e384bbb19d9c6c31a1f7793869f62db14b66859be16bc50c89cbbbd392010ea8
2023-04-06 04:59:35 +03:00
bytecode: 65dc5b6d2517bf5b8da9b0947b784d4142cc1214a64c4cd7e2a80d3831b2167e
2023-04-03 21:57:25 +03:00
warnings: ""
2023-04-12 21:43:56 +03:00
results:
main:
- input: "[0u32, 1u32]"
output: "SnarkVMError(Failed to evaluate instruction (assert.eq r0 r1 ;): 'assert.eq' failed: '0u32' is not equal to '1u32' (should be equal))"
- input: "[1u32, 1u32]"
output: "[]"
- input: "[1u32, 2u32]"
output: "SnarkVMError(Failed to evaluate instruction (assert.eq r0 r1 ;): 'assert.eq' failed: '1u32' is not equal to '2u32' (should be equal))"
- input: "[2u32, 2u32]"
output: "[]"