solidity/test/libsolidity
2020-04-02 13:52:27 +02:00
..
ABIJson
ASTJSON Anything outside storage is always a pointer. 2020-03-23 15:34:10 +01:00
errorRecoveryTests
gasTests Anything outside storage is always a pointer. 2020-03-23 15:34:10 +01:00
semanticTests Properly handle assignments of immutables at declaration. 2020-04-02 08:35:22 +02:00
smtCheckerTests Add support to internal function calls 2020-03-11 16:29:07 +01:00
smtCheckerTestsJSON Add support to internal function calls 2020-03-11 16:29:07 +01:00
syntaxTests Validate immutable variables 2020-04-02 13:52:27 +02:00
util Fixes raw bytes warning in semantic test framework. 2020-02-26 21:37:52 +01:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp
ABIJsonTest.cpp Introduced TestCaseReader. 2020-03-16 23:14:33 +01:00
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp
AnalysisFramework.h
Assembly.cpp Add reason string for internal reverts 2020-02-10 11:57:20 -03:00
ASTJSONTest.cpp
ASTJSONTest.h
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp
GasMeter.cpp
GasTest.cpp Introduced TestCaseReader. 2020-03-16 23:14:33 +01:00
GasTest.h
Imports.cpp
InlineAssembly.cpp Update tests. 2020-02-17 12:58:06 +01:00
LibSolc.cpp
Metadata.cpp
SemanticTest.cpp Unified use of settings. Removed a couple of unused functions. 2020-03-19 14:02:39 +01:00
SemanticTest.h Introduced TestCaseReader. 2020-03-16 23:14:33 +01:00
SemVerMatcher.cpp
SMTChecker.cpp
SMTCheckerJSONTest.cpp Decoupled error checking and report printing in CommonSyntaxTest. 2020-03-16 23:22:56 +01:00
SMTCheckerJSONTest.h
SMTCheckerTest.cpp Decoupled error checking and report printing in CommonSyntaxTest. 2020-03-16 23:22:56 +01:00
SMTCheckerTest.h Introduced TestCase::shouldRun(). 2020-03-09 15:52:20 +01:00
SolidityCompiler.cpp
SolidityEndToEndTest.cpp Extract 45 tests from SolidityEndToEndTest.cpp 2020-03-26 17:39:12 +01:00
SolidityExecutionFramework.cpp Add --show-metadata to enable metadata output. 2020-03-12 13:39:29 -05:00
SolidityExecutionFramework.h Add --show-metadata to enable metadata output. 2020-03-12 13:39:29 -05:00
SolidityExpressionCompiler.cpp Refactor: Replace inheritance hierarchy by most derived contract. 2020-03-26 18:27:39 +01:00
SolidityNameAndTypeResolution.cpp Update tests. 2020-02-17 12:58:06 +01:00
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp
SolidityParser.cpp Immutable is not reserved anymore. 2020-03-02 14:20:17 +01:00
SolidityScanner.cpp
SolidityTypes.cpp
StandardCompiler.cpp Assembly: Added missing source field to legacy assembly json output to complete the source reference 2020-02-18 10:22:34 +01:00
SyntaxTest.cpp Decoupled error checking and report printing in CommonSyntaxTest. 2020-03-16 23:22:56 +01:00
SyntaxTest.h
ViewPureChecker.cpp Update tests. 2020-02-17 12:58:06 +01:00