Home
last modified time | relevance | path

Searched refs:error_in_expect (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/atf/atf-c/
H A Dtc.c87 static void error_in_expect(struct context *, const char *, ...)
275 error_in_expect(struct context *ctx, const char *fmt, ...) in error_in_expect() function
296 error_in_expect(ctx, "Test case was expected to terminate abruptly " in validate_expect()
299 error_in_expect(ctx, "Test case was expected to exit cleanly but it " in validate_expect()
303 error_in_expect(ctx, "Test case was expecting a failure but none " in validate_expect()
310 error_in_expect(ctx, "Test case was expected to receive a termination " in validate_expect()
313 error_in_expect(ctx, "Test case was expected to hang but it continued " in validate_expect()
339 error_in_expect(ctx, "Test case raised a failure but was not " in fail_requirement()
357 error_in_expect(ctx, "Test case raised a failure but was not " in fail_check()
368 error_in_expect(ctx, "Test case was expecting a failure but got " in pass()
[all …]