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"); \
397 TEST_error("first set had no effect"); \
403 TEST_error("setting second value failed"); \
411 TEST_error("second set reset the value"); \
416 TEST_error("set/get second value did not match"); \
421 TEST_error("second set did not dup the value"); \
425 TEST_error("second value is same as first value"); \
433 TEST_error("second get returned same as first get"); \
440 TEST_error("third set reset the value"); \
445 TEST_error("third get gave different value"); \
450 TEST_error("third get did not create a new dup"); \
636 TEST_error("pusher did not return error on ctx == NULL"); \
645 TEST_error("did not get default value for stack field"); \
649 TEST_error("pushing first value failed"); \
656 TEST_error("pushing first value did not increment number"); \
662 TEST_error("push/sk_top first value did not match"); \
667 TEST_error("first push did not dup the value"); \
673 TEST_error("pushting second value failed"); \
680 TEST_error("pushing second value did not increment number"); \
686 TEST_error("push/sk_top second value did not match"); \
691 TEST_error("second push did not dup the value"); \
695 TEST_error("second value is same as first value"); \
797 TEST_error("Error parsing test options\n");