solidity/test/libsolidity
chriseth 9aab2329ed
Merge pull request #6244 from ethereum/smt_modifiers
[SMTChecker] Support modifiers
2019-03-20 18:04:28 +01:00
..
ASTJSON Syntax for meta type information. 2019-01-17 20:36:48 +01:00
semanticTests Fix function calls with named arguments for overloaded functions 2019-03-20 14:54:41 +01:00
smtCheckerTests [SMTChecker] Support modifiers 2019-03-20 11:32:20 +01:00
smtCheckerTestsJSON [SMTChecker] Use SymbolicFunctionVariable for uninterpreted functions 2018-12-11 11:28:25 +01:00
syntaxTests Fix function calls with named arguments for overloaded functions 2019-03-20 14:54:41 +01:00
util Fixes hex string update via isoltest. 2019-03-14 11:01:26 +01:00
ABIDecoderTests.cpp EVMVersion in langutil namespace instead of solidity 2019-02-25 15:29:57 +01:00
ABIEncoderTests.cpp Use ABI_CHECK for event data comparison. 2019-03-19 17:23:50 +01: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 Update tests. 2019-03-04 11:44:54 +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 Peephole optimizer for "iszero iszero <tag> jumpi". 2019-03-07 15:52:02 +01:00
GasMeter.cpp Special treatment for differences between ABI encoders. 2019-02-21 11:11:29 +00:00
Imports.cpp Check base contracts for abi encoder compatibility 2019-03-06 11:16:54 +01:00
InlineAssembly.cpp Fix and test yul stack optimization flag for commandline interface. 2019-03-14 15:34:23 +01:00
LibSolc.cpp Clean up some includes in tests 2019-02-05 22:58:43 +00:00
Metadata.cpp Use CBOR parser in metadata tests 2019-03-11 13:01:37 +01:00
SemanticTest.cpp Review suggestions. 2019-03-18 14:34:00 +01:00
SemanticTest.h Review suggestions. 2019-03-18 14:34:00 +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 Review suggestions. 2019-03-18 14:34:00 +01:00
SMTCheckerJSONTest.h Review suggestions. 2019-03-18 14:34:00 +01:00
SolidityABIJSON.cpp Exclude internal functions in library ABIs 2019-03-11 16:33:44 +01:00
SolidityCompiler.cpp Restrict the state when settings can be altered in CompilerStack 2019-02-28 12:55:36 +00:00
SolidityEndToEndTest.cpp Merge pull request #6248 from ethereum/shiftopt-fix-overflow 2019-03-13 12:02:33 +01:00
SolidityExecutionFramework.cpp Review suggestions. 2019-03-18 14:34:00 +01:00
SolidityExecutionFramework.h Review suggestions. 2019-03-18 14:34:00 +01:00
SolidityExpressionCompiler.cpp Update tests. 2019-03-04 11:44:54 +01:00
SolidityNameAndTypeResolution.cpp Make unavailable opcodes errors. 2019-02-28 22:20:01 +01: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 Improves Result<T> in order to prevent defects. 2019-03-14 14:33:28 +01:00
StandardCompiler.cpp Add test for standard compiler. 2019-03-14 15:34:23 +01:00
SyntaxTest.cpp Review suggestions. 2019-03-18 14:34:00 +01:00
SyntaxTest.h Review suggestions. 2019-03-18 14:34:00 +01:00
ViewPureChecker.cpp Make unavailable opcodes errors. 2019-02-28 22:20:01 +01:00