solidity/test/libsolidity
chriseth 42289b642f
Merge pull request #4003 from ethereum/bool_vars_comparison
BREAKING: Bool variables should not allow arithmetic comparison
2018-05-02 15:56:06 +02:00
..
syntaxTests Merge pull request #4003 from ethereum/bool_vars_comparison 2018-05-02 15:56:06 +02:00
ABIDecoderTests.cpp Tests for returning dynamic data. 2018-03-21 14:53:29 +00:00
ABIEncoderTests.cpp Decoder tests. 2017-11-29 17:08:44 +01:00
ABITestsCommon.h Decoder tests. 2017-11-29 17:08:44 +01:00
AnalysisFramework.cpp SyntaxTests: extend syntax tests and isoltest to support parser errors and compiler exceptions. 2018-04-03 19:54:45 +02:00
AnalysisFramework.h Add virtual destructors on base classes. 2018-05-02 13:29:16 +02:00
Assembly.cpp Remove dead code and clarify throw. 2018-04-12 20:13:16 +02:00
ASTJSON.cpp Adds unit test that covers long typeDescription and renames suite. 2018-04-12 21:14:50 +02:00
ASTLegacyJSON.cpp Adds unit test that covers long typeDescription and renames suite. 2018-04-12 21:14:50 +02:00
ErrorCheck.cpp Support searching inside multiple errors. 2018-02-12 16:41:31 +01:00
ErrorCheck.h Support searching inside multiple errors. 2018-02-12 16:41:31 +01:00
FormattedScope.h Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
GasMeter.cpp Correctly ignore costs of fallback for other functions. 2018-04-11 19:42:34 +01:00
Imports.cpp test: Rename test/TestHelper.* to test/Options.* and add Options::validate(). 2018-03-14 12:04:04 +01:00
InlineAssembly.cpp Ignore shift warnings on constantinople tests 2018-04-10 15:29:55 +01:00
JSONCompiler.cpp Adjust tests. 2018-04-12 13:09:38 +02:00
Metadata.cpp test: Rename test/TestHelper.* to test/Options.* and add Options::validate(). 2018-03-14 12:04:04 +01:00
SemVerMatcher.cpp test: Rename test/TestHelper.* to test/Options.* and add Options::validate(). 2018-03-14 12:04:04 +01:00
SMTChecker.cpp Bool variables should not allow arithmetic comparison 2018-04-27 11:35:58 +02:00
SolidityABIJSON.cpp test: Rename test/TestHelper.* to test/Options.* and add Options::validate(). 2018-03-14 12:04:04 +01:00
SolidityCompiler.cpp Update expectation. 2018-04-12 13:09:38 +02:00
SolidityEndToEndTest.cpp Remove unnecessary masking of the result of known short instructions 2018-04-19 23:59:06 +01:00
SolidityExecutionFramework.cpp Move ExecutionFramework to the dev::test namespace 2016-11-29 21:54:27 +00:00
SolidityExecutionFramework.h Test both EVM versions. 2018-03-01 17:19:35 +01:00
SolidityExpressionCompiler.cpp Adds unit tests for moved function. 2018-03-27 03:30:03 +01:00
SolidityNameAndTypeResolution.cpp Extract subdenomination tests 2018-04-23 16:10:10 +01:00
SolidityNatspecJSON.cpp test: Rename test/TestHelper.* to test/Options.* and add Options::validate(). 2018-03-14 12:04:04 +01:00
SolidityOptimizer.cpp More specific push implementation. 2018-04-04 16:50:45 +02:00
SolidityParser.cpp Fix internal compiler error when parsing `var` declaration without identifier. 2018-04-12 14:57:14 +02:00
SolidityScanner.cpp Add tests for scientific notation 2017-03-15 13:06:26 +00:00
SolidityTypes.cpp Allow `memory` suffix for internal elementary type parsing. 2018-04-05 16:06:04 +02:00
StandardCompiler.cpp Adjust tests. 2018-04-12 13:09:38 +02:00
SyntaxTest.cpp Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
SyntaxTest.h Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
ViewPureChecker.cpp Changes deprecation and adjusts tests. 2018-03-27 03:30:03 +01:00