| .. |
|
abiencodedecode
|
Copy byte array to storage.
|
2020-10-29 18:53:15 +01:00 |
|
abiEncoderV1
|
Moving some struct tests to semanticTests
|
2020-11-10 16:37:29 +01:00 |
|
abiEncoderV2
|
Fix calldata index access.
|
2020-11-11 18:42:26 +01:00 |
|
accessor
|
|
|
|
arithmetics
|
|
|
|
array
|
Copy byte arrays from storage to storage.
|
2020-11-16 19:06:33 +01:00 |
|
asmForLoop
|
|
|
|
builtinFunctions
|
Copying of arrays from storage to memory.
|
2020-10-08 15:16:13 +02:00 |
|
calldata
|
Implement internal functions in storage.
|
2020-11-02 23:10:03 +01:00 |
|
cleanup
|
Fix conversion bug for exp operation.
|
2020-07-27 10:44:42 +02:00 |
|
constants
|
New tests.
|
2020-10-08 18:56:18 +02:00 |
|
constructor
|
Moving some more array tests to semanticTests.
|
2020-11-13 12:32:39 +01:00 |
|
conversions
|
|
|
|
ecrecover
|
|
|
|
enums
|
|
|
|
exponentiation
|
|
|
|
expressions
|
[Sol->Yul] Adding new and activating old tests for copying of arrays to storage.
|
2020-10-13 20:31:11 +02:00 |
|
fallback
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
freeFunctions
|
Fix dependency tracking for abstract contracts for Yul codegen
|
2020-10-20 16:58:24 +02:00 |
|
functionCall
|
Fix initializing mapping return variables.
|
2020-11-11 18:08:42 +01:00 |
|
functionSelector
|
|
|
|
functionTypes
|
Test with storage struct containing external function.
|
2020-11-03 14:34:18 +01:00 |
|
getters
|
|
|
|
immutable
|
Fix Yul codegen for try with create.
|
2020-11-11 17:52:50 +01:00 |
|
inlineAssembly
|
[Sol->Yul] Implementing conversion of struct to struct pointer.
|
2020-10-08 16:37:57 +02:00 |
|
integer
|
Moving some tests to semantic tests.
|
2020-11-03 11:00:52 +01:00 |
|
interfaceID
|
Bit operations for fixed bytes types.
|
2020-10-28 18:04:54 +01:00 |
|
intheritance
|
Implement internal functions in storage.
|
2020-11-02 23:10:03 +01:00 |
|
libraries
|
Fixing ICE when returning Struct from library
|
2020-10-13 20:00:11 +02:00 |
|
literals
|
|
|
|
metaTypes
|
|
|
|
modifiers
|
|
|
|
multiSource
|
|
|
|
operators
|
Moving some tests to semantic tests.
|
2020-11-03 11:00:52 +01:00 |
|
optimizer
|
|
|
|
receive
|
|
|
|
reverts
|
Convert properly during storing.
|
2020-11-02 21:15:34 +01:00 |
|
revertStrings
|
Add tests for ABI coding empty strings and string literals
|
2020-11-04 17:48:59 +00:00 |
|
salted_create
|
Fix Yul codegen for try with create.
|
2020-11-11 17:52:50 +01:00 |
|
smoke
|
Merge pull request #10174 from ethereum/storeInternalFunctions
|
2020-11-03 09:56:12 +01:00 |
|
specialFunctions
|
|
|
|
statements
|
Extracting more end-to-end tests.
|
2019-07-08 16:04:52 +02:00 |
|
storage
|
Simplify split parameter.
|
2020-11-03 14:34:18 +01:00 |
|
strings
|
Add tests for ABI coding empty strings and string literals
|
2020-11-04 17:48:59 +00:00 |
|
structs
|
Moving some bytes and array tests to semanticTests
|
2020-11-13 12:32:39 +01:00 |
|
tryCatch
|
Moving try catch test to semantic tests.
|
2020-11-13 12:32:35 +01:00 |
|
types
|
|
|
|
underscore
|
Add syntax and semantic tests for underscore
|
2020-11-03 15:22:57 +00:00 |
|
uninitializedFunctionPointer
|
Implement internal functions in storage.
|
2020-11-02 23:10:03 +01:00 |
|
variables
|
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
|
2020-05-05 00:38:13 +02:00 |
|
various
|
Implement internal functions in storage.
|
2020-11-02 23:10:03 +01:00 |
|
viaYul
|
Disable StackLimitEvader again until we have stronger correctness guarantees.
|
2020-10-15 16:16:41 +02:00 |
|
virtualFunctions
|
Update tests.
|
2020-07-07 12:16:18 +02:00 |
|
c99_scoping_activation.sol
|
|
|
|
constructor_ihneritance_init_order_2.sol
|
|
|
|
constructor_inheritance_init_order.sol
|
|
|
|
constructor_with_params_diamond_inheritance.sol
|
|
|
|
constructor_with_params_inheritance_2.sol
|
|
|
|
constructor_with_params_inheritance.sol
|
|
|
|
constructor_with_params.sol
|
|
|
|
dirty_calldata_bytes.sol
|
|
|
|
dirty_calldata_dynamic_array.sol
|
|
|
|
dirty_memory_bytes_to_storgage_copy.sol
|
|
|
|
empty_contract.sol
|
|
|
|
empty_for_loop.sol
|
Moving some tests to semantic tests.
|
2020-11-03 11:00:52 +01:00 |
|
interface_inheritance_conversions.sol
|
|
|
|
isoltestFormatting.sol
|
|
|
|
snark.sol
|
|
|
|
state_var_initialization.sol
|
|
|
|
state_variables_init_order_2.sol
|
|
|
|
state_variables_init_order_3.sol
|
|
|
|
state_variables_init_order.sol
|
|
|