solidity/test
r0qs e3b36f736d
Avoid sorting FunctionDefinitions by AST ID during codegen
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
2023-09-26 14:02:00 +02:00
..
benchmarks
cmdlineTests Rematerialize zero literals with default cleanup sequence 2023-09-04 15:40:33 +02:00
compilationTests
contracts deprecate using namespace std 2023-09-04 10:12:07 +02:00
evmc
externalTests Fix failing OZ test 2023-09-04 12:23:12 +02:00
formal
libevmasm fixed MSTORE typo 2023-09-14 16:15:28 +02:00
liblangutil deprecate using namespace std 2023-09-04 10:12:07 +02:00
libsolidity Avoid sorting FunctionDefinitions by AST ID during codegen 2023-09-26 14:02:00 +02:00
libsolutil deprecate using namespace std 2023-09-04 10:12:07 +02:00
libyul Rematerialize zero literals with default cleanup sequence 2023-09-04 15:40:33 +02:00
scripts prepare_report: Add viaIR presets 2023-07-14 15:28:11 +02:00
solc Remove parser error recovery mode 2023-08-22 12:00:11 +02:00
tools NatspecJSONTest based on SyntaxTest 2023-09-11 18:06:42 +02:00
yulPhaser Remove ReasoningBasedSimplifier from libyul 2023-06-28 14:38:36 +02:00
.solhint.json
.solhintignore
buglist_test_vectors.md
buglistTests.js
CMakeLists.txt SolidityNatspecJSON: Convert Boost-based test cases into natspectJSON/*.sol tests 2023-09-11 18:06:42 +02:00
cmdlineTests.sh cmdlineTests.sh: Add --exclude option 2023-06-19 16:43:30 +02:00
Common.cpp
Common.h
CommonSyntaxTest.cpp CommonSyntaxTest: Add support for syntax tests with custom expectations in addition to expected errors 2023-08-23 18:00:01 +02:00
CommonSyntaxTest.h CommonSyntaxTest: Add support for syntax tests with custom expectations in addition to expected errors 2023-08-23 18:00:01 +02:00
docsCodeStyle.sh
EVMHost.cpp
EVMHost.h
ExecutionFramework.cpp
ExecutionFramework.h
external_tests.py Initial prototype of prb-math external tests using foundry rewritten in python 2023-07-21 20:25:58 +02:00
FilesystemUtils.cpp
FilesystemUtils.h
InteractiveTests.h NatspecJSONTest based on SyntaxTest 2023-09-11 18:06:42 +02:00
localeTest.sh
lsp.py
Metadata.cpp
Metadata.h
pyscriptTests.py
soltest.cpp
stopAfterParseTests.sh cmdlineTests: Add prefixes for temporary files/dirs 2023-06-02 16:10:40 +02:00
TestCase.cpp
TestCase.h
TestCaseReader.cpp CommonSyntaxTest: Add support for syntax tests with custom expectations in addition to expected errors 2023-08-23 18:00:01 +02:00
TestCaseReader.h