solidity/test/libsolidity
2023-08-22 20:00:03 +02:00
..
ABIJson Fix ICE when emitting event from another contract 2023-07-21 21:49:09 +02:00
analysis Remove the ability to produce an AST in presence of errors in --error-recovery mode 2023-08-21 17:50:41 +02:00
ASTJSON Fix ICE when emitting event from another contract 2023-07-21 21:49:09 +02:00
astPropertyTests Added new kind of test: check for specific properties of AST 2023-08-21 12:37:40 -03:00
gasTests Rematerialize zero literals 2023-08-07 17:33:16 +02:00
interface
lsp Remove EWASM backend. 2023-05-11 10:56:55 -05:00
memoryGuardTests
semanticTests Rematerialize zero literals 2023-08-07 17:33:16 +02:00
smtCheckerTests SMTChecker: Visit the condition in for and while loops after loop is unrolled 2023-08-03 13:36:41 +02:00
syntaxTests Merge pull request #14347 from ethereum/fixTypeCheckingAbiDecode 2023-07-18 18:14:45 +02:00
util fixup! BytesUtils: Don't introduce garbage when formatting byte vectors shorter than expected 2023-08-17 20:45:16 +02:00
ABIDecoderTests.cpp
ABIEncoderTests.cpp
ABIJsonTest.cpp
ABIJsonTest.h
ABITestsCommon.h
AnalysisFramework.cpp Remove parser error recovery mode 2023-08-22 12:00:11 +02:00
AnalysisFramework.h Remove parser error recovery mode 2023-08-22 12:00:11 +02:00
Assembly.cpp
ASTJSONTest.cpp Remove the ability to produce an AST in presence of errors in --error-recovery mode 2023-08-21 17:50:41 +02:00
ASTJSONTest.h Make ASTJSONTest an EVMVersionRestrictedTestCase 2023-05-17 18:10:16 +02:00
ASTPropertyTest.cpp Added new kind of test: check for specific properties of AST 2023-08-21 12:37:40 -03:00
ASTPropertyTest.h Added new kind of test: check for specific properties of AST 2023-08-21 12:37:40 -03:00
ErrorCheck.cpp
ErrorCheck.h
GasCosts.cpp Change default EVM version to Shanghai. 2023-05-08 16:34:23 +02:00
GasMeter.cpp
GasTest.cpp Unify preamble handling between test cases based on AnalysisFramework 2023-08-17 17:39:27 +02:00
GasTest.h
Imports.cpp
InlineAssembly.cpp SourceReferenceFormatter: Support full range of options in formatErrorInformation() 2023-08-11 14:15:56 +02:00
LibSolc.cpp
MemoryGuardTest.cpp Use AnalysisFramework's error formatting and filtering features in more test cases 2023-08-07 14:40:34 +02:00
MemoryGuardTest.h
Metadata.cpp
SemanticTest.cpp SemanticTest: Add a setting that explicitly states the minimal Yul optimization level that avoids "Stack too deep" 2023-08-22 20:00:00 +02:00
SemanticTest.h SemanticTest: Add a setting that explicitly states the minimal Yul optimization level that avoids "Stack too deep" 2023-08-22 20:00:00 +02:00
SemVerMatcher.cpp
SMTCheckerTest.cpp Make better use of virtual functions to customize CommonSyntaxTest in test cases based on it 2023-08-07 14:05:43 +02:00
SMTCheckerTest.h Make better use of virtual functions to customize CommonSyntaxTest in test cases based on it 2023-08-07 14:05:43 +02:00
SolidityCompiler.cpp Use AnalysisFramework's error formatting and filtering features in more test cases 2023-08-07 14:40:34 +02:00
SolidityEndToEndTest.cpp Rerun SolidityEndToEndTest.cpp tests on stack errors. 2023-08-22 20:00:03 +02:00
SolidityExecutionFramework.cpp Change semantic tests to use the proper via IR pipeline, without rerunning on exceptions 2023-08-22 19:58:31 +02:00
SolidityExecutionFramework.h Unify preamble handling between AnalysisFramework and SolidityExecutionFramework 2023-08-17 17:39:27 +02:00
SolidityExpressionCompiler.cpp
SolidityNameAndTypeResolution.cpp
SolidityNatspecJSON.cpp Fix ICE when emitting event from another contract 2023-07-21 21:49:09 +02:00
SolidityOptimizer.cpp
SolidityParser.cpp Remove parser error recovery mode 2023-08-22 12:00:11 +02:00
SolidityTypes.cpp Introduce solidity-next pragma 2023-05-15 19:25:13 +02:00
StandardCompiler.cpp Remove parser error recovery mode 2023-08-22 12:00:11 +02:00
SyntaxTest.cpp Remove parser error recovery mode 2023-08-22 12:00:11 +02:00
SyntaxTest.h Remove parser error recovery mode 2023-08-22 12:00:11 +02:00
ViewPureChecker.cpp