Searched refs:testing (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dcomment.exp1 comment testing start
4 comment testing done
H A Dcomment.mk22 @echo comment testing done
25 @echo comment testing start
/freebsd-11-stable/usr.sbin/timed/timedc/
H A Dextern.h49 void testing(int, char *[]);
H A Dcmdtab.c49 { "election", testinghelp, testing, 1 },
H A Dcmds.c369 testing(int argc, char *argv[]) function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h33 : public testing::MatcherInterface<const ExpectedHolder<T> &> {
35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher)
39 testing::MatchResultListener *listener) const override {
66 testing::Matcher<T> Matcher;
75 operator testing::Matcher<const ExpectedHolder<T> &>() const {
77 new ValueMatchesMono<T>(testing::SafeMatcherCast<T>(Matcher)));
85 class ErrorMatchesMono : public testing::MatcherInterface<const ErrorHolder &> {
87 explicit ErrorMatchesMono(Optional<testing::Matcher<InfoT &>> Matcher)
91 testing::MatchResultListener *listener) const override {
129 Optional<testing
[all...]
H A DSupportHelpers.h53 *Out << "succeeded with value " << ::testing::PrintToString(*Item.Exp);
65 operator ::testing::Matcher<const llvm::Optional<T> &>() const {
66 return ::testing::MakeMatcher(
67 new Impl<T>(::testing::SafeMatcherCast<T>(ValueMatcher)));
71 class Impl : public ::testing::MatcherInterface<const llvm::Optional<T> &> {
73 explicit Impl(const ::testing::Matcher<T> &ValueMatcher)
77 testing::MatchResultListener *L) const override {
91 testing::Matcher<T> ValueMatcher;
/freebsd-11-stable/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc127 * A dummy Vdev class used for testing other classes
147 * A CaseFile class with side effects removed, for testing
205 class ZfsdExceptionTest : public ::testing::Test
277 class VdevTest : public ::testing::Test
376 class ZfsEventTest : public ::testing::Test
419 class CaseFileTest : public ::testing::Test
435 .WillByDefault(::testing::Return(Guid(123)));
437 .WillByDefault(::testing::Return(Guid(456)));
439 .WillByDefault(::testing::Return(VDEV_STATE_HEALTHY));
441 ON_CALL(*m_caseFile, ReEvaluate(::testing
[all...]
/freebsd-11-stable/bin/ed/test/
H A DMakefile23 @echo testing $(ED) ...
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DReference.h46 testing = 1, member in class:lld::Reference::KindNamespace
/freebsd-11-stable/lib/libdevdctl/tests/
H A Dlibdevdctl_unittest.cc47 using namespace testing;
/freebsd-11-stable/bin/dd/
H A DMakefile23 @${ECHO} testing conv=${conv}
29 @${ECHO} "testing sparse file (obs zeroes)"
33 @${ECHO} "testing spase file (all zeroes)"
/freebsd-11-stable/share/mk/
H A Dlocal.sys.env.mk15 # A useful trick for testing multiple :M's against something
H A Dplain.test.mk6 # supposed to use any specific testing framework: all it does is run some code
H A Dbsd.compiler.mk12 # It too can be overridden on the command line. When testing it, be sure to
/freebsd-11-stable/contrib/byacc/
H A Dvmsbuild.com180 $! Runs BYACC from the current directory (used for testing)
H A Dconfigure976 case `echo "testing\c" 2>/dev/null; echo 1,2,3`,`echo -n testing 2>/dev/null; echo 1,2,3` in
2051 echo "${as_me:-configure}:2051: testing resulting CC: '$CC' ..." 1>&5
2055 echo "${as_me:-configure}:2055: testing resulting CFLAGS: '$CFLAGS' ..." 1>&5
2059 echo "${as_me:-configure}:2059: testing resulting CPPFLAGS: '$CPPFLAGS' ..." 1>&5
2635 echo "${as_me:-configure}:2635: testing if the symbol is already defined go no further ..." 1>&5
2718 echo "${as_me:-configure}:2718: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
2723 echo "${as_me:-configure}:2723: testing if the second compile does not leave our definition intact error ..." 1>&5
3085 echo "${as_me:-configure}:3085: testing if the symbol is already defined go no further ..." 1>&5
3168 echo "${as_me:-configure}:3168: testing ifde
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.vars.mk39 # A useful trick for testing multiple :M's against something
/freebsd-11-stable/contrib/subversion/
H A Dbuild.conf765 # general library: our C testing framework
1367 testing = skip
1376 testing = skip
1385 testing = skip
1393 testing = skip
1401 testing = skip
1410 testing = skip
1419 testing = skip
1428 testing = skip
1758 testing
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dconfigure160 ${1}${3}: testing...
204 echo "UTF8_LOCALE: testing..." 1>&3
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk48 # on Debian/testing. The -scrollbar and -width options are used to make lynx
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi69 the testing. You can run subsets with, for example, @samp{make check-gcc}.
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec452 - update to SNAP-20020220 for testing purposes (you've been warned, if there's
549 - add in Simon Wilkinson's GSSAPI patch to give it some testing in-house,
647 - Close all files after going into daemon mode (needs more testing).
/freebsd-11-stable/contrib/gdb/
H A Dltconfig494 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
496 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dconfigure187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
4582 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in

Completed in 278 milliseconds

12