.. |
ABIJson
|
Merge remote-tracking branch 'origin/develop' into develop_060
|
2019-11-14 13:42:46 +01:00 |
ASTJSON
|
Inline assembly to AST json export
|
2019-11-13 12:13:22 +01:00 |
errorRecoveryTests
|
Add Steve Johnson-style parser recovery rules:
|
2019-06-17 14:47:07 +02:00 |
gasTests
|
Split fallback function and introduce "fallback()" and "receive()" syntax.
|
2019-11-04 17:17:58 +01:00 |
semanticTests
|
Merge pull request #7647 from ethereum/virtual-5424
|
2019-11-19 13:21:27 +01:00 |
smtCheckerTests
|
Merge pull request #7647 from ethereum/virtual-5424
|
2019-11-19 13:21:27 +01:00 |
smtCheckerTestsJSON
|
[SMTChecker] Add as const function to SMTLib2Interface
|
2019-09-18 22:57:14 +02:00 |
syntaxTests
|
Merge pull request #7647 from ethereum/virtual-5424
|
2019-11-19 13:21:27 +01: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
|
Automated ABI Json tests.
|
2019-07-02 18:11:49 +02:00 |
ABITestsCommon.h
|
|
|
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
|
Merge remote-tracking branch 'origin/develop' into develop_060
|
2019-11-14 13:42:46 +01:00 |
ASTJSONTest.cpp
|
Allow test cases to indicate fatal errors.
|
2019-05-07 18:12:21 +02:00 |
ASTJSONTest.h
|
Allow test cases to indicate fatal errors.
|
2019-05-07 18:12:21 +02: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
|
Updates tests to version 0.6.0.
|
2019-09-24 12:01:14 +02:00 |
GasMeter.cpp
|
Split fallback function and introduce "fallback()" and "receive()" syntax.
|
2019-11-04 17:17:58 +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
|
Merge remote-tracking branch 'origin/develop' into develop_060
|
2019-10-28 15:21:49 +01:00 |
LibSolc.cpp
|
Clean up some includes in tests
|
2019-02-05 22:58:43 +00:00 |
Metadata.cpp
|
Implement virtual keyword
|
2019-11-14 11:49:39 +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
|
Move SemVerHandler to analysis to parsing to increase modularity...
|
2019-04-17 10:13:42 -04:00 |
SMTChecker.cpp
|
[SMTChecker] Zero-initialize arrays
|
2019-09-02 22:37:30 +02:00 |
SMTCheckerJSONTest.cpp
|
Support multiple sources for syntax tests.
|
2019-08-19 14:45:26 +02: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
|
Implement virtual keyword
|
2019-11-14 11:49:39 +01:00 |
SolidityExecutionFramework.cpp
|
Provide different options for reason strings.
|
2019-11-07 14:13:53 +01:00 |
SolidityExecutionFramework.h
|
Remove mention of IPC.
|
2019-08-08 17:35:46 +02:00 |
SolidityExpressionCompiler.cpp
|
Merge remote-tracking branch 'origin/develop' into develop_060
|
2019-11-14 13:42:46 +01:00 |
SolidityNameAndTypeResolution.cpp
|
Implement virtual keyword
|
2019-11-14 11:49:39 +01:00 |
SolidityNatspecJSON.cpp
|
Add documentation for extractReturnParameterDocs
|
2019-11-06 21:45:01 +01:00 |
SolidityOptimizer.cpp
|
Make use of C++17 std::optional<> instead of boost::optional<>.
|
2019-10-28 11:39:30 +01:00 |
SolidityParser.cpp
|
Make `abstract ` keyword instead of reserved
|
2019-11-14 11:49:39 +01:00 |
SolidityScanner.cpp
|
Fixes doxygen style multiline comment parsing for files with CRLF as line terminators.
|
2019-09-25 12:59:46 +02:00 |
SolidityTypes.cpp
|
Parse "virtual" keyword
|
2019-11-13 13:28:01 +01:00 |
StandardCompiler.cpp
|
Update soltest related tests.
|
2019-11-01 14:54:47 -05:00 |
SyntaxTest.cpp
|
Support multiple sources for syntax tests.
|
2019-08-19 14:45:26 +02:00 |
SyntaxTest.h
|
Support multiple sources for syntax tests.
|
2019-08-19 14:45:26 +02:00 |
ViewPureChecker.cpp
|
Adapting the tests to strict inline assembly.
|
2019-10-25 15:01:25 +02:00 |