Searched refs:error_in_expect (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/atf/atf-c/ |
H A D | tc.c | 91 static void error_in_expect(struct context *, const char *, ...) 282 error_in_expect(struct context *ctx, const char *fmt, ...) in error_in_expect() function 303 error_in_expect(ctx, "Test case was expected to terminate abruptly " in validate_expect() 306 error_in_expect(ctx, "Test case was expected to exit cleanly but it " in validate_expect() 310 error_in_expect(ctx, "Test case was expecting a failure but none " in validate_expect() 317 error_in_expect(ctx, "Test case was expected to receive a termination " in validate_expect() 320 error_in_expect(ctx, "Test case was expected to hang but it continued " in validate_expect() 346 error_in_expect(ctx, "Test case raised a failure but was not " in fail_requirement() 364 error_in_expect(ctx, "Test case raised a failure but was not " in fail_check() 375 error_in_expect(ctx, "Test case was expecting a failure but got " in pass() [all …]
|