..
ASTJSON
Fix ast json test for function kind.
2018-10-08 23:07:10 +02:00
smtCheckerTests
Grouping of symbolic variables in the same file and support to FixedBytes
2018-10-25 09:30:48 +02:00
syntaxTests
Fixes crash while encoding too large arrays.
2018-10-30 15:14:57 +01:00
ABIDecoderTests.cpp
Update tests
2018-08-14 18:53:06 +02:00
ABIEncoderTests.cpp
Update tests
2018-08-14 18:53:06 +02: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
Fixes assembly test.
2018-07-04 15:45:42 +02:00
ASTJSONTest.cpp
Do not require ctype/stdio if not needed
2018-10-09 19:06:22 +01:00
ASTJSONTest.h
Infrastructure for extracting JSON AST tests.
2018-08-03 20:35: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
Disallow ambiguous conversions between number literals and bytesXX types.
2018-08-13 14:27:01 +02:00
Imports.cpp
Disallow remappings with empty prefix.
2018-08-10 19:26:48 +02:00
InlineAssembly.cpp
AsmParser,TypeChecker: Fix typos.
2018-07-10 12:33:19 +02:00
LibSolc.cpp
Use nullptr instead of NULL where appropriate
2018-10-09 18:06:39 +01:00
Metadata.cpp
Specifies visibility in unit tests.
2018-07-16 14:49:55 +02:00
SemVerMatcher.cpp
Refactor solidity::Token
into an enum class
with TokenTraits
helper namespace
2018-10-22 17:00:51 +02:00
SMTChecker.cpp
[SMTChecker] Support msg.*, tx.*, block.*, gasleft and blockhash
2018-10-19 15:52:16 +02:00
SolidityABIJSON.cpp
Update tests
2018-08-14 18:53:06 +02:00
SolidityCompiler.cpp
Updates unit test to specify visibility.
2018-07-04 15:45:42 +02:00
SolidityEndToEndTest.cpp
Eliminate byte
-typedef and use uint8_t
in all their places instead.
2018-11-07 12:17:57 +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
Eliminate byte
-typedef and use uint8_t
in all their places instead.
2018-11-07 12:17:57 +01:00
SolidityNameAndTypeResolution.cpp
Add test for extcodehash
2018-09-26 16:11:02 +01:00
SolidityNatspecJSON.cpp
Remove trailing whitespace for all files in the repository.
2018-09-04 11:30:30 +02:00
SolidityOptimizer.cpp
fix some format typos
2018-09-17 22:13:21 +08:00
SolidityParser.cpp
Updates unit test to specify visibility.
2018-07-04 15:45:42 +02:00
SolidityScanner.cpp
provide general hex-literal error message, fixes #1802
2018-10-09 06:51:19 +03:00
SolidityTypes.cpp
Remove uses of boost::rational with negative denominator, which breaks with boost 1.68.
2018-11-05 21:36:52 +01:00
StandardCompiler.cpp
Be more strict about values in the optimizer block in StandardJSON
2018-09-26 16:51:08 +01:00
SyntaxTest.cpp
Do not require ctype/stdio if not needed
2018-10-09 19:06:22 +01:00
SyntaxTest.h
Refactor syntax test infrastructure to prepare introducing semantics tests.
2018-06-15 10:51:40 +02:00
TestCase.cpp
Add Yul optimizer test framework.
2018-10-11 16:59:57 +02:00
TestCase.h
Refactor syntax test infrastructure to prepare introducing semantics tests.
2018-06-15 10:51:40 +02:00
ViewPureChecker.cpp
Add return data to bare calls.
2018-09-04 13:31:10 +02:00