.. |
ABIJson
|
Fix ABI internal compiler error caused by an internal constructor
|
2020-05-07 05:49:49 +02:00 |
ASTJSON
|
Ignore warnings for yulOptimizer tests
|
2020-06-09 13:03:57 +02:00 |
errorRecoveryTests
|
Added error codes to SyntaxTest expectations (updated tests)
|
2020-06-22 16:51:47 +02:00 |
gasTests
|
Anything outside storage is always a pointer.
|
2020-03-23 15:34:10 +01:00 |
semanticTests
|
Update tests.
|
2020-07-20 15:40:58 +02:00 |
smtCheckerTests
|
Set type properly for event parameters
|
2020-07-17 11:17:27 +02:00 |
smtCheckerTestsJSON
|
[SMTChecker] Support array length
|
2020-05-14 23:32:29 +02:00 |
syntaxTests
|
Set type properly for event parameters
|
2020-07-17 11:17:27 +02:00 |
util
|
Fix formatting hex strings in isoltest update
|
2020-07-13 19:06:16 +01:00 |
ABIDecoderTests.cpp
|
TestFramework: Merge Options.h into Common.h
|
2020-01-29 12:27:05 +01:00 |
ABIEncoderTests.cpp
|
Implement multi source semantic tests
|
2020-06-23 17:29:16 +02:00 |
ABIJsonTest.cpp
|
remove extra definition of printIndented
|
2020-06-02 21:15:00 +07:00 |
ABIJsonTest.h
|
remove extra definition of printIndented
|
2020-06-02 21:15:00 +07:00 |
ABITestsCommon.h
|
Adapt tests directory to C++ namespace changes.
|
2020-01-07 15:51:50 +01:00 |
AnalysisFramework.cpp
|
Add support for SPDX license identifiers.
|
2020-05-13 18:16:59 +02:00 |
AnalysisFramework.h
|
Add support for SPDX license identifiers.
|
2020-05-13 18:16:59 +02:00 |
Assembly.cpp
|
Jump types for yul functions.
|
2020-07-06 18:12:54 +02:00 |
ASTJSONTest.cpp
|
Add error IDs to console output
|
2020-06-10 13:27:25 +02:00 |
ASTJSONTest.h
|
remove extra definition of printIndented
|
2020-06-02 21:15:00 +07:00 |
ErrorCheck.cpp
|
Library libdevcore renamed to libsolutil.
|
2020-01-07 15:51:50 +01:00 |
ErrorCheck.h
|
Adapt tests directory to C++ namespace changes.
|
2020-01-07 15:51:50 +01:00 |
GasCosts.cpp
|
Remove --optimize-yul flag for soltest
|
2020-05-06 11:49:40 +02:00 |
GasMeter.cpp
|
Add support for SPDX license identifiers.
|
2020-05-13 18:16:59 +02:00 |
GasTest.cpp
|
Add error IDs to console output
|
2020-06-10 13:27:25 +02:00 |
GasTest.h
|
remove extra definition of printIndented
|
2020-06-02 21:15:00 +07:00 |
Imports.cpp
|
TestFramework: Merge Options.h into Common.h
|
2020-01-29 12:27:05 +01:00 |
InlineAssembly.cpp
|
Ignore warnings for yulOptimizer tests
|
2020-06-09 13:03:57 +02:00 |
LibSolc.cpp
|
Library libdevcore renamed to libsolutil.
|
2020-01-07 15:51:50 +01:00 |
Metadata.cpp
|
TestFramework: Merge Options.h into Common.h
|
2020-01-29 12:27:05 +01:00 |
SemanticTest.cpp
|
Fix "enforce via yul".
|
2020-07-20 14:52:31 +02:00 |
SemanticTest.h
|
Implement multi source semantic tests
|
2020-06-23 17:29:16 +02:00 |
SemVerMatcher.cpp
|
TestFramework: Merge Options.h into Common.h
|
2020-01-29 12:27:05 +01:00 |
SMTChecker.cpp
|
Add nooptions label to smt checks.
|
2020-07-11 20:17:12 +02:00 |
SMTCheckerJSONTest.cpp
|
Added error codes to SyntaxTest expectations (changed code)
|
2020-06-22 16:53:03 +02:00 |
SMTCheckerJSONTest.h
|
Library libdevcore renamed to libsolutil.
|
2020-01-07 15:51:50 +01:00 |
SMTCheckerTest.cpp
|
Add nooptions label to smt checks.
|
2020-07-11 20:17:12 +02:00 |
SMTCheckerTest.h
|
Add nooptions label to smt checks.
|
2020-07-11 20:17:12 +02:00 |
SolidityCompiler.cpp
|
TestFramework: Merge Options.h into Common.h
|
2020-01-29 12:27:05 +01:00 |
SolidityEndToEndTest.cpp
|
Implement multi source semantic tests
|
2020-06-23 17:29:16 +02:00 |
SolidityExecutionFramework.cpp
|
Improve testing speed by only enabling the Yul optimizer if needed.
|
2020-07-08 10:51:42 +02:00 |
SolidityExecutionFramework.h
|
Implement multi source semantic tests
|
2020-06-23 17:29:16 +02:00 |
SolidityExpressionCompiler.cpp
|
Add unit denomination `gwei `
|
2020-06-24 18:24:56 +02:00 |
SolidityNameAndTypeResolution.cpp
|
Add support for SPDX license identifiers.
|
2020-05-13 18:16:59 +02:00 |
SolidityNatspecJSON.cpp
|
NatSpec: Implement default inheritance.
|
2020-06-30 14:45:13 +02:00 |
SolidityOptimizer.cpp
|
CodeGen: Avoid double cleanup when copying to memory
|
2020-07-16 13:53:48 +02:00 |
SolidityParser.cpp
|
Adding fixes for signedness warnings in libsolidity
|
2020-06-10 10:41:55 +02:00 |
SolidityScanner.cpp
|
Add unit denomination `gwei `
|
2020-06-24 18:24:56 +02:00 |
SolidityTypes.cpp
|
Add support for SPDX license identifiers.
|
2020-05-13 18:16:59 +02:00 |
StandardCompiler.cpp
|
Fuzzer: Add a specialized StackTooDeepError Exception that is caught in the fuzzing harness
|
2020-07-01 11:08:20 +02:00 |
SyntaxTest.cpp
|
Added error codes to SyntaxTest expectations (changed code)
|
2020-06-22 16:53:03 +02:00 |
SyntaxTest.h
|
Implement yul syntax tests
|
2020-02-05 14:58:34 +01:00 |
ViewPureChecker.cpp
|
Update tests.
|
2020-02-17 12:58:06 +01:00 |