leo/tests/expectations/execution/primitive_casts.out

62 lines
3.9 KiB
Plaintext
Raw Normal View History

---
namespace: Execute
expectation: Pass
outputs:
- - initial_symbol_table: 7554baa6589a44b298ae4c52ba6ff611059e297cebff88107778a551d6ee47da
type_checked_symbol_table: 35e8bc11be1e09d030711e2f8e6f4935b3774b0819472c9306d17143aba133e0
unrolled_symbol_table: 35e8bc11be1e09d030711e2f8e6f4935b3774b0819472c9306d17143aba133e0
initial_ast: a437250a76f757f0e1572b39cb86f1730870864da53b4edd7267542b2a3c6001
2023-08-18 00:13:43 +03:00
unrolled_ast: a437250a76f757f0e1572b39cb86f1730870864da53b4edd7267542b2a3c6001
ssa_ast: 76f173a3d87c32b5ad22951de4d9f880a42682a979c9543f7332afba951e8d9d
flattened_ast: a7893af01e645ca6f48dd64875adcb1385ee322bc9bbf17c5c06bb645a1da733
inlined_ast: a7893af01e645ca6f48dd64875adcb1385ee322bc9bbf17c5c06bb645a1da733
dce_ast: a7893af01e645ca6f48dd64875adcb1385ee322bc9bbf17c5c06bb645a1da733
bytecode: 9f8baa3f1bada186c32440e4880e858bd76b54dedb2d667a2b93c2d2a98f0752
warnings: ""
results:
address_casts:
- input: "[aleo1hjnn8jdxlzzlqjywamdx4hzcxny5gszzm0q5xmnae4ed6qqn2gys4ugtey]"
output: "SnarkVMError(Failed to execute instruction (cast r0 into r2 as boolean;): Cannot downcast a field literal to a boolean type (yet).)"
bool_casts:
- input: "[false]"
output: "SnarkVMError(Failed to execute instruction (cast r0 into r1 as address;): Cannot downcast a boolean literal to another type.)"
field_casts:
- input: "[0field]"
output: "SnarkVMError(Failed to execute instruction (cast r0 into r1 as address;): Cannot downcast a field literal to an address type.)"
group_casts:
- input: "[0group]"
output: "SnarkVMError(Failed to execute instruction (cast r0 into r2 as boolean;): Cannot downcast a field literal to a boolean type (yet).)"
i128_casts:
- input: "[0i128]"
output: "SnarkVMError(Failed to execute instruction (cast r0 into r1 as address;): Cannot downcast an i128 literal to another type (yet).)"
i16_casts:
- input: "[0i16]"
output: "SnarkVMError(Failed to execute instruction (cast r0 into r1 as address;): Cannot downcast an i16 literal to another type (yet).)"
i32_casts:
- input: "[0i32]"
output: "SnarkVMError(Failed to execute instruction (cast r0 into r1 as address;): Cannot downcast an i32 literal to another type (yet).)"
i64_casts:
- input: "[0i64]"
output: "SnarkVMError(Failed to execute instruction (cast r0 into r1 as address;): Cannot downcast an i64 literal to another type (yet).)"
i8_casts:
- input: "[0i8]"
output: "SnarkVMError(Failed to execute instruction (cast r0 into r1 as address;): Cannot downcast an i8 literal to another type (yet).)"
scalar_casts:
- input: "[0scalar]"
output: "SnarkVMError(Failed to execute instruction (cast r0 into r1 as address;): Cannot downcast a scalar literal to another type (yet).)"
u128_casts:
- input: "[0u128]"
output: "SnarkVMError(Failed to execute instruction (cast r0 into r1 as address;): Cannot downcast a u128 literal to another type (yet).)"
u16_casts:
- input: "[0u16]"
output: "SnarkVMError(Failed to execute instruction (cast r0 into r1 as address;): Cannot downcast a u16 literal to another type (yet).)"
u32_casts:
- input: "[0u32]"
output: "SnarkVMError(Failed to execute instruction (cast r0 into r1 as address;): Cannot downcast a u32 literal to another type (yet).)"
u64_casts:
- input: "[0u64]"
output: "SnarkVMError(Failed to execute instruction (cast r0 into r1 as address;): Cannot downcast a u64 literal to another type (yet).)"
u8_casts:
- input: "[0u8]"
output: "SnarkVMError(Failed to execute instruction (cast r0 into r1 as address;): Cannot downcast a u8 literal to another type (yet).)"