solidity/test
chriseth 1b7878cfde
Merge pull request #6445 from ethereum/circularStorageMemoryCopy
Implemented copying recursive structs from storage to memory.
2019-04-03 10:20:23 +02:00
..
cmdlineTests Add warning that Yul is still experimental 2019-03-25 20:17:11 +00:00
compilationTests Set pragma to arbitrary. 2018-10-24 14:52:55 +02:00
contracts Fix constructor in AuctionRegistrar 2018-11-21 19:21:14 +00:00
externalTests Splits up external tests into separate files. 2019-04-02 13:42:58 +02:00
libdevcore Remove w parameter for toHex. 2018-12-05 22:51:49 +01:00
libevmasm Optimize obsolete ANDs in combination with certain SHIFTs 2019-03-29 10:08:05 +01:00
liblangutil Fix tabs/spaces. 2019-02-13 17:05:48 +01:00
liblll Remove "using namespace". 2019-03-28 14:32:48 +01:00
libsolidity Implement copying recursive structs from storage to memory. 2019-04-02 16:01:44 +02:00
libyul Yul Optimizer: Remove dead code 2019-04-01 17:16:04 +02:00
tools Use default EVMVersion instead of a hard coded one 2019-04-02 11:40:59 +02:00
boostTest.cpp Support EVM Version rules for extracted tests. 2019-03-15 17:23:20 +01:00
buglist_test_vectors.md Update bug description, add regex and tests. 2018-09-10 12:58:40 +02:00
buglistTests.js Buglist check script supports json paths 2018-09-06 18:42:21 +02:00
CMakeLists.txt Interpreter tests. 2019-02-25 11:58:36 +01:00
cmdlineTests.sh Run several instances of solfuzzer in parallel 2019-04-01 17:18:15 +02:00
Common.cpp Support EVM Version rules for extracted tests. 2019-03-15 17:23:20 +01:00
Common.h Support EVM Version rules for extracted tests. 2019-03-15 17:23:20 +01:00
ExecutionFramework.cpp Rename "enabled" optimizer setting stage to "standard". 2019-03-21 11:04:40 +01:00
ExecutionFramework.h Use "none" and "full" optimizer settings in the optimizer tests. 2019-03-20 16:11:37 +01:00
externalTests.sh Splits up external tests into separate files. 2019-04-02 13:42:58 +02:00
InteractiveTests.h Interpreter tests. 2019-02-25 11:58:36 +01:00
Metadata.cpp Add tiny CBOR parser 2019-03-11 13:01:37 +01:00
Metadata.h Add tiny CBOR parser 2019-03-11 13:01:37 +01:00
Options.cpp Support EVM Version rules for extracted tests. 2019-03-15 17:23:20 +01:00
Options.h Support EVM Version rules for extracted tests. 2019-03-15 17:23:20 +01:00
RPCSession.cpp Fix throw in error output 2019-03-26 11:32:08 +01:00
RPCSession.h Shutdown IPC socket gracefully in RPCSession 2019-01-31 13:16:35 +00:00
solcjsTests.sh Use master branch from solc-js. 2019-02-11 15:29:58 +01:00
TestCase.cpp Review suggestions. 2019-03-18 14:34:00 +01:00
TestCase.h Support EVM Version rules for extracted tests. 2019-03-15 17:23:20 +01:00