Home | History | Annotate | Download | only in libregrtest

Lines Matching defs:FAILED

16 FAILED = 0
25 FAILED: '%s failed',
26 ENV_CHANGED: '%s failed (env changed)',
86 ENV_CHANGED test failed because it changed the execution environment
87 FAILED test failed
182 print("test", test, "failed --", msg, file=sys.stderr,
185 print("test", test, "failed", file=sys.stderr, flush=True)
186 return FAILED, test_time
192 return FAILED, test_time
195 return FAILED, test_time