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

/freebsd-13-stable/tests/sys/kern/execve/
H A Dbad_interp_len4 echo succeeded
H A Ddev_null_script4 echo succeeded
H A Dgood_script4 echo succeeded
H A Dscript_arg4 echo succeeded
H A Dscript_arg_nospace4 echo succeeded
/freebsd-13-stable/contrib/googletest/googletest/xcode/Samples/FrameworkSample/
H A Druntests.sh41 # Now execute each one in turn keeping track of how many succeeded and failed.
42 succeeded=0
49 succeeded=$(( $succeeded + 1 ))
57 echo "Tests complete with $succeeded successes and $failed failures."
/freebsd-13-stable/contrib/googletest/googletest/xcode/Scripts/
H A Druntests.sh44 # Now execute each one in turn keeping track of how many succeeded and failed.
45 succeeded=0
52 succeeded=$(( $succeeded + 1 ))
60 echo "Tests complete with $succeeded successes and $failed failures."
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_program/
H A Dzfs_program_json.ksh48 succeeded = {}
59 succeeded[root] = val
70 results["succeeded"] = succeeded
81 \"succeeded\": {
89 \"succeeded\": {
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh61 echo $inc succeeded > $ofile
/freebsd-13-stable/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c66 #define CHECK_RESULT(syscall, rights_needed, succeeded) do { \
68 if (succeeded) { \
75 if (succeeded) { \
/freebsd-13-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl416 } elsif (/Lookup .* succeeded$/) {
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dmain.c1743 int succeeded; local
1747 succeeded = my_CreateHardLinkA(newpath, linkto);
1749 succeeded = !link(linkto, newpath);
1751 succeeded = 0;
1753 if (succeeded)
/freebsd-13-stable/usr.sbin/mountd/
H A Dmountd.c1002 * Called after all the create_service() calls have succeeded, to complete
1269 "mount request succeeded from %s for %s",
1289 "dump request succeeded from %s",
1318 "umount request succeeded from %s for %s",
1336 "umountall request succeeded from %s",
1346 "export request succeeded from %s",
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v3.sql247 -- the database creation (i.e. the whole transaction) succeeded.
H A Dschema_v1.sql306 -- the database creation (i.e. the whole transaction) succeeded.
H A Dschema_v2.sql285 -- the database creation (i.e. the whole transaction) succeeded.
/freebsd-13-stable/contrib/libarchive/test_utils/
H A Dtest_main.c2006 int succeeded; local
2010 succeeded = my_CreateHardLinkA(newpath, linkto);
2012 succeeded = !link(linkto, newpath);
2014 succeeded = 0;
2016 if (succeeded)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1243 bool succeeded = UpdateOperandRegClass(CmpInstr); local
1244 (void)succeeded;
1245 assert(succeeded && "Some operands reg class are incompatible!");
1501 bool succeeded = UpdateOperandRegClass(*MI); local
1502 (void)succeeded;
1503 assert(succeeded && "Some operands reg class are incompatible!");
/freebsd-13-stable/stand/lua/
H A Dconfig.lua678 -- succeeded, add path to module_path
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8652 auto finish = [&](bool succeeded) -> bool {
8653 if (succeeded)
8701 auto finish = [&](bool succeeded) -> bool {
8702 if (succeeded)
/freebsd-13-stable/contrib/subversion/
H A Dconfigure187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
1845 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1883 # Try to link conftest.$ac_ext, and return whether this succeeded.
1929 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1967 # Try to link conftest.$ac_ext, and return whether this succeeded.
2013 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2141 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2281 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
27202 succeeded
[all...]
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp3805 // Returns true iff the move succeeded (and a valid element
5340 bool succeeded() const;
8230 bool AssertionResult::succeeded() const {
16988 .writeAttribute( "success", result.succeeded() )

Completed in 875 milliseconds