.. |
ABIJson
|
Disallow variables of library types
|
2019-11-14 13:20:31 +01:00 |
ASTJSON
|
Modify the expectation files in ASTJSON tests.
|
2019-10-02 22:31:12 +02:00 |
errorRecoveryTests
|
Add Steve Johnson-style parser recovery rules:
|
2019-06-17 14:47:07 +02:00 |
gasTests
|
Update gas costs.
|
2019-12-04 11:41:42 +01:00 |
semanticTests
|
Support referencing other constants in inline assembly
|
2019-12-05 13:27:17 +03:00 |
smtCheckerTests
|
Update to Z3 4.8.7
|
2019-12-03 20:19:20 +01:00 |
smtCheckerTestsJSON
|
[SMTChecker] Add as const function to SMTLib2Interface
|
2019-09-18 22:57:14 +02:00 |
syntaxTests
|
Support referencing other constants in inline assembly
|
2019-12-05 13:27:17 +03:00 |
util
|
Add support for external libraries to extracted semantics tests.
|
2019-11-12 15:19:04 +01:00 |
ABIDecoderTests.cpp
|
Adjust semantics tests.
|
2019-04-03 17:59:04 +02:00 |
ABIEncoderTests.cpp
|
Use evmone for testing.
|
2019-08-08 17:35:44 +02:00 |
ABIJsonTest.cpp
|
Automated ABI Json tests.
|
2019-07-02 18:11:49 +02:00 |
ABIJsonTest.h
|
Restrict usage of plain "new".
|
2019-11-27 17:55:11 +01:00 |
ABITestsCommon.h
|
Decoder tests.
|
2017-11-29 17:08:44 +01:00 |
AnalysisFramework.cpp
|
Add Steve Johnson-style parser recovery rules:
|
2019-06-17 14:47:07 +02:00 |
AnalysisFramework.h
|
[SMTChecker] Relax expectations for complex nonlinear tests
|
2019-08-11 22:20:31 +02:00 |
Assembly.cpp
|
Fix assembly parsing by passing evm version.
|
2019-11-14 13:06:36 +01:00 |
ASTJSONTest.cpp
|
Allow test cases to indicate fatal errors.
|
2019-05-07 18:12:21 +02:00 |
ASTJSONTest.h
|
Restrict usage of plain "new".
|
2019-11-27 17:55:11 +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
|
Set costs to 0 for unreachable cases in GasCosts tests
|
2019-11-19 17:09:18 +01:00 |
GasMeter.cpp
|
Add new gas price for deployed bytecode (EIP2028)
|
2019-11-19 17:09:18 +01:00 |
GasTest.cpp
|
Allow overwriting the release flag for tests and adjust test suite to CBOR metadata.
|
2019-05-08 22:21:50 +02:00 |
GasTest.h
|
Allow overwriting the release flag for tests and adjust test suite to CBOR metadata.
|
2019-05-08 22:21:50 +02:00 |
Imports.cpp
|
Extract some import tests.
|
2019-08-19 14:45:26 +02:00 |
InlineAssembly.cpp
|
Make use of C++17 std::optional<> instead of boost::optional<>.
|
2019-10-28 11:39:30 +01:00 |
LibSolc.cpp
|
Clean up some includes in tests
|
2019-02-05 22:58:43 +00:00 |
Metadata.cpp
|
Drop non-strict version of jsonParse* and always use jsonParseStrict
|
2019-12-03 16:20:23 +01:00 |
SemanticTest.cpp
|
Add support for external libraries to extracted semantics tests.
|
2019-11-12 15:19:04 +01:00 |
SemanticTest.h
|
Add support for external libraries to extracted semantics tests.
|
2019-11-12 15:19:04 +01:00 |
SemVerMatcher.cpp
|
Version Checker: 0.5.x-prerelease will match pragma solidity ^0.5
|
2019-12-05 09:07:20 +11:00 |
SMTChecker.cpp
|
[SMTChecker] Zero-initialize arrays
|
2019-09-02 22:37:30 +02:00 |
SMTCheckerJSONTest.cpp
|
Drop non-strict version of jsonParse* and always use jsonParseStrict
|
2019-12-03 16:20:23 +01:00 |
SMTCheckerJSONTest.h
|
Allow test cases to indicate fatal errors.
|
2019-05-07 18:12:21 +02:00 |
SolidityCompiler.cpp
|
[test] AnalysisFramework's instance of CompilerStack to be lazily instanciated.
|
2019-04-16 18:25:03 +02:00 |
SolidityEndToEndTest.cpp
|
EVMHost: Reuse tx_context from MockedHost
|
2019-12-02 23:04:02 +01:00 |
SolidityExecutionFramework.cpp
|
Remove mention of IPC.
|
2019-08-08 17:35:46 +02:00 |
SolidityExecutionFramework.h
|
Remove mention of IPC.
|
2019-08-08 17:35:46 +02:00 |
SolidityExpressionCompiler.cpp
|
Fix assembly parsing by passing evm version.
|
2019-11-14 13:06:36 +01:00 |
SolidityNameAndTypeResolution.cpp
|
[test] AnalysisFramework's instance of CompilerStack to be lazily instanciated.
|
2019-04-16 18:25:03 +02:00 |
SolidityNatspecJSON.cpp
|
Use setSource in tests
|
2019-03-25 15:11:08 +00:00 |
SolidityOptimizer.cpp
|
Make use of C++17 std::optional<> instead of boost::optional<>.
|
2019-10-28 11:39:30 +01:00 |
SolidityParser.cpp
|
A pragma version mismatch is not fatal if ...
|
2019-07-17 19:01:01 -04:00 |
SolidityScanner.cpp
|
Allow splitting string literals into multiple parts
|
2019-11-26 14:41:30 +03:00 |
SolidityTypes.cpp
|
[libsolidity] TypeProvider: eliminate redundant "Type" suffix in provider function signatures.
|
2019-04-17 14:42:07 +02:00 |
StandardCompiler.cpp
|
Set default EVM version to Istanbul.
|
2019-12-04 10:42:14 +01:00 |
SyntaxTest.cpp
|
Pull SyntaxTest::run content into separate functions
|
2019-12-09 15:32:08 +01:00 |
SyntaxTest.h
|
Pull SyntaxTest::run content into separate functions
|
2019-12-09 15:32:08 +01:00 |
ViewPureChecker.cpp
|
Make unavailable opcodes errors.
|
2019-02-28 22:20:01 +01:00 |