Searched refs:testLog (Results 1 – 11 of 11) sorted by relevance
242 std::ostringstream testLog; in parse() local243 xe::xml::Writer xmlWriter(testLog); in parse()245 testLog << "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" in parse()250 listener.testLogData(testLog.str().c_str()); in parse()261 std::ostringstream testLog; in parse() local262 xe::xml::Writer xmlWriter(testLog); in parse()264 testLog << "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" in parse()269 listener.testLogData(testLog.str().c_str()); in parse()
61 : state(4), gl(context.getRenderContext().getFunctions()), testLog(log) in BlendMaskStateMachine()66 : state(dbs), gl(context.getRenderContext().getFunctions()), testLog(log) in BlendMaskStateMachine()87 testLog << tcu::TestLog::Message << "General state should be set to " << s in CheckEnumGeneral()108 …testLog << tcu::TestLog::Message << "State for " << e << " in buffer #" << idx << " should be set … in CheckEnumForBuffer()122 …testLog << tcu::TestLog::Message << "Blending for buffer #" << idx << " set to: " << !state[idx].e… in CheckBuffer()150 …testLog << tcu::TestLog::Message << "GL_COLOR_WRITEMASK for buffer #" << idx << " should be set to… in CheckBuffer()183 …testLog << tcu::TestLog::Message << "GL_COLOR_WRITEMASK for buffer #" << idx << " should be set to… in CheckBuffer()
118 tcu::TestLog& testLog; member in glcts::DrawBuffersIndexedBase::BlendMaskStateMachine
28 public void testLog() { in testLog() method in Log4j12Calls
30 public void testLog() { in testLog() method in Log4j13Calls
1192 tcu::TestLog& testLog = m_context.getTestContext().getLog(); in iterate() local1194 testLog << tcu::TestLog::ImageSet("Images", "Images") in iterate()1199 …testLog << tcu::TestLog::Image("sampleShadedImage", "One sample of sample shaded image", sampleSha… in iterate()1201 testLog << tcu::TestLog::EndImageSet; in iterate()
4438 TestLog& testLog = m_context.getTestContext().getLog(); in iterate() local4450 testLog << TestLog::Message << "Statement: " << m_stmt << TestLog::EndMessage; in iterate()4461 testLog << TestLog::Message << "Reference definitions:\n" << oss.str() in iterate()4534 MessageBuilder builder = testLog.message(); in iterate()4584 testLog << TestLog::Message << "(Skipped " << (numErrors - maxMsgs) << " messages.)" in iterate()4590 testLog << TestLog::Message << "All " << numValues << " inputs passed." in iterate()4595 testLog << TestLog::Message << numErrors << "/" << numValues << " inputs failed." in iterate()
530 def testLog(self): member in SingleOpTest
591 def testLog(self): member in MathTests
313 mSink.testLog(testId.getClassName() + "." + testId.getTestName() + "@" in forwardFinalizedPendingResult()
766 def testLog(self): member in MathTests