solidity/test/libsolidity
2020-10-26 14:01:40 +01:00
..
ABIJson
ASTJSON Allow path syntax for super constructor calls 2020-10-13 14:32:11 +02:00
errorRecoveryTests Update existing tests. 2020-10-08 18:56:17 +02:00
gasTests Update gas costs. 2020-10-22 19:25:55 +02:00
semanticTests Merge pull request #10097 from ethereum/develop 2020-10-23 10:30:24 +02:00
smtCheckerTests Fix failing SMTChecker test on breaking 2020-10-26 14:01:40 +01:00
syntaxTests Remove low-level log functions. 2020-10-22 17:50:14 +02:00
util Fix error message formatting in isoltest. 2020-10-13 17:20:19 +02:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp Update tests. 2020-10-22 19:25:55 +02:00
ABIJsonTest.cpp
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp Complete error coverage of Parser and SyntaxChecker 2020-09-29 16:07:02 +02:00
AnalysisFramework.h Complete error coverage of Parser and SyntaxChecker 2020-09-29 16:07:02 +02:00
Assembly.cpp Assign scopes as a separate step. 2020-09-02 20:45:33 +02:00
ASTJSONTest.cpp Stop after parsing. 2020-09-30 16:57:49 +02:00
ASTJSONTest.h Stop after parsing. 2020-09-30 16:57:49 +02:00
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp
GasMeter.cpp Update existing tests. 2020-10-19 16:58:59 +02:00
GasTest.cpp
GasTest.h
Imports.cpp
InlineAssembly.cpp
LibSolc.cpp
Metadata.cpp
SemanticTest.cpp Ignore return error data for pre-byzantium. 2020-10-22 19:25:55 +02:00
SemanticTest.h Add support for ewasm evmc vm. 2020-09-08 12:41:42 -05:00
SemVerMatcher.cpp
SMTCheckerTest.cpp
SMTCheckerTest.h
SolidityCompiler.cpp Update existing tests. 2020-10-19 16:58:59 +02:00
SolidityEndToEndTest.cpp Update tests. 2020-10-22 19:25:55 +02: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 Update tests. 2020-10-22 19:25:55 +02:00
SolidityNameAndTypeResolution.cpp Make annotations `SetOnce or optional` where feasible 2020-09-22 17:38:21 +02:00
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp Update existing tests. 2020-10-19 16:58:59 +02:00
SolidityParser.cpp Update existing tests. 2020-10-19 16:58:59 +02:00
SolidityTypes.cpp Fixes compilation on MSVC wrt. narrowing conversion from cstr-ptr to bool. 2020-08-28 15:54:47 +02:00
StandardCompiler.cpp Fix dependency tracking for abstract contracts for Yul codegen 2020-10-20 16:58:24 +02:00
SyntaxTest.cpp
SyntaxTest.h
ViewPureChecker.cpp