solidity/test/libsolidity
chriseth e6e30f82ca
Merge pull request #12139 from ethereum/nonamedlabelsifnotunique
Do not use named function labels if function names are not unique.
2021-10-25 17:50:29 +02:00
..
ABIJson
analysis
ASTJSON Export canonicalName 2021-09-28 12:00:30 +02:00
errorRecoveryTests
gasTests
interface Revert "Disable tests that fail on Windows due to a bug in Boost <= 1.76" 2021-09-27 13:15:57 +02:00
semanticTests Merge pull request #12139 from ethereum/nonamedlabelsifnotunique 2021-10-25 17:50:29 +02:00
smtCheckerTests [SMTChecker] Report values for block, msg and tx variables in counterexamples 2021-10-05 15:19:10 +02:00
syntaxTests Adds some more version pragma test cases. 2021-10-12 15:15:54 +02:00
util Remove linking to unqualified library name 2021-10-20 18:11:58 +03:30
ABIDecoderTests.cpp
ABIEncoderTests.cpp
ABIJsonTest.cpp
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp
AnalysisFramework.h
Assembly.cpp
ASTJSONTest.cpp
ASTJSONTest.h
constructor_inheritance_init_order_3.sol
ErrorCheck.cpp Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
ErrorCheck.h
GasCosts.cpp
GasMeter.cpp
GasTest.cpp
GasTest.h
Imports.cpp
InlineAssembly.cpp Pass DebugInfoSelection down to the code handling assembly printing 2021-10-11 20:34:48 +02:00
LibSolc.cpp
Metadata.cpp
SemanticTest.cpp Remove linking to unqualified library name 2021-10-20 18:11:58 +03:30
SemanticTest.h
SemVerMatcher.cpp Adds some more version pragma test cases. 2021-10-12 15:15:54 +02:00
SMTCheckerTest.cpp Add isoltest option to ignore OS 2021-10-01 12:45:36 +02:00
SMTCheckerTest.h
SolidityCompiler.cpp
SolidityEndToEndTest.cpp Remove linking to unqualified library name 2021-10-20 18:11:58 +03:30
SolidityExecutionFramework.cpp Pass DebugInfoSelection down to the code handling assembly printing 2021-10-11 20:34:48 +02:00
SolidityExecutionFramework.h
SolidityExpressionCompiler.cpp Use boost::current_exception_diagnostic_information() to print extra info about exceptions caught by (...) 2021-10-07 17:41:25 +02:00
SolidityNameAndTypeResolution.cpp
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
SolidityParser.cpp
SolidityTypes.cpp
StandardCompiler.cpp Export canonicalName 2021-09-28 12:00:30 +02:00
SyntaxTest.cpp
SyntaxTest.h
ViewPureChecker.cpp