solidity/test/libsolidity
2020-03-06 21:43:14 +01:00
..
ABIJson Merge remote-tracking branch 'origin/develop' into develop_060 2019-11-14 13:42:46 +01:00
ASTJSON Allow user-defined types as mapping keys in parser and restrict to contracts during type checking. 2020-02-04 17:22:03 +01:00
errorRecoveryTests Add Steve Johnson-style parser recovery rules: 2019-06-17 14:47:07 +02:00
gasTests Do not rematerialize in loops. 2020-01-08 09:56:08 +01:00
semanticTests Adding sol->yul for f.selector and f.address 2020-03-06 21:43:14 +01:00
smtCheckerTests Merge pull request #8413 from mijovic/depratateValueCalls 2020-03-04 14:43:06 +01:00
smtCheckerTestsJSON [SMTChecker] Add as const function to SMTLib2Interface 2019-09-18 22:57:14 +02:00
syntaxTests Deprecated warning for .value() and .gas() on function and constructror calls 2020-03-04 12:51:49 +01:00
util Fixes raw bytes warning in semantic test framework. 2020-02-26 21:37:52 +01:00
ABIDecoderTests.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
ABIEncoderTests.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
ABIJsonTest.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
ABIJsonTest.h Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
ABITestsCommon.h Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
AnalysisFramework.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
AnalysisFramework.h Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
Assembly.cpp Add reason string for internal reverts 2020-02-10 11:57:20 -03:00
ASTJSONTest.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
ASTJSONTest.h Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01: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 TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
GasMeter.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
GasTest.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
GasTest.h Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
Imports.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
InlineAssembly.cpp Update tests. 2020-02-17 12:58:06 +01: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 [test] Fixes ExecutionFramework providing different contract addresses when running test cases for both, old and new yul codegen. 2020-03-03 16:36:12 +01:00
SemanticTest.h Allow tests to be marked ABIEncoderV1Only. 2020-02-04 17:22:03 +01:00
SemVerMatcher.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
SMTChecker.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
SMTCheckerJSONTest.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
SMTCheckerJSONTest.h Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
SMTCheckerTest.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
SMTCheckerTest.h Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
SolidityCompiler.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
SolidityEndToEndTest.cpp Merge pull request #8135 from ethereum/fix-get-options-7112 2020-01-29 16:05:55 +01:00
SolidityExecutionFramework.cpp Add reason string for internal reverts 2020-02-10 11:57:20 -03:00
SolidityExecutionFramework.h Add reason string for internal reverts 2020-02-10 11:57:20 -03:00
SolidityExpressionCompiler.cpp Add reason string for internal reverts 2020-02-10 11:57:20 -03:00
SolidityNameAndTypeResolution.cpp Update tests. 2020-02-17 12:58:06 +01:00
SolidityNatspecJSON.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
SolidityOptimizer.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
SolidityParser.cpp Introduce AST node for structured documentation. 2020-01-30 18:25:56 +01:00
SolidityScanner.cpp Adapt tests directory to C++ namespace changes. 2020-01-07 15:51:50 +01:00
SolidityTypes.cpp Ast-Import from standard-json 2020-01-14 17:15:53 +01:00
StandardCompiler.cpp Assembly: Added missing source field to legacy assembly json output to complete the source reference 2020-02-18 10:22:34 +01:00
SyntaxTest.cpp Implement yul syntax tests 2020-02-05 14:58:34 +01: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