solidity/test/libsolidity
chriseth a30cf6c3e8
Merge pull request #11480 from ethereum/event-mapping-fatal-error
Errors about nested mapping in event parameter are fatal.
2021-06-03 11:39:26 +02:00
..
ABIJson Add errors to the ABI. 2021-03-30 21:16:58 +02:00
analysis Remove more imports of ranges namespace. 2021-05-07 15:42:17 +02:00
ASTJSON Update existing tests. 2021-05-05 10:28:23 +02:00
errorRecoveryTests
gasTests Update tests 2021-05-27 18:31:54 +01:00
semanticTests Merge pull request #11479 from ethereum/fix-ice-when-assigning-implicitly-convertible-function-array-to-storage 2021-06-03 10:52:21 +02:00
smtCheckerTests Merge pull request #10143 from ethereum/issue-10084 2021-06-01 19:34:56 +02:00
syntaxTests Merge pull request #11480 from ethereum/event-mapping-fatal-error 2021-06-03 11:39:26 +02:00
util Fix typo. 2021-05-31 10:07:26 -05:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp
ABIJsonTest.cpp
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp Remove obsolete Error constructor 2021-04-23 23:55:22 +01:00
AnalysisFramework.h Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
Assembly.cpp Inline ordinary jumps to small blocks and jumps to terminating control flow. 2021-03-24 13:50:24 +01:00
ASTJSONTest.cpp
ASTJSONTest.h
constructor_inheritance_init_order_3.sol
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp
GasMeter.cpp Increased the tolerance for two GasMeter tests. 2021-05-26 12:23:06 +02:00
GasTest.cpp
GasTest.h
Imports.cpp Extract import-file remapping logic out of CompilerStack into ImportRemapper. 2021-04-06 14:28:53 +02:00
InlineAssembly.cpp Drop support for evm15 and eip-615. 2021-03-09 15:56:03 +01:00
LibSolc.cpp
Metadata.cpp
SemanticTest.cpp [isoltest] Add support for events using call side-effects. 2021-05-27 23:21:55 -05:00
SemanticTest.h [isoltest] Add support for events using call side-effects. 2021-05-27 23:21:55 -05:00
SemVerMatcher.cpp
SMTCheckerTest.cpp
SMTCheckerTest.h
SolidityCompiler.cpp
SolidityEndToEndTest.cpp [isoltest] Extract event specific end-to-end tests. 2021-05-27 23:21:55 -05:00
SolidityExecutionFramework.cpp [isoltest] Add support for external sources. 2021-04-26 08:27:30 -05:00
SolidityExecutionFramework.h [isoltest] Add support for external sources. 2021-04-26 08:27:30 -05:00
SolidityExpressionCompiler.cpp Update tests 2021-05-27 18:31:54 +01:00
SolidityNameAndTypeResolution.cpp
SolidityNatspecJSON.cpp Natspec: Don't copy from base function if return parameters differ 2021-04-19 15:20:30 +02:00
SolidityOptimizer.cpp
SolidityParser.cpp
SolidityTypes.cpp Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
StandardCompiler.cpp Properly set source location of bare blocks. 2021-05-31 18:28:17 +02:00
SyntaxTest.cpp [isoltest] Add support for external sources. 2021-04-26 08:27:30 -05:00
SyntaxTest.h
ViewPureChecker.cpp