solidity/test/libsolidity
chriseth ebec54aacb
Merge pull request #6093 from ethereum/mapping-string-keys
Allow dynamic types in public mappings
2019-02-26 17:05:18 +01:00
..
ASTJSON Syntax for meta type information. 2019-01-17 20:36:48 +01:00
semanticTests Adds support for boolean literals in soltest. 2019-02-21 23:28:48 +01:00
smtCheckerTests [SMTChecker] Move tests that contain division to boost tests 2019-02-20 12:17:03 +01:00
smtCheckerTestsJSON [SMTChecker] Use SymbolicFunctionVariable for uninterpreted functions 2018-12-11 11:28:25 +01:00
syntaxTests Allow dynamic types in public mappings 2019-02-26 15:48:54 +01:00
util Adds support for boolean literals in soltest. 2019-02-21 23:28:48 +01:00
ABIDecoderTests.cpp EVMVersion in langutil namespace instead of solidity 2019-02-25 15:29:57 +01:00
ABIEncoderTests.cpp Special treatment for differences between ABI encoders. 2019-02-21 11:11:29 +00:00
ABITestsCommon.h Decoder tests. 2017-11-29 17:08:44 +01:00
AnalysisFramework.cpp Fail if parsing failed in AnalysisFramework 2018-12-18 15:02:37 +00:00
AnalysisFramework.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
Assembly.cpp Code generation for access to contract code. 2019-01-17 20:36:48 +01:00
ASTJSONTest.cpp Adapts tests/ to use AnsiColorized (the generalized/moved version of FormattedScope, which in turn is removed in this PR) 2019-02-11 16:00:24 +01:00
ASTJSONTest.h Implements infrastructure for semantic tests. 2019-02-13 13:05:58 +01:00
ErrorCheck.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
ErrorCheck.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
GasCosts.cpp Fix gas test after using shifts in constant optimiser 2019-02-25 19:44:47 +00:00
GasMeter.cpp Special treatment for differences between ABI encoders. 2019-02-21 11:11:29 +00:00
Imports.cpp Isolating files shared between Yul- and Solidity language frontend. 2018-11-21 18:58:12 +00:00
InlineAssembly.cpp Add extra token for assembly assignment 2019-02-21 13:58:21 +01:00
LibSolc.cpp Clean up some includes in tests 2019-02-05 22:58:43 +00:00
Metadata.cpp Specifies visibility in unit tests. 2018-07-16 14:49:55 +02:00
SemanticTest.cpp Moves soltest function call to separate class. 2019-02-21 16:39:31 +01:00
SemanticTest.h Moves soltest function call to separate class. 2019-02-21 16:39:31 +01:00
SemVerMatcher.cpp liblangutil: extends CharStream to know about the respective (file-)name (and adapt codebase to it) 2018-11-29 12:45:27 +01:00
SMTChecker.cpp [SMTChecker] Move tests that contain division to boost tests 2019-02-20 12:17:03 +01:00
SMTCheckerJSONTest.cpp Adapts tests/ to use AnsiColorized (the generalized/moved version of FormattedScope, which in turn is removed in this PR) 2019-02-11 16:00:24 +01:00
SMTCheckerJSONTest.h Implements infrastructure for semantic tests. 2019-02-13 13:05:58 +01:00
SolidityABIJSON.cpp make use of C++ = default constructor declarations as well as more non-static member initialization syntax. 2018-12-19 11:26:42 +01:00
SolidityCompiler.cpp Updates unit test to specify visibility. 2018-07-04 15:45:42 +02:00
SolidityEndToEndTest.cpp Allow dynamic types in public mappings 2019-02-26 15:48:54 +01:00
SolidityExecutionFramework.cpp Implements infrastructure for semantic tests. 2019-02-13 13:05:58 +01:00
SolidityExecutionFramework.h Add CLI option to soltest to always use ABIEncoderV2 2019-02-20 16:55:19 +01:00
SolidityExpressionCompiler.cpp Update test 2018-12-06 01:54:04 +01:00
SolidityNameAndTypeResolution.cpp Consider extcodehash as part of Constantinople 2019-02-26 12:40:31 +00:00
SolidityNatspecJSON.cpp make use of C++ = default constructor declarations as well as more non-static member initialization syntax. 2018-12-19 11:26:42 +01:00
SolidityOptimizer.cpp Move bytecodeSansMetadata(bytes) helper to test/Metadata 2019-02-05 23:13:01 +00:00
SolidityParser.cpp Fix style of "const". 2019-02-13 16:34:53 +01:00
SolidityScanner.cpp Add extra token for assembly assignment 2019-02-21 13:58:21 +01:00
SolidityTypes.cpp Remove duplicate if-check 2019-02-11 14:56:57 +01:00
StandardCompiler.cpp Clean up some includes in tests 2019-02-05 22:58:43 +00:00
SyntaxTest.cpp Adapts tests/ to use AnsiColorized (the generalized/moved version of FormattedScope, which in turn is removed in this PR) 2019-02-11 16:00:24 +01:00
SyntaxTest.h Implements infrastructure for semantic tests. 2019-02-13 13:05:58 +01:00
ViewPureChecker.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00