Skip to content

Commit cb4899a

Browse files
committed
eof: Disable smtCheckeTests when compiling to EOF.
1 parent b6486db commit cb4899a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: 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)