Lines Matching defs:expected
73 bool checkIntEquals (tcu::TestContext& testCtx, GLint got, GLint expected)
77 if (got != expected)
79 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage;
87 void checkPointerEquals (tcu::TestContext& testCtx, const void* got, const void* expected)
91 if (got != expected)
93 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage;
168 << "// ERROR: expected in range "
211 << "// ERROR: expected ["
237 << "// ERROR: expected ["
266 << "// ERROR: expected ["
298 << "// ERROR: expected ["
329 << "// ERROR: expected ["
355 << "// ERROR: expected ["
384 << "// ERROR: expected ["
416 << "// ERROR: expected ["
449 testCtx.getLog() << TestLog::Message << "// ERROR: at index " << ndx << " expected " << values[ndx] << "; got " << state[ndx] << TestLog::EndMessage;
476 testCtx.getLog() << TestLog::Message << "// ERROR: at index [" << y << "][" << x << "] expected " << values[refIndex] << "; got " << state[stateIndex] << TestLog::EndMessage;
2186 const RequiredFormat expected = getRequiredFormat();
2228 if (range[0] < expected.negativeRange)
2230 m_log << tcu::TestLog::Message << "// ERROR: Invalid range[0], expected greater or equal to " << expected.negativeRange << tcu::TestLog::EndMessage;
2234 if (range[1] < expected.positiveRange)
2236 m_log << tcu::TestLog::Message << "// ERROR: Invalid range[1], expected greater or equal to " << expected.positiveRange << tcu::TestLog::EndMessage;
2240 if (precision < expected.precision)
2242 m_log << tcu::TestLog::Message << "// ERROR: Invalid precision, expected greater or equal to " << expected.precision << tcu::TestLog::EndMessage;