Move test cases from SolidityEndToEnd to semanticTests #12253
Labels
closed due inactivity
The issue/PR was automatically closed due to inactivity.
good first issue
hacktoberfest-accepted
stale
The issue/PR was marked as stale because it has been open for too long.
testing 🔨
There is the
test/libsolidity/SolidityEndToEndTest.cpp
file, which contains a lot of semantic tests. It is a large monolithic single C++ file, which takes a long time to compile and is hard to maintain.We want to move as many test cases out to individual files under
test/libsolidity/semanticTests
. They should be grouped logically, by following the grouping in SolidityEndToEnd.Have a look at existing test case in both places to see how they operate.
(This was previously designed/discussed in #3486, but creating a new issue to be more helpful.)
The text was updated successfully, but these errors were encountered: