solidity/test/libsolidity/syntaxTests/inlineAssembly
2019-11-19 12:10:07 +01:00
..
invalid Analyze inline assembly variable declarations for invalid or shadowing names. 2019-11-07 13:04:37 +01:00
shadowing Analyze inline assembly variable declarations for invalid or shadowing names. 2019-11-07 13:04:37 +01:00
assignment_from_contract.sol Add more comprehensive tests for embedded inline assembly LValue/RValue access 2018-07-25 10:45:31 +01:00
assignment_from_functiontype.sol Add more comprehensive tests for embedded inline assembly LValue/RValue access 2018-07-25 10:45:31 +01:00
assignment_from_library.sol Add more comprehensive tests for embedded inline assembly LValue/RValue access 2018-07-25 10:45:31 +01:00
assignment_from_super.sol Add more comprehensive tests for embedded inline assembly LValue/RValue access 2018-07-25 10:45:31 +01:00
assignment_to_special.sol Treat magic variables as unknown identifiers in inline assembly 2019-10-28 14:59:50 +11:00
constant_access_non_initialized.sol Cope with constants without value in inline assembly. 2019-07-09 11:12:13 +02:00
constant_access.sol Support constant numbers in inline assembly. 2019-07-02 14:01:05 +02:00
constant_array.sol Support constant numbers in inline assembly. 2019-07-02 14:01:05 +02:00
constant_computation.sol Support constant numbers in inline assembly. 2019-07-02 14:01:05 +02:00
constant_ref.sol Support constant numbers in inline assembly. 2019-07-02 14:01:05 +02:00
function_call_invalid_argument_count.sol Improve yul error messages around number of arguments and variables. 2018-12-04 11:37:03 +01:00
function_call_not_found.sol Add more tests for inlineasm/AsmAnalyzer 2018-07-25 10:45:31 +01:00
function_call_to_variable.sol Add more tests for inlineasm/AsmAnalyzer 2018-07-25 10:45:31 +01:00
function_without_call.sol Adapting the tests to strict inline assembly. 2019-10-25 15:01:25 +02:00
in_modifier.sol Move inline assembly tests from nameAndTypeResolution to inlineAssembly 2019-02-20 11:00:02 +00:00
istanbul_on_petersburg.sol Adjusts syntax and semantic tests to 0.6.0 2019-11-19 12:10:07 +01:00
istanbul.sol Fix assembly parsing by passing evm version. 2019-11-14 13:06:36 +01:00
leave_invalid.sol Tests 2019-10-29 14:32:16 +01:00
leave.sol Tests 2019-10-29 14:32:16 +01:00
no_unused_variable_warning.sol Move inline assembly tests from nameAndTypeResolution to inlineAssembly 2019-02-20 11:00:02 +00:00
overloaded_reference.sol Provide nicer error message when referencing overloaded references 2018-08-08 15:59:24 +01:00
period_in_identifer.sol Support period as part of identifiers for Yul and Inline Assembly. 2019-04-25 16:48:16 +02:00
storage_reference_assignment.sol Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
storage_reference_empty_offset.sol Adapting the tests to strict inline assembly. 2019-10-25 15:01:25 +02:00
storage_reference_empty_slot.sol Adapting the tests to strict inline assembly. 2019-10-25 15:01:25 +02:00
storage_reference_fine.sol Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
storage_reference_on_function.sol More precise error message if using non-variables with _slot/_offset 2018-08-07 13:18:54 +01:00
storage_reference_on_memory.sol Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
storage_reference.sol Split fallback function and introduce "fallback()" and "receive()" syntax. 2019-11-04 17:17:58 +01:00
two_stack_slots.sol Move inline assembly tests from nameAndTypeResolution to inlineAssembly 2019-02-20 11:00:02 +00:00
use_msize_with_optimizer.sol Do not allow msize in inline assembly if the Yul optimizer is active. 2019-05-28 12:54:33 +02:00
use_msize_without_optimizer.sol Do not allow msize in inline assembly if the Yul optimizer is active. 2019-05-28 12:54:33 +02:00