solidity/test/libsolidity
2020-04-16 16:42:12 +02:00
..
ABIJson
ASTJSON Update ASTJSON tests that fail to compile. 2020-04-14 10:59:28 +02:00
errorRecoveryTests
gasTests Anything outside storage is always a pointer. 2020-03-23 15:34:10 +01:00
semanticTests Fix tuple assignments for empty tuples in Yul IR. 2020-04-15 11:10:52 +02:00
smtCheckerTests [SMTChecker] Fix ICE in CHC internal calls 2020-04-07 01:09:03 +02:00
smtCheckerTestsJSON
syntaxTests Refactoring of errors and fixes for various ICEs. 2020-04-16 16:42:12 +02:00
util
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 Extract typing. 2020-04-14 10:59:28 +02: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
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 Apply modernize-use-override. 2020-04-02 18:00:44 -05:00
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
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 Apply modernize-use-override. 2020-04-02 18:00:44 -05:00
SolidityExpressionCompiler.cpp Extract typing. 2020-04-14 10:59:28 +02:00
SolidityNameAndTypeResolution.cpp
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp
SolidityParser.cpp Apply modernize-use-override. 2020-04-02 18:00:44 -05:00
SolidityScanner.cpp
SolidityTypes.cpp Annotate struct definitions with a recursive flag. 2020-04-16 16:42:12 +02:00
StandardCompiler.cpp
SyntaxTest.cpp Decoupled error checking and report printing in CommonSyntaxTest. 2020-03-16 23:22:56 +01:00
SyntaxTest.h
ViewPureChecker.cpp