Searched refs:warnings (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tools/restest/
H A DWarnings.h17 static void SetCurrentWarnings(Warnings* warnings);
H A DWarnings.cpp29 Warnings::SetCurrentWarnings(Warnings* warnings) argument
31 fCurrentWarnings = warnings;
H A Drestest.cpp44 : filename(filename), warnings(), exception(NULL)
54 Warnings warnings; member in struct:TestResult
178 Warnings::SetCurrentWarnings(&testResult.warnings);
202 // print warnings and error
204 || testResult.warnings.CountWarnings() > 0 || testResult.exception) {
207 // warnings
208 if (testResult.warnings.CountWarnings() > 0) {
210 const char* warning = testResult.warnings.WarningAt(i);
257 else if (testResult->warnings.CountWarnings() > 0)
273 // tests with warnings
[all...]

Completed in 40 milliseconds