.. |
array_memory_allocation
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
cleanup
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
conditional
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
conversion
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
loops
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
storage
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
array_2d_assignment.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
array_2d_new.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
array_3d_assignment.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
array_3d_new.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
array_function_pointers.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
array_memory_as_parameter.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
array_memory_create.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
array_memory_index_access.sol
|
Checks for overflow/underflow after add/sub operations.
|
2022-06-23 14:41:12 -03:00 |
array_push_return_reference.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
array_push_with_arg.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
array_storage_index_access.sol
|
Checks for overflow/underflow after add/sub operations.
|
2022-06-23 14:41:12 -03:00 |
array_storage_index_boundary_test.sol
|
Update test expectations.
|
2022-05-23 13:37:50 +02:00 |
array_storage_index_zeroed_test.sol
|
Checks for overflow/underflow after add/sub operations.
|
2022-06-23 14:41:12 -03:00 |
array_storage_length_access.sol
|
Update test expectations.
|
2022-05-23 13:37:50 +02:00 |
array_storage_pop_zero_length.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
array_storage_push_empty_length_address.sol
|
Update test expectations.
|
2022-05-23 13:37:50 +02:00 |
array_storage_push_empty.sol
|
Update test expectations.
|
2022-05-23 13:37:50 +02:00 |
array_storage_push_pop.sol
|
Update test expectations.
|
2022-05-23 13:37:50 +02:00 |
assert_and_require.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
assert.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
assign_tuple_from_function_call.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
calldata_array_access.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
calldata_array_index_range_access.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
calldata_array_length.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
calldata_array_three_dimensional.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
calldata_bytes_array_bounds.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
comparison_functions.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
comparison.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
copy_struct_invalid_ir_bug.sol
|
Update test expectations.
|
2022-05-23 13:37:50 +02:00 |
define_tuple_from_function_call.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
delete.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
detect_add_overflow_signed.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
detect_add_overflow.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
detect_div_overflow.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
detect_mod_zero_signed.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
detect_mod_zero.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
detect_mul_overflow_signed.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
detect_mul_overflow.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
detect_sub_overflow_signed.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
detect_sub_overflow.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
dirty_calldata_struct.sol
|
Tests/Docs after stricter explicit conversion.
|
2020-12-03 16:51:05 +01:00 |
dirty_memory_dynamic_array.sol
|
Trivial isoltest updates: directives sorted alphabetically
|
2021-04-20 17:21:56 +02:00 |
dirty_memory_int32.sol
|
Trivial isoltest updates: directives sorted alphabetically
|
2021-04-20 17:21:56 +02:00 |
dirty_memory_static_array.sol
|
Trivial isoltest updates: directives sorted alphabetically
|
2021-04-20 17:21:56 +02:00 |
dirty_memory_struct.sol
|
Trivial isoltest updates: directives sorted alphabetically
|
2021-04-20 17:21:56 +02:00 |
dirty_memory_uint32.sol
|
Trivial isoltest updates: directives sorted alphabetically
|
2021-04-20 17:21:56 +02:00 |
empty_return_corrupted_free_memory_pointer.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
exp_literals_success.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
exp_literals.sol
|
Trivial isoltest updates: directives sorted alphabetically
|
2021-04-20 17:21:56 +02:00 |
exp_neg_overflow.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
exp_neg.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
exp_overflow.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
exp_various.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
exp.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
function_address.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
function_entry_checks.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
function_pointers.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
function_selector.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
if.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
keccak.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
local_address_assignment.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
local_assignment.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
local_bool_assignment.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
local_tuple_assignment.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
local_variable_without_init.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
mapping_enum_key_getter.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
mapping_getters.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
mapping_string_key.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
memory_struct_allow.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
msg_sender.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
negation_bug.sol
|
Remove empty settings.
|
2022-05-19 20:23:28 +02:00 |
require.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
return_and_convert.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
return_storage_pointers.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
return.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
short_circuit.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
simple_assignment.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
simple_inline_asm.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
smoke_test.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
string_format.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
string_literals.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
struct_member_access.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
tuple_evaluation_order.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
unary_fixedbytes.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
unary_operations.sol
|
Enable more semantic tests for Ewasm
|
2021-04-23 17:00:01 +01:00 |
various_inline_asm.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |
virtual_functions.sol
|
Remove // compileViaYul: also
|
2022-05-19 20:23:28 +02:00 |