Lines Matching refs:fail
63 if (items != 2) goto fail; in TestCall()
69 if (!TestMatchReply(item0,"foo")) goto fail; in TestCall()
70 if (!TestMatchReply(item1,"1234")) goto fail; in TestCall()
75 fail: in TestCall()
365 if (!TestAssertIntegerReply(ctx,reply,0)) goto fail; in TestIt()
368 if (!TestAssertStringReply(ctx,reply,"PONG",4)) goto fail; in TestIt()
371 if (!TestAssertStringReply(ctx,reply,"OK",2)) goto fail; in TestIt()
374 if (!TestAssertStringReply(ctx,reply,"OK",2)) goto fail; in TestIt()
377 if (!TestAssertStringReply(ctx,reply,"foobar",6)) goto fail; in TestIt()
380 if (!TestAssertStringReply(ctx,reply,"OK",2)) goto fail; in TestIt()
383 if (!TestAssertStringReply(ctx,reply,"foobar",6)) goto fail; in TestIt()
386 if (!TestAssertStringReply(ctx,reply,"Got 3 args. argv[1]: foo, argv[2]: bar",38)) goto fail; in TestIt()
389 if (!TestAssertStringReply(ctx,reply,"OK",2)) goto fail; in TestIt()
394 fail: in TestIt()