solidity/test/libyul
ssi91 79407c87fb remove extra definition of printIndented
add CommonBaseTestCase class and inherit some of TestCase classes from it. Since that, remove print source extra definitions

create the base defifnition for printUpdatedExpectations and remove extra definitions of the method

make CommonBaseTestCase c-tor explicit

include AnsiColorized.h and sort includes

implement a common result checker

move the common implementations into TastCase
2020-06-02 21:15:00 +07:00
..
ewasmTranslationTests Mark EVM instruction pc() as deprecated when used in inline assembly. 2020-05-27 12:07:23 +02:00
functionSideEffects Tests. 2019-12-17 15:47:32 +01:00
objectCompiler Adding source location support to AssemblyStack and thus debugging Yul sources 2020-02-25 22:19:03 +01:00
yulInterpreterTests Mark EVM instruction pc() as deprecated when used in inline assembly. 2020-05-27 12:07:23 +02:00
yulOptimizerTests Merge pull request #8958 from ethereum/evm-version-dependent-rules 2020-05-27 12:52:51 +02:00
yulSyntaxTests Mark EVM instruction pc() as deprecated when used in inline assembly. 2020-05-27 12:07:23 +02:00
Common.cpp Unified dialect selection in libyul/SyntaxTest and YulOptimizerTest. 2020-03-16 23:22:57 +01:00
Common.h Unified dialect selection in libyul/SyntaxTest and YulOptimizerTest. 2020-03-16 23:22:57 +01:00
CompilabilityChecker.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
EwasmTranslationTest.cpp remove extra definition of printIndented 2020-06-02 21:15:00 +07:00
EwasmTranslationTest.h remove extra definition of printIndented 2020-06-02 21:15:00 +07:00
FunctionSideEffects.cpp remove extra definition of printIndented 2020-06-02 21:15:00 +07:00
FunctionSideEffects.h remove extra definition of printIndented 2020-06-02 21:15:00 +07:00
Inliner.cpp Test updates. 2020-02-24 15:05:18 +01:00
Metrics.cpp Add configurable weights to CodeSize metric 2020-05-20 16:47:23 +02:00
ObjectCompilerTest.cpp remove extra definition of printIndented 2020-06-02 21:15:00 +07:00
ObjectCompilerTest.h remove extra definition of printIndented 2020-06-02 21:15:00 +07:00
ObjectParser.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
Parser.cpp Allow for per-parameter literalValues builtin functions 2020-04-08 16:41:38 +02:00
StackReuseCodegen.cpp TestFramework: Merge Options.h into Common.h 2020-01-29 12:27:05 +01:00
SyntaxTest.cpp Unified dialect selection in libyul/SyntaxTest and YulOptimizerTest. 2020-03-16 23:22:57 +01:00
SyntaxTest.h Apply modernize-use-override. 2020-04-02 18:00:44 -05:00
YulInterpreterTest.cpp remove extra definition of printIndented 2020-06-02 21:15:00 +07:00
YulInterpreterTest.h remove extra definition of printIndented 2020-06-02 21:15:00 +07:00
YulOptimizerTest.cpp remove extra definition of printIndented 2020-06-02 21:15:00 +07:00
YulOptimizerTest.h remove extra definition of printIndented 2020-06-02 21:15:00 +07:00