solidity/test/libsolidity
chriseth 9f86ede32d
Merge pull request #5454 from ethereum/smt_math_functions
[SMTChecker] Abstract math functions
2018-12-11 18:35:10 +01:00
..
ASTJSON
smtCheckerTests [SMTChecker] Use SymbolicFunctionVariable for uninterpreted functions 2018-12-11 11:28:25 +01:00
smtCheckerTestsJSON [SMTChecker] Use SymbolicFunctionVariable for uninterpreted functions 2018-12-11 11:28:25 +01:00
syntaxTests Add tests for implcit conversions from literals to fixed-point numbers. 2018-12-10 17:31:20 +01:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp
ABITestsCommon.h
AnalysisFramework.cpp liblangutil: refactor SourceReferenceFormatter, splitting out retrieval and making use of new SourceLocation's CharStream knowledge 2018-12-06 14:01:01 +01:00
AnalysisFramework.h
Assembly.cpp liblangutil: SourceLocation: Retricts == and != operator 2018-11-30 17:34:54 +01:00
ASTJSONTest.cpp
ASTJSONTest.h decouple TestCase class from test/libsolidity 2018-11-25 02:34:59 +02:00
ErrorCheck.cpp
ErrorCheck.h
FormattedScope.h
GasCosts.cpp Tests for gas costs. 2018-12-10 18:06:07 +01:00
GasMeter.cpp liblangutil: refactor SourceReferenceFormatter, splitting out retrieval and making use of new SourceLocation's CharStream knowledge 2018-12-06 14:01:01 +01:00
Imports.cpp
InlineAssembly.cpp Improve yul error messages around number of arguments and variables. 2018-12-04 11:37:03 +01:00
LibSolc.cpp
Metadata.cpp
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
SMTCheckerJSONTest.cpp Remove boost test checks from SMTCheckerJSONTest 2018-11-28 14:16:43 +01:00
SMTCheckerJSONTest.h Add SMTChecker tests for standard JSON 2018-11-23 10:51:06 +00:00
SolidityABIJSON.cpp
SolidityCompiler.cpp
SolidityEndToEndTest.cpp Tests for gas costs. 2018-12-10 18:06:07 +01:00
SolidityExecutionFramework.cpp
SolidityExecutionFramework.h liblangutil: refactor SourceReferenceFormatter, splitting out retrieval and making use of new SourceLocation's CharStream knowledge 2018-12-06 14:01:01 +01:00
SolidityExpressionCompiler.cpp Update test 2018-12-06 01:54:04 +01:00
SolidityNameAndTypeResolution.cpp
SolidityNatspecJSON.cpp
SolidityOptimizer.cpp
SolidityParser.cpp liblangutil: extends CharStream to know about the respective (file-)name (and adapt codebase to it) 2018-11-29 12:45:27 +01:00
SolidityScanner.cpp liblangutil: Scanner: remove superfluous sourceName field (it's in CharStream already) 2018-11-30 17:07:17 +01:00
SolidityTypes.cpp
StandardCompiler.cpp Remove w parameter for toHex. 2018-12-05 22:51:49 +01:00
SyntaxTest.cpp Add SMTChecker tests for standard JSON 2018-11-23 10:51:06 +00:00
SyntaxTest.h decouple TestCase class from test/libsolidity 2018-11-25 02:34:59 +02:00
ViewPureChecker.cpp