Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] develop from ethereum:develop #66

Merged
merged 10 commits into from
Dec 20, 2024
4 changes: 4 additions & 0 deletions test/libsolidity/SMTCheckerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ SMTCheckerTest::SMTCheckerTest(std::string const& _filename):

auto const& bmcLoopIterations = m_reader.sizetSetting("BMCLoopIterations", 1);
m_modelCheckerSettings.bmcLoopIterations = std::optional<unsigned>{bmcLoopIterations};

// TODO: Enable EOF testing when EOF gets stable and smtCheckerTest starts using IR.
if (CommonOptions::get().eofVersion().has_value())
m_shouldRun = false;
}

void SMTCheckerTest::setupCompiler(CompilerStack& _compiler)
Expand Down