solidity/test/libsolidity
2021-03-08 17:34:20 +01:00
..
ABIJson
analysis FunctionCallGraph: Tests for constants, immutables and accessing function selectors 2021-02-25 16:00:53 +01:00
ASTJSON Add test. 2021-02-11 10:50:54 +01:00
errorRecoveryTests
gasTests Run gas tests on NoMetadata format only. 2021-02-12 10:38:03 +01:00
semanticTests Provide selector for some internal functions. 2021-03-01 16:19:59 +01:00
smtCheckerTests [SMTChecker] Fix public getter for array of structs. 2021-03-08 17:34:20 +01:00
syntaxTests Check for invalid tags. 2021-03-02 16:53:31 +01:00
util [isoltest] Add support for builtin functions. 2021-03-04 08:49:59 -05:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp
ABIJsonTest.cpp
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp
AnalysisFramework.h
Assembly.cpp Add inlining for old optimizer. 2021-02-09 19:08:58 +01:00
ASTJSONTest.cpp
ASTJSONTest.h
constructor_inheritance_init_order_3.sol
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp Run gas tests on NoMetadata format only. 2021-02-12 10:38:03 +01:00
GasMeter.cpp Add inlining for old optimizer. 2021-02-09 19:08:58 +01:00
GasTest.cpp Run gas tests on NoMetadata format only. 2021-02-12 10:38:03 +01:00
GasTest.h
Imports.cpp
InlineAssembly.cpp Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
LibSolc.cpp
Metadata.cpp Run metadata tests for every metadata format. 2021-02-12 10:38:03 +01:00
SemanticTest.cpp [isoltest] Add support for builtin functions. 2021-03-04 08:49:59 -05:00
SemanticTest.h [isoltest] Add support for builtin functions. 2021-03-04 08:49:59 -05:00
SemVerMatcher.cpp
SMTCheckerTest.cpp
SMTCheckerTest.h
SolidityCompiler.cpp
SolidityEndToEndTest.cpp Enable test. 2021-01-20 14:02:35 +01:00
SolidityExecutionFramework.cpp
SolidityExecutionFramework.h
SolidityExpressionCompiler.cpp
SolidityNameAndTypeResolution.cpp Only warn about variables being shadowed in inline assembly. 2021-02-19 14:29:22 +01:00
SolidityNatspecJSON.cpp Allow custom natspec tags. 2021-03-02 16:13:28 +01:00
SolidityOptimizer.cpp
SolidityParser.cpp
SolidityTypes.cpp MemberList.Member's last argument (declaration) made mandatory to avoid accidental missing out during construction. 2021-02-11 10:46:14 +01:00
StandardCompiler.cpp Update AST Json expectations. 2021-02-11 10:11:24 +01:00
SyntaxTest.cpp
SyntaxTest.h
ViewPureChecker.cpp