solidity/test/libsolidity/semanticTests/inlineAssembly
Daniel Kirchner 1a0605c594 Update tests.
2021-11-03 12:39:55 +01:00
..
basefee_berlin_function.sol Tests for basefee as identifier in inline assembly 2021-08-11 10:46:40 +02:00
calldata_array_assign_dynamic.sol Fix inline assembly assignments to calldata structs and statically-sized arrays. 2021-09-13 15:22:46 +02:00
calldata_array_assign_static.sol Fix inline assembly assignments to calldata structs and statically-sized arrays. 2021-09-13 15:22:46 +02:00
calldata_array_read.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calldata_assign_from_nowhere.sol Support .offset and .length for calldata bytes and string arrays. 2020-11-18 01:45:56 +01:00
calldata_assign.sol Support .offset and .length for calldata bytes and string arrays. 2020-11-18 01:45:56 +01:00
calldata_length_read.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calldata_offset_read_write.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calldata_offset_read.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calldata_struct_assign_and_return.sol Fix inline assembly assignments to calldata structs and statically-sized arrays. 2021-09-13 15:22:46 +02:00
calldata_struct_assign.sol Fix inline assembly assignments to calldata structs and statically-sized arrays. 2021-09-13 15:22:46 +02:00
chainid.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
constant_access_referencing.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
constant_access.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
external_function_pointer_address_assignment.sol Add `.address and .selector` in inside assembly for external function pointers 2021-10-04 18:05:57 +02:00
external_function_pointer_address.sol Add `.address and .selector` in inside assembly for external function pointers 2021-10-04 18:05:57 +02:00
external_function_pointer_selector_assignment.sol Add `.address and .selector` in inside assembly for external function pointers 2021-10-04 18:05:57 +02:00
external_function_pointer_selector.sol Add `.address and .selector` in inside assembly for external function pointers 2021-10-04 18:05:57 +02:00
external_identifier_access_shadowing.sol Fixed inline assembly external identifier access. 2021-08-11 18:18:29 +02:00
function_name_clash.sol Do not use named function labels if function names are not unique. 2021-10-19 18:33:00 +02:00
inline_assembly_embedded_function_call.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_assembly_for2.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_assembly_for.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_assembly_function_call2.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_assembly_function_call_assignment.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_assembly_function_call.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_assembly_if.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_assembly_in_modifiers.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
inline_assembly_memory_access.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_assembly_read_and_write_stack.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_assembly_recursion.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_assembly_storage_access_inside_function.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_assembly_storage_access_local_var.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_assembly_storage_access_via_pointer.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_assembly_storage_access.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_assembly_switch.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inline_assembly_write_to_stack.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inlineasm_empty_let.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
keccak256_assembly.sol Sort tests. 2020-03-19 14:42:25 +01:00
keccak256_optimization.sol Changelog and test for the KeccakCaching bug 2021-03-23 11:09:00 +01:00
keccak256_optimizer_bug_different_memory_location.sol Changelog and test for the KeccakCaching bug 2021-03-23 11:09:00 +01:00
keccak256_optimizer_cache_bug.sol Changelog and test for the KeccakCaching bug 2021-03-23 11:09:00 +01:00
keccak_optimization_bug_string.sol Changelog and test for the KeccakCaching bug 2021-03-23 11:09:00 +01:00
keccak_yul_optimization.sol Update tests. 2021-11-03 12:39:55 +01:00
leave.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
selfbalance.sol TestFileParser: Adding new keyword wei for expressing function value 2020-02-21 11:39:37 +01:00
shadowing_local_function_opcode.sol Enable more semantic tests for Ewasm 2021-04-23 17:00:01 +01:00
slot_access.sol Support .offset and .length for calldata bytes and string arrays. 2020-11-18 01:45:56 +01:00
truefalse.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00