/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-output-test-golden-lin.txt | 3 googletest-output-test_.cc:#: Failure 9 googletest-output-test_.cc:#: Failure 41 googletest-output-test_.cc:#: Failure 49 googletest-output-test_.cc:#: Failure 59 googletest-output-test_.cc:#: Failure 74 (expecting a failure that x should be 1) 75 googletest-output-test_.cc:#: Failure 84 (expecting a failure that x should be 1) 85 googletest-output-test_.cc:#: Failure 94 (expecting a failure on false) [all …]
|
H A D | googletest-output-test_.cc | 62 // This function calls a test subroutine, catches the fatal failure it 65 // Calls a subrountine that yields a fatal failure. in TryTestSubroutine() 68 // Catches the fatal failure and aborts the test. in TryTestSubroutine() 116 // Tests catching a fatal failure in a subroutine. 118 printf("(expecting a failure that x should be 1)\n"); in TEST() 123 // Tests catching a fatal failure in a nested subroutine. 125 printf("(expecting a failure that x should be 1)\n"); in TEST() 127 // Calls a subrountine that yields a fatal failure. in TEST() 130 // Catches the fatal failure and aborts the test. in TEST() 142 printf("(expecting a failure on false)\n"); in TEST() [all …]
|
H A D | googletest-failfast-unittest_.cc | 49 TEST_F(HasFixtureTest, Test1) { FAIL() << "Expected failure."; } in TEST_F() 51 TEST_F(HasFixtureTest, Test2) { FAIL() << "Expected failure."; } in TEST_F() 53 TEST_F(HasFixtureTest, Test3) { FAIL() << "Expected failure."; } in TEST_F() 55 TEST_F(HasFixtureTest, Test4) { FAIL() << "Expected failure."; } in TEST_F() 61 TEST(HasSimpleTest, Test1) { FAIL() << "Expected failure."; } in TEST() 63 TEST(HasSimpleTest, Test2) { FAIL() << "Expected failure."; } in TEST() 65 TEST(HasSimpleTest, Test3) { FAIL() << "Expected failure."; } in TEST() 67 TEST(HasSimpleTest, Test4) { FAIL() << "Expected failure."; } in TEST() 73 TEST(HasDisabledTest, DISABLED_Test1) { FAIL() << "Expected failure."; } in TEST() 75 TEST(HasDisabledTest, Test2) { FAIL() << "Expected failure."; } in TEST() [all …]
|
H A D | gtest_environment_test.cc | 54 // generate a non-fatal failure, generate a fatal failure, or 61 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; in SetUp() 64 FAIL() << "Expected fatal failure in global set-up."; in SetUp() 71 // Generates a non-fatal failure. 74 ADD_FAILURE() << "Expected non-fatal failure in global tear-down."; in TearDown() 77 // We call this function to set the type of failure SetUp() should 99 // The 'failure' parameter specifies the type of failure that should 101 int RunAllTests(MyEnvironment* env, FailureType failure) { in RunAllTests() argument 105 env->set_failure_in_set_up(failure); in RunAllTests() 125 "should generate a failure."); in TestGlobalSetUp() [all …]
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | pwhash_scrypt.exp | 4 pwhash failure 14 pwhash_str failure: [10] 15 pwhash_str failure: [11] 16 pwhash_str failure: [12] 17 pwhash_str failure: [13] 18 pwhash_str failure: [14] 19 pwhash_str failure: [15] 20 pwhash_str failure: [16] 21 pwhash_str failure: [17] 22 pwhash_str failure: [18] [all …]
|
H A D | kdf.exp | 11 Failure -- probably expected for output length=0 12 Failure -- probably expected for output length=1 13 Failure -- probably expected for output length=2 14 Failure -- probably expected for output length=3 15 Failure -- probably expected for output length=4 16 Failure -- probably expected for output length=5 17 Failure -- probably expected for output length=6 18 Failure -- probably expected for output length=7 19 Failure -- probably expected for output length=8 20 Failure -- probably expected for output length=9 [all …]
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | export_sec_context.c | 89 goto failure; in _gsskrb5_export_sec_context() 97 goto failure; in _gsskrb5_export_sec_context() 103 goto failure; in _gsskrb5_export_sec_context() 110 goto failure; in _gsskrb5_export_sec_context() 116 goto failure; in _gsskrb5_export_sec_context() 121 goto failure; in _gsskrb5_export_sec_context() 127 goto failure; in _gsskrb5_export_sec_context() 134 goto failure; in _gsskrb5_export_sec_context() 141 goto failure; in _gsskrb5_export_sec_context() 147 goto failure; in _gsskrb5_export_sec_context() [all …]
|
H A D | import_sec_context.c | 83 goto failure; in _gsskrb5_import_sec_context() 91 goto failure; in _gsskrb5_import_sec_context() 97 goto failure; in _gsskrb5_import_sec_context() 101 goto failure; in _gsskrb5_import_sec_context() 106 goto failure; in _gsskrb5_import_sec_context() 117 goto failure; in _gsskrb5_import_sec_context() 120 goto failure; in _gsskrb5_import_sec_context() 123 goto failure; in _gsskrb5_import_sec_context() 129 goto failure; in _gsskrb5_import_sec_context() 135 goto failure; in _gsskrb5_import_sec_context() [all …]
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_archive_match_owner.c | 45 failure("uid 0 should be excluded"); in test_uid() 49 failure("uid 1000 should not be excluded"); in test_uid() 53 failure("uid 1001 should be excluded"); in test_uid() 57 failure("uid 1002 should not be excluded"); in test_uid() 61 failure("uid 1003 should be excluded"); in test_uid() 87 failure("uid 0 should be excluded"); in test_gid() 91 failure("uid 1000 should not be excluded"); in test_gid() 95 failure("uid 1001 should be excluded"); in test_gid() 99 failure("uid 1002 should not be excluded"); in test_gid() 103 failure("ui in test_gid() [all...] |
H A D | test_archive_match_time.c | 51 failure("Both Its mtime and ctime should be excluded"); in test_newer_time() 56 failure("Both Its mtime and ctime should be excluded"); in test_newer_time() 62 failure("Both Its mtime and ctime should not be excluded"); in test_newer_time() 68 failure("Its mtime should be excluded"); in test_newer_time() 74 failure("Its ctime should be excluded"); in test_newer_time() 108 failure("Both Its mtime and ctime should be excluded"); in test_newer_time_str() 114 failure("Both Its mtime and ctime should be excluded"); in test_newer_time_str() 121 failure("Both Its mtime and ctime should not be excluded"); in test_newer_time_str() 128 failure("Its mtime should be excluded"); in test_newer_time_str() 134 failure("Its ctime should be excluded"); in test_newer_time_str() [all …]
|
H A D | test_write_disk_sparse.c | 61 failure("%s", msg); in verify_write_data() 67 failure("%s", msg); in verify_write_data() 73 failure("%s", msg); in verify_write_data() 76 failure("%s", msg); in verify_write_data() 91 failure("%s", msg); in verify_write_data() 94 failure("offset: %d, %s", (int)(p - buff), msg); in verify_write_data() 102 failure("offset: %d, %s", (int)(p - buff), msg); in verify_write_data() 113 failure("offset: %d, %s", (int)(p - buff), msg); in verify_write_data() 117 failure("%s", msg); in verify_write_data() 159 failure(" in verify_write_data_block() [all...] |
H A D | test_archive_match_path.c | 46 failure("'aa1234' should be excluded"); in test_exclusion_mbs() 51 failure("'aa1234' should be excluded"); in test_exclusion_mbs() 57 failure("'a1234' should not be excluded"); in test_exclusion_mbs() 62 failure("'a1234' should not be excluded"); in test_exclusion_mbs() 89 failure("'aa1234' should be excluded"); in test_exclusion_wcs() 94 failure("'aa1234' should be excluded"); in test_exclusion_wcs() 100 failure("'a1234' should not be excluded"); in test_exclusion_wcs() 105 failure("'a1234' should not be excluded"); in test_exclusion_wcs() 126 failure("'first' should not be excluded"); in exclusion_from_file() 131 failure("'firs in exclusion_from_file() [all...] |
H A D | test_write_disk_perms.c | 63 failure("Couldn't create a file for gid testing."); in searchgid() 168 failure("file_overwrite_0144: st.st_mode=%o", st.st_mode); in DEFINE_TEST() 191 failure("dir_overwrite_0744: st.st_mode=%o", st.st_mode); in DEFINE_TEST() 202 failure("dir_overwrite_0744: st.st_mode=%o", st.st_mode); in DEFINE_TEST() 219 failure("dir_owner: st.st_uid=%d", st.st_uid); in DEFINE_TEST() 233 failure("dir_owner: st.st_uid=%d", st.st_uid); in DEFINE_TEST() 273 * Because we didn't ask for owner, the failure to in DEFINE_TEST() 274 * restore SUID shouldn't return a failure. in DEFINE_TEST() 278 failure("Opportunistic SUID failure should in DEFINE_TEST() [all...] |
/freebsd/contrib/libarchive/cpio/test/ |
H A D | test_cmdline.c | 22 failure("-Q is an invalid option on every cpio program I know of"); in DEFINE_TEST() 26 failure("-f requires an argument"); in DEFINE_TEST() 30 failure("-f requires an argument"); in DEFINE_TEST() 34 failure("--format requires an argument"); in DEFINE_TEST() 38 failure("--badopt is an invalid option"); in DEFINE_TEST() 42 failure("--badopt is an invalid option"); in DEFINE_TEST() 46 failure("--n is ambiguous"); in DEFINE_TEST() 50 failure("--create forbids an argument"); in DEFINE_TEST() 54 failure("-i with empty input should succeed"); in DEFINE_TEST() 58 failure("-o with empty input should succeed"); in DEFINE_TEST() [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/ |
H A D | krb5_storage.3 | 187 0 on success, a Kerberos 5 error code on failure. 204 0 on success, a Kerberos 5 error code on failure. 221 0 on success, a Kerberos 5 error code on failure. 238 0 on success, a Kerberos 5 error code on failure. 255 0 on success, a Kerberos 5 error code on failure. 272 0 on success, a Kerberos 5 error code on failure. 289 0 for success, or a Kerberos 5 error code on failure. 306 0 for success, or a Kerberos 5 error code on failure. 323 0 for success, or a Kerberos 5 error code on failure. 340 0 on success, a Kerberos 5 error code on failure. [all …]
|
/freebsd/lib/libusb/ |
H A D | libusb.3 | 54 This function returns 0 upon success or LIBUSB_ERROR on failure. 67 This function returns 0 upon success or a LIBUSB_ERROR value on failure. 180 endpoint does not exist and LIBUSB_ERROR_OTHERS on other failure. 186 LIBUSB_ERROR_OTHERS on other failure. 239 LIBUSB_ERROR code on failure. 249 been disconnected and a LIBUSB_ERROR code on failure. 258 disconnected and LIBUSB_ERROR on failure. 266 disconnected and a LIBUSB_ERROR code on failure. 273 disconnected and a LIBUSB_ERROR code on failure. 280 been disconnected and a LIBUSB_ERROR code on failure [all...] |
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto.h | 32 * Returns: 0 on success, -1 on failure 42 * Returns: 0 on success, -1 on failure 53 * Returns: 0 on success, -1 on failure 64 * Returns: 0 on success, -1 on failure 79 * Returns: 0 on success, -1 on failure 90 * Returns: 0 on success, -1 on failure 101 * Returns: 0 on success, -1 on failure 111 * Returns: 0 on success, -1 on failure 119 * Returns: Pointer to context data or %NULL on failure 128 * Returns: 0 on success, -1 on failure [all …]
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | zfsboot | 300 msg_raidz1_help="[3+ Disks] Withstand failure of 1 disk. Recommended for: 3, 5 or 9 disks" 302 msg_raidz2_help="[4+ Disks] Withstand failure of 2 disks. Recommended for: 4, 6 or 10 disks" 304 msg_raidz3_help="[5+ Disks] Withstand failure of 3 disks. Recommended for: 5, 7 or 11 disks" 515 f_interactive || return $FAILURE 561 return $FAILURE 634 f_interactive || return $FAILURE 650 f_interactive || return $FAILURE 654 return $FAILURE 743 [ "$ZFSBOOT_CONFIRM_LAYOUT" ] || return $FAILURE 769 return $FAILURE [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | LogicalResult.h | 1 //===- LogicalResult.h - Utilities for handling success/failure -*- C++ -*-===// 16 /// This class represents an efficient way to signal success or failure. It 28 /// 'failure' result is generated. 33 /// If isFailure is true a `failure` result is generated, otherwise a 35 static LogicalResult failure(bool IsFailure = true) { 42 /// Returns true if the provided LogicalResult corresponds to a failure value. 49 /// failure result. 54 /// `success` result is generated, otherwise a 'failure' result is generated. 60 /// `failure` result is generated, otherwise a 'success' result is generated. 61 inline LogicalResult failure(bool IsFailure = true) { [all …]
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_strip_components.c | 39 failure("d0/ is too short and should not get restored"); in DEFINE_TEST() 41 failure("d0/d1/ is too short and should not get restored"); in DEFINE_TEST() 43 failure("d0/s1 is too short and should not get restored"); in DEFINE_TEST() 45 failure("d0/d1/s2 is a symlink to something that won't be extracted"); in DEFINE_TEST() 52 failure("d0/d1/d2 should be extracted"); in DEFINE_TEST() 78 failure("d0/l1 is too short and should not get restored"); in DEFINE_TEST() 80 failure("d0/d1/l2 is a hardlink to file whose name was too short"); in DEFINE_TEST() 82 failure("d0/d1/d2/f1 is a hardlink to file whose name was too short"); in DEFINE_TEST() 98 failure("d0/ is too short and should not have been archived"); in DEFINE_TEST() 100 failure("d0/d1/ is too short and should not have been archived"); in DEFINE_TEST() [all …]
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_gpsk.c | 18 enum { GPSK_1, GPSK_3, SUCCESS, FAILURE } state; enumerator 48 case FAILURE: in eap_gpsk_state_txt() 49 return "FAILURE"; in eap_gpsk_state_txt() 114 eap_gpsk_state(data, FAILURE); in eap_gpsk_build_gpsk_1() 127 eap_gpsk_state(data, FAILURE); in eap_gpsk_build_gpsk_1() 162 eap_gpsk_state(data, FAILURE); in eap_gpsk_build_gpsk_3() 185 eap_gpsk_state(data, FAILURE); in eap_gpsk_build_gpsk_3() 260 eap_gpsk_state(data, FAILURE); in eap_gpsk_process_gpsk_2() 268 eap_gpsk_state(data, FAILURE); in eap_gpsk_process_gpsk_2() 286 eap_gpsk_state(data, FAILURE); in eap_gpsk_process_gpsk_2() [all …]
|
/freebsd/sys/dev/qat/qat_api/qat_direct/include/ |
H A D | icp_adf_transport.h | 60 * CPA_STATUS_FAIL on failure 75 * CPA_STATUS_FAIL on failure 90 * CPA_STATUS_FAIL on failure 108 * CPA_STATUS_FAIL on failure 123 * CPA_STATUS_FAIL on failure 152 * CPA_STATUS_FAIL on failure 181 * CPA_STATUS_FAIL on failure 200 * CPA_STATUS_FAIL on failure 212 * CPA_STATUS_FAIL on failure 224 * CPA_STATUS_FAIL on failure [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_wps.c | 214 * Returns: DBus message dictionary on success or DBus error on failure 330 * Returns: NULL on success or DBus error on failure 333 * or DBus error on WPS cancel failure 350 * Returns: TRUE on success, FALSE on failure 371 * @error: Location to store error on failure 373 * Returns: TRUE on success, FALSE on failure 407 * @error: Location to store error on failure 409 * Returns: TRUE on success, FALSE on failure 429 * @error: Location to store error on failure 431 * Returns: TRUE on success, FALSE on failure [all …]
|
/freebsd/contrib/unbound/sldns/ |
H A D | str2wire.h | 81 * @return wireformat dname (malloced) or NULL on failure. 102 * @return 0 on success, an error on failure. 122 * @return 0 on success, an error on failure. 285 * @return 0 on success, error on failure. 296 * @return 0 on success, error on failure. 306 * @return 0 on success, error on failure. 315 * @return 0 on success, error on failure. 324 * @return 0 on success, error on failure. 333 * @return 0 on success, error on failure. 342 * @return 0 on success, error on failure. [all …]
|
/freebsd/lib/libcuse/ |
H A D | cuse.3 | 56 This function returns 0 on success or a negative value on failure. 69 This function returns 0 on success or a negative value on failure. 78 This function returns 0 on success or a negative value on failure. 92 This function returns 0 on success or a negative value on failure. 100 This function returns 0 on success or a negative value on failure. 110 This function returns 0 on success or a negative value on failure. 125 on failure. 158 on failure. 183 This function returns 0 on success or a negative value on failure. 227 These functions return 0 on success or a negative value on failure. [all …]
|