Searched refs:testErrors (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DTestResultCollector.h58 virtual int testErrors() const;
/haiku-fatelf/src/tools/cppunit/cppunit/
H A DTestResultCollector.cpp67 TestResultCollector::testErrors() const function in class:CppUnit::TestResultCollector
H A DTextOutputter.cpp153 << " Errors: " << m_result->testErrors()
H A DTextTestResult.cpp175 << " Errors: " << testErrors()
H A DCompilerOutputter.cpp155 << "Errors: " << m_result->testErrors()
H A DXmlOutputter.cpp277 statisticsNode->addNode( new Node( "Errors", m_result->testErrors() ) );
/haiku-fatelf/src/tools/docbook/libxml2/
H A Drunsuite.c175 static char testErrors[32769]; variable
185 fprintf(logfile, "%s", testErrors);
186 testErrorsSize = 0; testErrors[0] = 0;
203 res = vsnprintf(&testErrors[testErrorsSize],
210 testErrors[testErrorsSize] = 0;
214 testErrors[testErrorsSize] = 0;
442 testErrorsSize = 0; testErrors[0] = 0;
798 testErrorsSize = 0; testErrors[0] = 0;
896 testErrorsSize = 0; testErrors[0] = 0;
943 if ((ret == 0) && (strstr(testErrors, "nimplemente
[all...]
H A Druntest.c245 static char testErrors[32769]; variable
256 res = vsnprintf(&testErrors[testErrorsSize],
263 testErrors[testErrorsSize] = 0;
267 testErrors[testErrorsSize] = 0;
278 res = vsnprintf(&testErrors[testErrorsSize],
285 testErrors[testErrorsSize] = 0;
289 testErrors[testErrorsSize] = 0;
1868 res = compareFileMem(err, testErrors, testErrorsSize);
2038 res = compareFileMem(err, testErrors, testErrorsSize);
2150 ret = compareFileMem(err, testErrors, testErrorsSiz
[all...]
/haiku-fatelf/src/tools/cppunit/
H A DTestShell.cpp413 if (fResultsCollector.testErrors() > 0) {
414 cout << "- ERRORS: " << fResultsCollector.testErrors() << endl;

Completed in 101 milliseconds