solidity/test/libsolidity
Djordje Mijovic aed3832b27 Implementing enforcing gas expectations in isoltest.
Co-authored-by: Daniel Kirchner <daniel@ekpyron.org>
2021-03-09 21:26:45 +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] Use same sort name for array slice as for the underlying array. 2021-03-09 11:06:22 +01:00
syntaxTests Check for invalid tags. 2021-03-02 16:53:31 +01:00
util [isoltest] Adding gas used as semantic tests expectation. 2021-03-09 21:26:36 +01: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 Drop support for evm15 and eip-615. 2021-03-09 15:56:03 +01:00
LibSolc.cpp
Metadata.cpp Run metadata tests for every metadata format. 2021-02-12 10:38:03 +01:00
SemanticTest.cpp Implementing enforcing gas expectations in isoltest. 2021-03-09 21:26:45 +01:00
SemanticTest.h Implementing enforcing gas expectations in isoltest. 2021-03-09 21:26:45 +01: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::filterObtainedErrors(): Remove hard-coded preamble to match changes in setupCompiler() 2021-01-18 16:17:06 +01:00
SyntaxTest.h Do not insert SPDX identifier if already present in SyntaxTest 2021-01-18 16:15:17 +01:00
ViewPureChecker.cpp