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

/freebsd-10.1-release/contrib/atf/atf-c/
H A Dtc.c87 static void error_in_expect(struct context *, const char *, ...)
238 error_in_expect(struct context *ctx, const char *fmt, ...) function
259 error_in_expect(ctx, "Test case was expected to terminate abruptly "
262 error_in_expect(ctx, "Test case was expected to exit cleanly but it "
266 error_in_expect(ctx, "Test case was expecting a failure but none "
273 error_in_expect(ctx, "Test case was expected to receive a termination "
276 error_in_expect(ctx, "Test case was expected to hang but it continued "
300 error_in_expect(ctx, "Test case raised a failure but was not "
318 error_in_expect(ctx, "Test case raised a failure but was not "
329 error_in_expect(ct
[all...]

Completed in 60 milliseconds