solidity/test/libsolidity
2021-04-27 13:43:07 +02:00
..
ABIJson
analysis Add creationCode/runtimeCode contract creation detection to call graph 2021-03-22 15:44:23 +01:00
ASTJSON Export used errors in the AST. 2021-04-19 14:15:50 +02:00
errorRecoveryTests Update existing tests. 2020-10-08 18:56:17 +02:00
gasTests Update gas costs. 2021-04-22 16:54:02 +02:00
semanticTests [isoltest] Add support for external sources. 2021-04-26 08:27:30 -05:00
smtCheckerTests Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
syntaxTests Add verbatim builtin. 2021-04-26 19:56:44 +02:00
util SoltestErrors: Qualify runtime_error with std:: to make it possible to use in in headers 2021-04-27 13:43:07 +02:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp
ABIJsonTest.cpp
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp Remove obsolete Error constructor 2021-04-23 23:55:22 +01:00
AnalysisFramework.h
Assembly.cpp
ASTJSONTest.cpp
ASTJSONTest.h
constructor_inheritance_init_order_3.sol
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp
GasMeter.cpp
GasTest.cpp
GasTest.h
Imports.cpp
InlineAssembly.cpp
LibSolc.cpp
Metadata.cpp
SemanticTest.cpp [isoltest] Add support for external sources. 2021-04-26 08:27:30 -05:00
SemanticTest.h Fix test builtins & add simple smoke test. 2021-04-26 07:51:43 -05:00
SemVerMatcher.cpp
SMTCheckerTest.cpp
SMTCheckerTest.h
SolidityCompiler.cpp
SolidityEndToEndTest.cpp Replaced boost::adaptors::transformed 2021-04-08 17:38:14 +05:30
SolidityExecutionFramework.cpp [isoltest] Add support for external sources. 2021-04-26 08:27:30 -05:00
SolidityExecutionFramework.h [isoltest] Add support for external sources. 2021-04-26 08:27:30 -05:00
SolidityExpressionCompiler.cpp
SolidityNameAndTypeResolution.cpp
SolidityNatspecJSON.cpp Natspec: Don't copy from base function if return parameters differ 2021-04-19 15:20:30 +02:00
SolidityOptimizer.cpp
SolidityParser.cpp
SolidityTypes.cpp
StandardCompiler.cpp Export used errors in the AST. 2021-04-19 14:15:50 +02:00
SyntaxTest.cpp [isoltest] Add support for external sources. 2021-04-26 08:27:30 -05:00
SyntaxTest.h
ViewPureChecker.cpp