Searched refs:error_in_expect (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/atf/dist/atf-c/ |
H A D | tc.c | 88 static void error_in_expect(struct context *, const char *, ...) 242 error_in_expect(struct context *ctx, const char *fmt, ...) in error_in_expect() function 263 error_in_expect(ctx, "Test case was expected to terminate abruptly " in validate_expect() 266 error_in_expect(ctx, "Test case was expected to exit cleanly but it " in validate_expect() 270 error_in_expect(ctx, "Test case was expecting a failure but none " in validate_expect() 277 error_in_expect(ctx, "Test case was expected to receive a termination " in validate_expect() 280 error_in_expect(ctx, "Test case was expected to hang but it continued " in validate_expect() 304 error_in_expect(ctx, "Test case raised a failure but was not " in fail_requirement() 322 error_in_expect(ctx, "Test case raised a failure but was not " in fail_check() 333 error_in_expect(ctx, "Test case was expecting a failure but got " in pass() [all …]
|