solidity/test/libsolidity
2017-04-28 15:24:59 +02:00
..
Assembly.cpp Extract scopes into compiler stack. 2017-02-14 13:23:44 +01:00
ASTJSON.cpp refactoring parse() into two separate functions 2017-04-27 12:38:24 +02:00
ErrorCheck.cpp test: various fixes 2016-11-24 19:22:26 +01:00
ErrorCheck.h interface: move searchForSubstring out of Error class into a separate file 2016-11-24 16:45:17 +01:00
GasMeter.cpp Remove a test about SELFDESTRUCT because the test harness obtains refund while the gas meter should not assume the refund. 2017-04-25 16:47:44 +02:00
Imports.cpp Modify library collision test 2017-01-16 12:32:58 -05:00
InlineAssembly.cpp Fix compiler warning. 2017-02-20 11:57:50 +01:00
SemVerMatcher.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
SolidityABIJSON.cpp refactoring parse() into two separate functions 2017-04-27 12:38:24 +02:00
SolidityEndToEndTest.cpp Add more complex tests for interfaces 2017-03-17 17:06:53 +00:00
SolidityExecutionFramework.cpp Move ExecutionFramework to the dev::test namespace 2016-11-29 21:54:27 +00:00
SolidityExecutionFramework.h Submit library addresses to the compiler in tests (and not link afterwards) 2016-12-01 16:04:00 +01:00
SolidityExpressionCompiler.cpp Extract scopes into compiler stack. 2017-02-14 13:23:44 +01:00
SolidityNameAndTypeResolution.cpp More pure tests. 2017-04-24 18:08:21 +02:00
SolidityNatspecJSON.cpp refactoring parse() into two separate functions 2017-04-27 12:38:24 +02:00
SolidityOptimizer.cpp Tests for optimizing constants. 2017-03-03 16:51:29 +01:00
SolidityParser.cpp Add tests for interfaces 2017-03-17 17:06:49 +00:00
SolidityScanner.cpp Add tests for scientific notation 2017-03-15 13:06:26 +00:00
SolidityTypes.cpp Add ContractKind to ContractDefinition 2017-03-17 16:27:04 +00:00
StandardCompiler.cpp enumchecks not working 2017-04-28 15:24:59 +02:00