Home | History | Annotate | Download | only in tests

Lines Matching full:failed

13 failed = 0
33 global failed
36 failed = 1
37 print("FAILED to obtain correct value for " \
46 assert "failed"
57 print("FAILED: should have obtained errors")
71 print("FAILED: did not obtain the correct number of errors")
86 print("FAILED: did not obtain the correct number of errors")
89 if failed:
90 print("FAILED")