Lines Matching refs:TEST_error
359 TEST_error("setter did not return error on ctx == NULL"); \
366 TEST_error("getter did not return error on ctx == NULL"); \
373 TEST_error("did not get default value"); \
377 TEST_error("setting first value failed"); \
388 TEST_error("set/get first value did not match"); \
393 TEST_error("first set did not dup the value"); \
398 TEST_error("first set had no effect"); \
404 TEST_error("setting second value failed"); \
412 TEST_error("second set reset the value"); \
417 TEST_error("set/get second value did not match"); \
422 TEST_error("second set did not dup the value"); \
427 TEST_error("second value is same as first value"); \
435 TEST_error("second get returned same as first get"); \
442 TEST_error("third set reset the value"); \
447 TEST_error("third get gave different value"); \
452 TEST_error("third get did not create a new dup"); \
639 TEST_error("pusher did not return error on ctx == NULL"); \
648 TEST_error("did not get default value for stack field"); \
652 TEST_error("pushing first value failed"); \
659 TEST_error("pushing first value did not increment number"); \
665 TEST_error("push/sk_top first value did not match"); \
670 TEST_error("first push did not dup the value"); \
676 TEST_error("pushting second value failed"); \
683 TEST_error("pushing second value did not increment number"); \
689 TEST_error("push/sk_top second value did not match"); \
694 TEST_error("second push did not dup the value"); \
698 TEST_error("second value is same as first value"); \
800 TEST_error("Error parsing test options\n"); in DEFINE_SET_CB_TEST()