solidity/test/libsolidity
chriseth 276c777af3
Merge pull request #7976 from ethereum/solc-api
Test solidity_free in tests too
2019-12-12 12:48:28 +01:00
..
ABIJson Merge remote-tracking branch 'origin/develop' into develop_060 2019-11-14 13:42:46 +01:00
ASTJSON Sync & update AST exporting according to AST changes 2019-12-09 10:42:24 +00:00
errorRecoveryTests
gasTests Merge remote-tracking branch 'origin/develop' into develop_060 2019-12-04 17:01:44 +01:00
semanticTests Merge remote-tracking branch 'origin/develop' into develop_060 2019-12-10 10:07:30 +01:00
smtCheckerTests Merge remote-tracking branch 'origin/develop' into develop_060 2019-12-09 17:16:58 +01:00
smtCheckerTestsJSON
syntaxTests Do not call ABIEncoderV2 experimental. 2019-12-12 10:59:07 +01:00
util
ABIDecoderTests.cpp Adjusts end-to-end tests to read-only array length. 2019-11-19 21:11:14 +01:00
ABIEncoderTests.cpp Adjusts end-to-end tests to read-only array length. 2019-11-19 21:11:14 +01:00
ABIJsonTest.cpp
ABIJsonTest.h Restrict usage of plain "new". 2019-11-27 17:55:11 +01:00
ABITestsCommon.h
AnalysisFramework.cpp
AnalysisFramework.h Remove deprecated code 2019-12-09 15:32:08 +01:00
Assembly.cpp Merge remote-tracking branch 'origin/develop' into develop_060 2019-11-14 13:42:46 +01:00
ASTJSONTest.cpp
ASTJSONTest.h Restrict usage of plain "new". 2019-11-27 17:55:11 +01:00
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp Fix gas cost test. 2019-12-05 10:17:09 +01:00
GasMeter.cpp Merge pull request #7350 from ethereum/array-length-rvalue 2019-11-21 19:22:42 +01:00
GasTest.cpp
GasTest.h
Imports.cpp
InlineAssembly.cpp
LibSolc.cpp libsolc: change return type of compile to non-const 2019-12-12 11:26:16 +00:00
Metadata.cpp Merge remote-tracking branch 'origin/develop' into develop_060 2019-12-03 21:17:15 +01:00
SemanticTest.cpp
SemanticTest.h
SemVerMatcher.cpp Fix semver matcher differently. 2019-12-09 15:45:01 +01:00
SMTChecker.cpp Extract SMTChecker mod test 2019-12-09 15:32:08 +01:00
SMTCheckerJSONTest.cpp Add SMTCheckerTest for isoltest 2019-12-09 15:32:08 +01:00
SMTCheckerJSONTest.h Add SMTCheckerTest for isoltest 2019-12-09 15:32:08 +01:00
SMTCheckerTest.cpp Add SMTCheckerTest for isoltest 2019-12-09 15:32:08 +01:00
SMTCheckerTest.h Add SMTCheckerTest for isoltest 2019-12-09 15:32:08 +01:00
SolidityCompiler.cpp
SolidityEndToEndTest.cpp Merge remote-tracking branch 'origin/develop' into develop_060 2019-12-10 10:07:30 +01:00
SolidityExecutionFramework.cpp
SolidityExecutionFramework.h
SolidityExpressionCompiler.cpp Merge remote-tracking branch 'origin/develop' into develop_060 2019-11-14 13:42:46 +01:00
SolidityNameAndTypeResolution.cpp Require unimplemented functions to be virtual. 2019-12-02 21:59:00 +01:00
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp Adjusts end-to-end tests to read-only array length. 2019-11-19 21:11:14 +01:00
SolidityParser.cpp
SolidityScanner.cpp Allow splitting string literals into multiple parts 2019-11-26 14:41:30 +03:00
SolidityTypes.cpp
StandardCompiler.cpp Merge remote-tracking branch 'origin/develop' into develop_060 2019-12-04 17:01:44 +01:00
SyntaxTest.cpp Merge remote-tracking branch 'origin/develop' into develop_060 2019-12-09 17:16:58 +01:00
SyntaxTest.h Merge remote-tracking branch 'origin/develop' into develop_060 2019-12-09 17:16:58 +01:00
ViewPureChecker.cpp