Lines Matching defs:FAILED
32 /* If you have problems with DejaGnu dropping failed, untested, or
44 static int failed;
104 failed++;
119 failed++;
178 printf ("\t#real failed:\t\t%d\n", failed);
196 "FAILED: ", "PASSED: ", "UNTESTED: ", "UNRESOLVED: ", "XFAILED: ", "XPASSED: "
201 enum teststate { FAILED, PASSED, UNTESTED, UNRESOLVED, XFAILED, XPASSED} laststate;
211 failed = 0;
258 failed++;
259 laststate = FAILED;
261 std::cout << "\t" << outstate[FAILED] << s << std::endl;
315 std::cout << "\t#real failed:\t\t" << failed << std::endl;