Lines Matching refs:expectedName
558 std::ostringstream expectedName;560 expectedName << firstComponent.getInterfaceBlock()->interfaceName;562 expectedName << "[0]";565 if (blockName != expectedName.str())567 m_testCtx.getLog() << tcu::TestLog::Message << "\tError, expected " << expectedName.str() << tcu::TestLog::EndMessage;