solidity/test/libsolidity
2020-09-16 11:15:52 +02:00
..
ABIJson
ASTJSON Use same multi-source-syntax for test files 2020-09-15 12:44:02 +02:00
errorRecoveryTests
gasTests Handle "leaf functions" first in full inliner. 2020-09-10 17:01:19 +02:00
semanticTests Fix static arrays with dynamic elements not being treated as dynamic in FunctionType::returnParameterTypesWithoutDynamicTypes() 2020-09-16 11:15:52 +02:00
smtCheckerTests [SMTChecker] Support revert() 2020-09-15 11:46:33 +01:00
syntaxTests Correct the warning for homonymous, but not shadowing declarations 2020-09-15 02:39:21 +02:00
util Fix test expectation update 2020-08-31 12:50:18 +02:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp
ABIJsonTest.cpp
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp
AnalysisFramework.h
Assembly.cpp Assign scopes as a separate step. 2020-09-02 20:45:33 +02:00
ASTJSONTest.cpp Use same multi-source-syntax for test files 2020-09-15 12:44:02 +02:00
ASTJSONTest.h
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp
GasMeter.cpp
GasTest.cpp
GasTest.h
Imports.cpp
InlineAssembly.cpp
LibSolc.cpp
Metadata.cpp
SemanticTest.cpp Add support for ewasm evmc vm. 2020-09-08 12:41:42 -05:00
SemanticTest.h Add support for ewasm evmc vm. 2020-09-08 12:41:42 -05:00
SemVerMatcher.cpp
SMTChecker.cpp
SMTCheckerJSONTest.cpp
SMTCheckerJSONTest.h
SMTCheckerTest.cpp
SMTCheckerTest.h
SolidityCompiler.cpp
SolidityEndToEndTest.cpp Add support for ewasm evmc vm. 2020-09-08 12:41:42 -05:00
SolidityExecutionFramework.cpp Adjust testing framework. 2020-09-15 14:41:46 +02:00
SolidityExecutionFramework.h Add support for ewasm evmc vm. 2020-09-08 12:41:42 -05:00
SolidityExpressionCompiler.cpp Assign scopes as a separate step. 2020-09-02 20:45:33 +02:00
SolidityNameAndTypeResolution.cpp
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp
SolidityParser.cpp
SolidityTypes.cpp
StandardCompiler.cpp Tests and changelog 2020-09-03 13:15:38 +02:00
SyntaxTest.cpp
SyntaxTest.h
ViewPureChecker.cpp