Skip to content

Commit 2462dfa

Browse files
authored
Merge pull request ethereum#15659 from ipsilon/eof-disable-smt-checket-test
eof: Disable `smtCheckerTests` when compiling to EOF
2 parents 4a11836 + cb4899a commit 2462dfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/libsolidity/SMTCheckerTest.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ SMTCheckerTest::SMTCheckerTest(std::string const& _filename):
136136

137137
auto const& bmcLoopIterations = m_reader.sizetSetting("BMCLoopIterations", 1);
138138
m_modelCheckerSettings.bmcLoopIterations = std::optional<unsigned>{bmcLoopIterations};
139+
140+
// TODO: Enable EOF testing when EOF gets stable and smtCheckerTest starts using IR.
141+
if (CommonOptions::get().eofVersion().has_value())
142+
m_shouldRun = false;
139143
}
140144

141145
void SMTCheckerTest::setupCompiler(CompilerStack& _compiler)

0 commit comments

Comments
 (0)