Home
last modified time | relevance | path

Searched refs:isTerminateOnFailEnabled (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp274 bool isTerminateOnFailEnabled (void) const;
DtcuTestSessionExecutor.cpp284 (m_status.numFailed > 0 && m_testCtx.getCommandLine().isTerminateOnFailEnabled())) in leaveTestCase()
DtcuCommandLine.cpp936 bool CommandLine::isTerminateOnFailEnabled (void) const { return m_cmdLine.getOption<opt::Term… in isTerminateOnFailEnabled() function in tcu::CommandLine