Searched refs:atf_tc_fail (Results 1 - 13 of 13) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/test-programs/ |
H A D | c_helpers.c | 58 atf_tc_fail("unlink(2) of %s failed", path); 68 atf_tc_fail("Could not create file %s", path); 101 atf_tc_fail("On purpose"); 138 atf_tc_fail("Failed to create oldvalue file"); 246 atf_tc_fail("Some reason"); 260 atf_tc_fail("The failure"); 406 atf_tc_fail("Cannot find datafile"); 423 atf_tc_fail("Failure reason"); 441 atf_tc_fail("First line\nSecond line");
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | tp_test.c | 72 atf_tc_fail("Unexpected unknown option -%c found", optopt);
|
H A D | tc.h | 106 void atf_tc_fail(const char *, ...)
|
H A D | utils.c | 212 atf_tc_fail("Failed to check the existence of %s: %s", path, 232 atf_tc_fail("fork failed");
|
H A D | tc.c | 669 atf_tc_fail("Configuration variable %s does not have a valid " 701 atf_tc_fail("Configuration variable %s does not have a valid " 1059 atf_tc_fail(const char *fmt, ...) function
|
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/ |
H A D | h_tp_basic_c.c | 51 atf_tc_fail("On purpose");
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | expect_helpers.c | 46 atf_tc_fail("Some reason"); 60 atf_tc_fail("The failure");
|
/bind-9.6-ESV-R11/lib/dns/tests/ |
H A D | dbversion_test.c | 113 atf_tc_fail("dns_db_attachversion did not assert"); 157 atf_tc_fail("dns_db_closeversion did not assert"); 205 atf_tc_fail("dns_db_find did not assert"); 252 atf_tc_fail("dns_db_allrdatasets did not assert"); 310 atf_tc_fail("dns_db_findrdataset did not assert"); 365 atf_tc_fail("dns_db_deleterdataset did not assert"); 427 atf_tc_fail("dns_db_dns_db_subtractrdataset did not assert"); 482 atf_tc_fail("dns_db_dump did not assert"); 541 atf_tc_fail("dns_db_adddataset did not assert"); 597 atf_tc_fail("dns_db_dum [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | user_test.c | 74 atf_tc_fail("Call to getgroups failed");
|
H A D | test_helpers.c | 67 atf_tc_fail("%s", failmsg);
|
H A D | dynstr_test.c | 192 atf_tc_fail("Failed to construct dynstr by repeating %zd " 388 atf_tc_fail("Failed to append character at iteration %zd", i); 402 atf_tc_fail("Failed to append character at iteration %zd", i); 488 atf_tc_fail("Failed to prepend character at iteration %zd", i); 508 atf_tc_fail("Failed to prepend character at iteration %zd", i);
|
H A D | fs_test.c | 58 atf_tc_fail("Could not create helper directory %s", p); 69 atf_tc_fail("Could not create helper file %s", p);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | tests.cpp | 322 atf_tc_fail("%s", reason.c_str());
|
Completed in 41 milliseconds