solidity/test/libsolidity
chriseth 0582fcb93b Merge pull request #2194 from ethereum/removeerrorlabel
Remove error label / invalid jump label.
2017-05-05 14:25:43 +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 Remove error label / invalid jump label. 2017-04-28 13:14:52 +02: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 Remove error label / invalid jump label. 2017-04-28 13:14:52 +02:00
SolidityExecutionFramework.cpp Move ExecutionFramework to the dev::test namespace 2016-11-29 21:54:27 +00:00
SolidityExecutionFramework.h Revert "Fix contract lookup in tests" 2017-01-16 18:07:48 -05:00
SolidityExpressionCompiler.cpp Extract scopes into compiler stack. 2017-02-14 13:23:44 +01:00
SolidityNameAndTypeResolution.cpp Fix tests. 2017-05-03 11:30:40 +02:00
SolidityNatspecJSON.cpp refactoring parse() into two separate functions 2017-04-27 12:38:24 +02:00
SolidityOptimizer.cpp Stricter tests for constant optimization. 2017-05-02 12:20:00 +02: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 Follow the JSON I/O spec closely 2017-05-02 16:52:38 +02:00