Home | History | Annotate | Download | only in common

Lines Matching refs:configs

61 		return "Float configs: Not testable";
125 ConfigList configs;
127 getDefaultConfigList(m_testCtx.getPlatform(), m_ctxType, configs);
129 // Valid configs.
131 tcu::ScopedLogSection configSection(log, "Configs", "Configs");
133 for (vector<Config>::const_iterator cfgIter = configs.configs.begin(); cfgIter != configs.configs.end();
139 // Excluded configs.
141 tcu::ScopedLogSection excludedSection(log, "ExcludedConfigs", "Excluded configs");
143 for (vector<ExcludedConfig>::const_iterator cfgIter = configs.excludedConfigs.begin();
144 cfgIter != configs.excludedConfigs.end(); cfgIter++)
150 int numValid = (int)configs.configs.size();
154 for (vector<ExcludedConfig>::const_iterator cfgIter = configs.excludedConfigs.begin();
155 cfgIter != configs.excludedConfigs.end(); cfgIter++)
159 << " non-compatible configs" << TestLog::EndMessage;
163 configCountOk ? "Pass" : "Too many non-conformant configs");