solidity/test/libsolidity
2019-07-08 11:56:04 +02:00
..
ABIJson Automated ABI Json tests. 2019-07-02 18:11:49 +02:00
ASTJSON
errorRecoveryTests Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
gasTests Optimizer rules that combine shifts and masks. 2019-05-15 20:30:53 +02:00
semanticTests Merge pull request #7026 from ethereum/asmConstants 2019-07-02 14:21:24 +02:00
smtCheckerTests Merge pull request #7022 from ethereum/smt_create_expr 2019-07-02 14:07:24 +02:00
smtCheckerTestsJSON [SMTChecker] Clear encoding context before engine starts 2019-07-08 11:56:04 +02:00
syntaxTests Fix view/pure checker for access to base. 2019-07-03 11:19:57 +02:00
util [isoltest] TestFileParser: Fixes access of iterator at and beyond iterator ends. 2019-05-20 16:29:03 +02:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp Fix handling of structs of dynamic size as constructor parameters. 2019-05-16 17:10:54 +02:00
ABIJsonTest.cpp Automated ABI Json tests. 2019-07-02 18:11:49 +02:00
ABIJsonTest.h Automated ABI Json tests. 2019-07-02 18:11:49 +02:00
ABITestsCommon.h
AnalysisFramework.cpp Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
AnalysisFramework.h Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
Assembly.cpp Provide dialect to Parser and InlineAssembly AST nodes. 2019-05-23 00:24:58 +02:00
ASTJSONTest.cpp
ASTJSONTest.h
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp Use updated swarm hash. 2019-06-27 12:49:06 +02:00
GasMeter.cpp Fix handling of structs of dynamic size as constructor parameters. 2019-05-16 17:10:54 +02:00
GasTest.cpp
GasTest.h
Imports.cpp
InlineAssembly.cpp Update tests. 2019-05-23 11:30:12 +02:00
LibSolc.cpp
Metadata.cpp Use updated swarm hash. 2019-06-27 12:49:06 +02:00
SemanticTest.cpp Allow extracted semantics tests to run both with and without Yul. 2019-06-06 20:19:16 +02:00
SemanticTest.h Allow extracted semantics tests to run both with and without Yul. 2019-06-06 20:19:16 +02:00
SemVerMatcher.cpp
SMTChecker.cpp Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
SMTCheckerJSONTest.cpp
SMTCheckerJSONTest.h
SolidityCompiler.cpp
SolidityEndToEndTest.cpp Extracting some Solidity end-to-end tests. 2019-07-01 15:37:46 +02:00
SolidityExecutionFramework.cpp
SolidityExecutionFramework.h
SolidityExpressionCompiler.cpp Provide dialect to Parser and InlineAssembly AST nodes. 2019-05-23 00:24:58 +02:00
SolidityNameAndTypeResolution.cpp
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp
SolidityParser.cpp Provide dialect to Parser and InlineAssembly AST nodes. 2019-05-23 00:24:58 +02:00
SolidityScanner.cpp
SolidityTypes.cpp
StandardCompiler.cpp Use updated swarm hash. 2019-06-27 12:49:06 +02:00
SyntaxTest.cpp Add errorRecovery boolean to StandardCompiler 2019-06-18 15:54:05 -04:00
SyntaxTest.h Add errorRecovery boolean to StandardCompiler 2019-06-18 15:54:05 -04:00
ViewPureChecker.cpp